Let auctex run pdflatex command on the tex source when it has been changed.

2021-07-04 Thread Hongyi Zhao
On Ubuntu 20.04, I'm using git master version of Emacs and auctex. At the same time, I use the following configurations to do the forward and inverse search: ;https://www.emacswiki.org/emacs/AUCTeX#h5o-24 ;https://www.emacswiki.org/emacs/AUCTeX#h5o-27 ;;

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Colin Baxter
> Hongyi Zhao writes: > On Sun, Jul 4, 2021 at 9:42 PM Colin Baxter wrote: >> >> > Hongyi Zhao writes: >> >> > On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: >> >> >> >> Hello Hongyi >> >> >> >> I'm curious - what's your setting for the

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Colin Baxter
> Hongyi Zhao writes: > On Sun, Jul 4, 2021 at 9:42 PM Colin Baxter wrote: >> >> > Hongyi Zhao writes: >> >> > On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: >> >> >> >> Hello Hongyi >> >> >> >> I'm curious - what's your setting for the

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Ikumi Keita
Hi Hongyi, > Hongyi Zhao writes: > According to my understanding, the `TeX-auto-global' variable setting > is intending to set the file's store location of the comprehensive > macro and variable hint lisp files, and the command > `TeX-auto-generate-global' is for generating the comprehensive

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Ikumi Keita
Hi Hongyi, > Hongyi Zhao writes: > According to my understanding, the `TeX-auto-global' variable setting > is intending to set the file's store location of the comprehensive > macro and variable hint lisp files, and the command > `TeX-auto-generate-global' is for generating the comprehensive

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 9:42 PM Colin Baxter wrote: > > > Hongyi Zhao writes: > > > On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: > >> > >> Hello Hongyi > >> > >> I'm curious - what's your setting for the variable > >> "TeX-auto-local"? > > > `M-x

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 9:42 PM Colin Baxter wrote: > > > Hongyi Zhao writes: > > > On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: > >> > >> Hello Hongyi > >> > >> I'm curious - what's your setting for the variable > >> "TeX-auto-local"? > > > `M-x

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Colin Baxter
> Hongyi Zhao writes: > On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: >> >> Hello Hongyi >> >> I'm curious - what's your setting for the variable >> "TeX-auto-local"? > `M-x describe-variable RET TeX-auto-local RET' > TeX-auto-local is a variable

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Colin Baxter
> Hongyi Zhao writes: > On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: >> >> Hello Hongyi >> >> I'm curious - what's your setting for the variable >> "TeX-auto-local"? > `M-x describe-variable RET TeX-auto-local RET' > TeX-auto-local is a variable

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: > > Hello Hongyi > > I'm curious - what's your setting for the variable "TeX-auto-local"? `M-x describe-variable RET TeX-auto-local RET' TeX-auto-local is a variable defined in ‘tex.el’. Its value is ".auctex-auto" Original value was "auto"

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 9:19 PM Colin Baxter wrote: > > Hello Hongyi > > I'm curious - what's your setting for the variable "TeX-auto-local"? `M-x describe-variable RET TeX-auto-local RET' TeX-auto-local is a variable defined in ‘tex.el’. Its value is ".auctex-auto" Original value was "auto"

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Colin Baxter
Hello Hongyi I'm curious - what's your setting for the variable "TeX-auto-local"? Best wishes, Colin Baxter.

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Colin Baxter
Hello Hongyi I'm curious - what's your setting for the variable "TeX-auto-local"? Best wishes, Colin Baxter.

Forward and inverse search integration with latex-preview-pane.

2021-07-04 Thread Hongyi Zhao
I'm currently using auctex and latex-preview-pane, , with the following initialization configuration: (use-package latex-preview-pane :hook (TeX-mode . latex-preview-pane-mode) ) I want to know whether it's possible for me to enable forward and

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Ikumi Keita
> Hongyi Zhao writes: >> Running `TeX-auto-generate-global' analyses all packages installed on >> your TEXMFSYS tree at that time and generates support files which give >> completions etc. So you can obtain completions for packages which >> AUCTeX doesn't support by default. >> >> But beware

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Ikumi Keita
> Hongyi Zhao writes: >> Running `TeX-auto-generate-global' analyses all packages installed on >> your TEXMFSYS tree at that time and generates support files which give >> completions etc. So you can obtain completions for packages which >> AUCTeX doesn't support by default. >> >> But beware

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 3:42 PM Ikumi Keita wrote: > > Hi Hongyi, > > > Hongyi Zhao writes: > > According to my understanding, the `TeX-auto-global' variable setting > > is intending to set the file's store location of the comprehensive > > macro and variable hint lisp files, and the command

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 3:42 PM Ikumi Keita wrote: > > Hi Hongyi, > > > Hongyi Zhao writes: > > According to my understanding, the `TeX-auto-global' variable setting > > is intending to set the file's store location of the comprehensive > > macro and variable hint lisp files, and the command

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 1:58 PM Mandar Mitra wrote: > > Hongyi Zhao wrote (Sun, Jul 04, 2021 at 11:10:55AM +0800): > > This way, the above command won't need root privilege. But based on my > > later tries, it seems that there is no need to run the above command > > at all, and auctex already can

Re: On the usage and function of TeX-auto-generate-global and TeX-auto-global.

2021-07-04 Thread Hongyi Zhao
On Sun, Jul 4, 2021 at 1:58 PM Mandar Mitra wrote: > > Hongyi Zhao wrote (Sun, Jul 04, 2021 at 11:10:55AM +0800): > > This way, the above command won't need root privilege. But based on my > > later tries, it seems that there is no need to run the above command > > at all, and auctex already can