bug#72999: 29.4; fill-paragraph error in latex mode

2024-09-03 Thread Arash Esbati
Vadim Zaliva writes: > If I have buffer like this: > > Foo \cite{bar} bar. > > And press `M-q` I get error: > > LaTeX-indent-calculate-last: Wrong type argument: stringp, nil > [...] > Major mode: LaTeX It seems you're running AUCTeX as major-mode and not the builtin one. Which version of AUCTeX

bug#72999: 29.4; fill-paragraph error in latex mode

2024-09-04 Thread Arash Esbati
Vadim Zaliva writes: > Arash, thanks for response. I do have auctex 14.0.6 installed via > ELPA. I tried to reproce the problem starting from `emacs -Q` and it > did not reproduce. You're welcome. The above essentially says that AUCTeX isn't the culprit per se since it works with the standard s

bug#72999: 29.4; fill-paragraph error in latex mode

2024-09-06 Thread Arash Esbati
tags 72999 notabug close 72999 thanks Vadim Zaliva writes: > Removing the following from my .emacs fixed the problem: > > (use-package latex-extra > :ensure t > :hook (LaTeX-mode . latex-extra-mode)) Thanks for reporting back. Maybe you want to report the issue to latex-extra tracker[1].

bug#73082: 30; Inconsistent Stipple Support

2024-09-06 Thread Arash Esbati
JD Smith writes: > To my knowledge, the current situation for :stipple support in Emacs > 30 is as follows: > > * NS (partially working): Commit ef6ffbdc79 from last May provided a > partial fix, but stipples are black and white only (bug#70712) FWIW, this is what I see on macOS with NS-port: >

bug#73092: 31.0.50; Completion lists unbound variables with suffix - (e.g., rcirc-)

2024-09-07 Thread Arash Esbati
Tassilo Horn writes: > It just occurred to me that variable completion with C-h v lists > non-existent variables with suffix -, e.g., rcirc-, Man-, Info-, info-, > etc. When selecting one of those, the *Help* buffer just says > > rcirc- is void as a variable. > > Not documented as a variable. >