Re: LaTeX commands and packages names autocomplete.

2023-05-06 Thread Hongyi Zhao
On Fri, May 5, 2023 at 2:23 PM Arash Esbati wrote: > > Hongyi Zhao writes: > > > Now, I add the `:demand t` to the corfu's use-package configuration, > > but the problem still remains: > > I don't think this is a corfu/AUCTeX issue. Try: > > • emacs -Q > • M-x package-initialize RET > • eval

Re: Trigger Tex file compilation with latexmk automatically when its content is changed and saved.

2023-05-06 Thread Hongyi Zhao
On Sat, May 6, 2023 at 10:31 PM Ikumi Keita wrote: > > > Hongyi Zhao writes: > >> (1) Does "latexmk -pv FILENAME" work as expected when you issue the > >> command on some shell, in the directory the file is located? > > > In fact, my latexmk configuration, aka, `/home/werner/.latexmkrc` was

Re: LaTeX commands and packages names autocomplete.

2023-05-06 Thread Arash Esbati
Hongyi Zhao writes: > I use the following tex file to do the test, but nothing is completed: >From your screenshot, you're using the built-in latex-mode provided by Emacs. You want to activate AUCTeX for your experiment. Then, the value of `completion-at-point-functions' should be:

Re: Trigger Tex file compilation with latexmk automatically when its content is changed and saved.

2023-05-06 Thread Hongyi Zhao
On Thu, May 4, 2023 at 9:52 PM Ikumi Keita wrote: > > Hi Hongyi, > > > Hongyi Zhao writes: > > But after the TeX file has been changed and saved, I still haven't > > observed the automatic compilation progress. Any tips/comments will be > > appreciated. > > I'm not familiar with

Re: LaTeX commands and packages names autocomplete.

2023-05-06 Thread Hongyi Zhao
On Sat, May 6, 2023 at 7:58 PM Arash Esbati wrote: > > Hongyi Zhao writes: > > > I use the following tex file to do the test, but nothing is completed: > > From your screenshot, you're using the built-in latex-mode provided by > Emacs. Thank you for pointing this out to me. > You want to

Re: Trigger Tex file compilation with latexmk automatically when its content is changed and saved.

2023-05-06 Thread Ikumi Keita
> Hongyi Zhao writes: >> (1) Does "latexmk -pv FILENAME" work as expected when you issue the >> command on some shell, in the directory the file is located? > In fact, my latexmk configuration, aka, `/home/werner/.latexmkrc` was > set by me very long ago. > See below: [...] > It's very

Re: Trigger Tex file compilation with latexmk automatically when its content is changed and saved.

2023-05-06 Thread Hongyi Zhao
On Sat, May 6, 2023 at 11:14 PM Hongyi Zhao wrote: > > On Sat, May 6, 2023 at 10:31 PM Ikumi Keita wrote: > > > > > Hongyi Zhao writes: > > >> (1) Does "latexmk -pv FILENAME" work as expected when you issue the > > >> command on some shell, in the directory the file is located? > > > > > In

Re: LaTeX commands and packages names autocomplete.

2023-05-06 Thread Hongyi Zhao
On Sat, May 6, 2023 at 8:22 PM Hongyi Zhao wrote: > > On Sat, May 6, 2023 at 7:58 PM Arash Esbati wrote: > > > > Hongyi Zhao writes: > > > > > I use the following tex file to do the test, but nothing is completed: > > > > From your screenshot, you're using the built-in latex-mode provided by >