all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* nXML mode word separators
@ 2019-02-07 14:58 Skip Montanaro
  2019-02-07 15:23 ` Robert Pluim
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Skip Montanaro @ 2019-02-07 14:58 UTC (permalink / raw)
  To: Help GNU Emacs

I unfortunately have to work with handwritten XML which is used to
define complex application configs. In that context, apostrophes are
valid string delimiters, at least in whatever XML pseudo-dialect these
files are written in. So, both of these snippets mean the same thing:

<Env INST="2" />
<Env INST='2' />

I'm not in any sort of position to dictate any changes, so I need to
adapt. So, forward-word currently skips over apostrophes (considering
them word characters) and kill-word (even worse) deletes them. It has
probably been a decade since I fiddled with syntax tables. How do I
move apostrophes from word class to quotation(?) class in the relevant
syntax table? FWIW, when editing XML files I seem to be in nxml-mode
(nothing I enabled specifically, must just be the default mode).

Thanks,

Skip Montanaro



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

end of thread, other threads:[~2019-02-08 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-07 14:58 nXML mode word separators Skip Montanaro
2019-02-07 15:23 ` Robert Pluim
2019-02-07 17:39   ` Skip Montanaro
2019-02-07 15:34 ` Noam Postavsky
2019-02-07 15:53   ` Robert Pluim
2019-02-08 14:59 ` Stefan Monnier

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.