all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#37521: breakage in emacs 26.3 + nxml
@ 2019-09-26 12:38 Allin Cottrell
  2019-09-27  0:03 ` Rolf Ade
  2019-09-27  0:26 ` Rolf Ade
  0 siblings, 2 replies; 5+ messages in thread
From: Allin Cottrell @ 2019-09-26 12:38 UTC (permalink / raw)
  To: 37521

There's a broken interaction between unescaped '>' (ASCII 62) and
apostrophe (ASCII 39) when editing an XML file in nxml mode in emacs
26.3. (Version 26.2 was OK.)

At the first apostrophe following an unescaped '>', the font color
switches to "within delimiters" mode, and, depending on the context,
certain nxml editing commands stop working properly.

Here are two little examples. The first just shows the unwanted change
in face:

<?xml version="1.0"?>

<p>Here's some text, including the inequality 3 > 2. And here's
what happens in following text once an apostrophe comes along.
</p>

The second example shows what happens when the apostrophe is inside a
tag. If you delete the trailing "</p>" below, then try to insert it
again via the shortcut C-c C-f, it's "</tt>" that gets inserted
instead:

<?xml version="1.0"?>

<p>Here's some text, including the inequality 3 > 2. And here is an
apostrophe inside a tag: <tt>'</tt>. Plus some following text and
so on.</p>

-- 
Allin Cottrell
Department of Economics
Wake Forest University, NC





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-02 23:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-26 12:38 bug#37521: breakage in emacs 26.3 + nxml Allin Cottrell
2019-09-27  0:03 ` Rolf Ade
2019-09-27  0:26 ` Rolf Ade
2019-09-27 11:22   ` Rolf Ade
2019-10-02 23:40     ` Noam Postavsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.