bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34790: LaTeX mode \href bug


From: Nathan Ullberg
Subject: bug#34790: LaTeX mode \href bug
Date: Fri, 8 Mar 2019 23:51:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi!

I am sorry if this is the wrong place to report this but:

When editing in LaTeX mode in Emacs, if an href link has a percent sign, it will display the rest of the line as if it were a comment.
Everything still "compiles" correctly, but in terms of the "visual effect", it is wrong, since percent signs in the link should not give the impression of "commenting out" the rest of the line.
Here is an example:

This is what actually happens:
\href{https://en.wikipedia.org/wiki/Wigner%E2%80%93Seitz_cell}{Wigner-Seitz cell}

This is how it should be:
\href{https://en.wikipedia.org/wiki/Wigner%E2%80%93Seitz_cell}{Wigner-Seitz cell}

Could someone forward this report/query to the right location...
(Also, in case it's relevant I'm using Emacs 25.2.2 on Ubuntu 18.04.2 GNU/Linux.)

Best,
/Nathan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]