auctex
[Top][All Lists]
Advanced

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

Re: LaTeX commands and packages names autocomplete.


From: Arash Esbati
Subject: Re: LaTeX commands and packages names autocomplete.
Date: Sat, 06 May 2023 13:58:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hongyi Zhao <hongyi.zhao@gmail.com> 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:

  (TeX--completion-at-point t LaTeX--arguments-completion-at-point)

and you should get in-buffer completion.

Best, Arash



reply via email to

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