help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Execute Emacs command with root privilege.


From: Hongyi Zhao
Subject: Re: Execute Emacs command with root privilege.
Date: Thu, 17 Jun 2021 16:26:47 +0800

On Thu, Jun 17, 2021 at 3:21 PM Jean Louis <bugs@gnu.support> wrote:
>
> * Hongyi Zhao <hongyi.zhao@gmail.com> [2021-06-17 06:09]:
> > In Emacs, when I issue the 'M-x TeX-auto-generate-global' command
> > after loading AUCTeX, the followng error will be triggered:
> >
> > TeX-auto-store: Opening output file: Permission denied,
> > /usr/local/var/auctex/amsppt.el
> >
> > Is it possible to enable the root privilege for executing the above
> > command?
>
> It seems like auctex wrote or wanted to write something in system's
> directory /usr/local/var/auctex/ but it could not.
>
> Instead of root privilege you should maybe verify that you have write
> permissions to that directory.
>
> Does directory exist? Verify if it is there.

You're right. The following commands will fix this problem:

$ sudo mkdir  /usr/local/var/auctex
$ sudo chown werner:werner /usr/local/var/auctex/

HY
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
NO. 552 North Gangtie Road, Xingtai, China



reply via email to

[Prev in Thread] Current Thread [Next in Thread]