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
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
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].
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:
>
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.
>