help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

I can not understant a paragraph in Emacs Lisp Reference.


From: waterloo
Subject: I can not understant a paragraph in Emacs Lisp Reference.
Date: Sat, 11 Jul 2009 19:11:08 +0800

As a `\' is not special inside a character alternative, it can never
remove the special meaning of `-' or `]'.  So you should not quote
these characters when they have no special meaning either.  This would
not clarify anything, since backslashes can legitimately precede these
characters where they _have_ special meaning, as in `[^\]' (`"[^\\]"'
for Lisp string syntax), which matches any single character except a
backslash.

`[^\]'  or `"[^\\]"' , which is right ? what is Lisp string syntax for ?

thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]