Re: Wrong type argument: symbolp, when inserting equation reftex-label

2023-11-14 Thread Jose Maria Martin Olalla
Many thanks Arash, AUCTeX version is 12.2 AUCTeX, emacs and the whole texmf were installed via apt install I evaluated the code in scratch, or I think so: M+: and the code, no line breaks. The minibuffer returned nil. I opened a *.tex file with a TeX-master in local variables. However the full

Re: Wrong type argument: symbolp, when inserting equation reftex-label

2023-11-14 Thread Arash Esbati
Jose Maria Martin Olalla writes: > Many thanks Arash, > > AUCTeX version is 12.2 > > AUCTeX, emacs and the whole texmf were installed via apt install Thanks for the clarification. Do I get it right that the current Debian 12 (released this year) is shipping a 4 years old version of AUCTeX[1]?

Re: don't fill (break) a specific line in an equation (using % at the end?)

2023-11-14 Thread Ikumi Keita
> Uwe Brauer writes: > Hi all > I usually have auto-fill on and use its filling properties for long > lines in equations by just jumping to the end of that line an typing > space. > However there are some equations for which I do not want to break a > line not even accidently. > So I

Re: don't fill (break) a specific line in an equation (using % at the end?)

2023-11-14 Thread Uwe Brauer
> How about `auto-fill-inhibit-regexp'? I expect > (add-hook 'LaTeX-mode-hook > (lambda () > (setq-local auto-fill-inhibit-regexp ".*% *$"))) > would do the job (but didn't test it for myself). Excellent! Thanks very much, precisely what I was looking for, although I am not a

don't fill (break) a specific line in an equation (using % at the end?)

2023-11-14 Thread Uwe Brauer
Hi all I usually have auto-fill on and use its filling properties for long lines in equations by just jumping to the end of that line an typing space. However there are some equations for which I do not want to break a line not even accidently. So I thought putting a % at the very end of the

master d231ecdf: ; * font-latex.el (font-latex-built-in-keyword-classes): Add "par".

2023-11-14 Thread Arash Esbati
branch: master commit d231ecdfcc588eca4b75f91d8c01800bf34b3e91 Author: Arash Esbati Commit: Arash Esbati ; * font-latex.el (font-latex-built-in-keyword-classes): Add "par". --- font-latex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-latex.el b/font-latex.el