GNU bug report logs -
#32897
nxml-mode nxml-char-ref-extra-display for (newline) is unwanted
Previous Next
Reported by: David Carlisle <davidc <at> nag.co.uk>
Date: Mon, 1 Oct 2018 15:23:01 UTC
Severity: minor
Tags: fixed, patch
Found in version 26.1
Fixed in version 26.3
Done: Noam Postavsky <npostavs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #21 received at control <at> debbugs.gnu.org (full text, mbox):
tags 32897 fixed
close 32897 26.3
quit
Noam Postavsky <npostavs <at> gmail.com> writes:
>> Also it does not show a visual newline for #10, even when other numeric
>> references to printable characters do display the character, which was
>> the desired behaviour.
>
> I assume this was changed by [1: 930f8e8377]. I guess can just special
> case newline, it's the only character that has this problem that I can
> think of. This would be for emacs-26 since it's a regression.
> Subject: [PATCH] Disable extra display of in nxml-mode (Bug#32897)
>
> * lisp/nxml/nxml-mode.el (nxml-char-ref-display-extra): Don't put
> display for the newline, it makes the indentation look wrong.
> + (when (and ;; Displaying literal newline is unhelpful.
> + (not eql n ?\n)
> + nxml-char-ref-extra-display)
Added missing parens, and pushed to emacs-26.
e4cde42657 2019-05-09T06:42:40-04:00 "Disable extra display of in nxml-mode (Bug#32897)"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=e4cde42657f8f91f795e6b7041dc50b896dc468d
This bug report was last modified 6 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.