Hello all,
On Debian, the repository version of AUCTeX is 13.2.1, while ELPA
provides a newer version (14.2). After upgrading to 14.2, my LaTeX
abbrev tables no longer work, although they function correctly under 13.2.1.
I have read through teh documentention about some changes to completion
but because I have been relying on this setup for a while, I would like
to maintain it.
My setup includes abbrevs that rely on the backslash character. For
example, I modify the syntax table so that |\| is treated as a word
character:
(modify-syntax-entry ?\\ "w" LaTeX-mode-syntax-table)
and define abbrevs such as:
("\\z" "\\mathbb{Z}" nil :count 5) ("abb" "abbreviation " nil :count 0)
Also I have some of these assigned to lisp macros that insert
complicated mlatex macros that I typically use such as a tikz
environment wrapped around and adjustbox etc.. This setup works as
expected in AUCTeX 13.2.1, but after upgrading to 14.2, abbrev expansion
stops working.
Is there any changes I can implement in Auctex 14.2 that makes this
work agian?
Best regards,
Jean
​