[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] fontification question
From: |
Arash Esbati |
Subject: |
Re: [AUCTeX] fontification question |
Date: |
Mon, 01 May 2017 18:06:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 |
François Patte <address@hidden> writes:
> Thank you for the corrections in the last Auctex version, but openning
> an old file, when I typed diacritical mark using TeX command for
> accented characters, I can see that the problem remains for all these
> commands; examples:
>
> m\^eme, \'etant, r\'eit\'er\'ee, S\=uryad\=asa and a lot of others...
Hi François,
looking at lshort.pdf, the list of characters to exclude would be like
this:
address@hidden@{}}
\hline
\`o & \verb|\`o| & \'o & \verb|\'o|
& \^o & \verb|\^o| & \~o & \verb|\~o| \\
\=o & \verb|\=o| & \.o & \verb|\.o|
& \"o & \verb|\"o| \\
\hline
\end{tabular}
I can fix this with a patch I proposed here:
http://lists.gnu.org/archive/html/auctex/2017-04/msg00047.html
Applied locally, it looks like this:

What do others think? Is this the way to go for AUCTeX?
Best, Arash