all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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 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.