all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Execute Emacs command with root privilege.
@ 2021-06-17  3:08 Hongyi Zhao
  2021-06-17  7:18 ` Jean Louis
  0 siblings, 1 reply; 4+ messages in thread
From: Hongyi Zhao @ 2021-06-17  3:08 UTC (permalink / raw)
  To: help-gnu-emacs

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?

Regards
-- 
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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Execute Emacs command with root privilege.
  2021-06-17  3:08 Execute Emacs command with root privilege Hongyi Zhao
@ 2021-06-17  7:18 ` Jean Louis
  2021-06-17  8:26   ` Hongyi Zhao
  0 siblings, 1 reply; 4+ messages in thread
From: Jean Louis @ 2021-06-17  7:18 UTC (permalink / raw)
  To: Hongyi Zhao; +Cc: help-gnu-emacs

* 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.


-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Execute Emacs command with root privilege.
  2021-06-17  7:18 ` Jean Louis
@ 2021-06-17  8:26   ` Hongyi Zhao
  2021-06-18  3:46     ` Hongyi Zhao
  0 siblings, 1 reply; 4+ messages in thread
From: Hongyi Zhao @ 2021-06-17  8:26 UTC (permalink / raw)
  To: Hongyi Zhao, help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Execute Emacs command with root privilege.
  2021-06-17  8:26   ` Hongyi Zhao
@ 2021-06-18  3:46     ` Hongyi Zhao
  0 siblings, 0 replies; 4+ messages in thread
From: Hongyi Zhao @ 2021-06-18  3:46 UTC (permalink / raw)
  To: Hongyi Zhao, help-gnu-emacs

On Thu, Jun 17, 2021 at 4:26 PM Hongyi Zhao <hongyi.zhao@gmail.com> wrote:
>
> 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/

See <https://github.com/raxod502/straight.el/issues/800#issuecomment-862165317>
and
<https://github.com/raxod502/straight.el/issues/802#issuecomment-863726482>
for further discussions and more graceful solution.

Regards
-- 
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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-18  3:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-17  3:08 Execute Emacs command with root privilege Hongyi Zhao
2021-06-17  7:18 ` Jean Louis
2021-06-17  8:26   ` Hongyi Zhao
2021-06-18  3:46     ` Hongyi Zhao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.