unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Re: I can not understant a paragraph in Emacs Lisp Reference.
@ 2009-07-11 14:46 waterloo
  2009-07-11 15:05 ` Drew Adams
  0 siblings, 1 reply; 6+ messages in thread
From: waterloo @ 2009-07-11 14:46 UTC (permalink / raw)
  To: help-gnu-emacs, anselm.helbig+news2009

[-- Attachment #1: Type: text/plain, Size: 97 bytes --]

I try with re-builder ,  find that `"[^\\]"' is corrct .
`"[^\]"' can not find anything .
Thanks

[-- Attachment #2: Type: text/html, Size: 136 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <mailman.2276.1247310683.2239.help-gnu-emacs@gnu.org>]
* I can not understant a paragraph in Emacs Lisp Reference.
@ 2009-07-11 11:11 waterloo
  0 siblings, 0 replies; 6+ messages in thread
From: waterloo @ 2009-07-11 11:11 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 510 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 597 bytes --]

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

end of thread, other threads:[~2009-07-11 15:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2289.1247323589.2239.help-gnu-emacs@gnu.org>
2009-07-11 14:55 ` I can not understant a paragraph in Emacs Lisp Reference Teemu Likonen
2009-07-11 14:46 waterloo
2009-07-11 15:05 ` Drew Adams
2009-07-11 15:10   ` waterloo
     [not found] <mailman.2276.1247310683.2239.help-gnu-emacs@gnu.org>
2009-07-11 12:27 ` Anselm Helbig
  -- strict thread matches above, loose matches on Subject: below --
2009-07-11 11:11 waterloo

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).