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

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

bug#35381: 26.2; nxml-mode doesn't fontify attributes in single quotes


From: Noam Postavsky
Subject: bug#35381: 26.2; nxml-mode doesn't fontify attributes in single quotes
Date: Sun, 05 May 2019 09:49:17 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

>> https://debbugs.gnu.org/cgi/bugreport.cgi?filename=0001-Disable-extra-display-of-10-in-nxml-mode-Bug-32897.patch;att=1;msg=8;bug=32897
>
> -  (when nxml-char-ref-extra-display
> +  (when (and ;; Displaying literal newline is unhelpful.
> +             (not eql n ?\n)
> +             nxml-char-ref-extra-display)
>
> There's a bunch of parens missing.

How do you mean?






reply via email to

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