* bug#1593: update
@ 2008-12-29 14:28 Pietro Giorgianni
0 siblings, 0 replies; only message in thread
From: Pietro Giorgianni @ 2008-12-29 14:28 UTC (permalink / raw)
To: 1593
Hi,
The %{} syntax is actually a special case of
%[<WHAT>]<DELIMITER>...<DELIMITER>, where
<WHAT>, optional, can be:
q - single quote string, as in 'foo';
Q - double quote string, as in "foo";
x - command output expression, as in `foo`;
r - regexp, as in /foo/
<DELIMITER> can by any non-alphanumeric character, including spaces
and newline, or the pairs {}, [], (), <>.
This means that things like %|"|, which is equivalent to '"' (or to
"\""), can mess up syntax highlight in emacs.
thanks again
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-29 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 14:28 bug#1593: update Pietro Giorgianni
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).