From: Teemu Likonen <tlikonen@iki.fi>
To: waterloo <waterloo2005@gmail.com>
Cc: help-gnu-emacs@gnu.org, anselm.helbig+news2009@googlemail.com
Subject: Re: I can not understant a paragraph in Emacs Lisp Reference.
Date: Sat, 11 Jul 2009 17:55:47 +0300 [thread overview]
Message-ID: <878wivxo98.fsf@iki.fi> (raw)
In-Reply-To: <mailman.2289.1247323589.2239.help-gnu-emacs@gnu.org> (waterloo's message of "Sat, 11 Jul 2009 22:46:21 +0800")
On 2009-07-11 22:46 (+0800), waterloo wrote:
> I try with re-builder , find that `"[^\\]"' is corrct .
> `"[^\]"' can not find anything .
Please note that in regexp-builder the regexp is built in a Lisp
string--in which you need to backslash-escape all backslashes. It means
that Lisp string "[^\\]" is really regexp [^\] .
next parent reply other threads:[~2009-07-11 14:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2289.1247323589.2239.help-gnu-emacs@gnu.org>
2009-07-11 14:55 ` Teemu Likonen [this message]
2009-07-11 14:46 I can not understant a paragraph in Emacs Lisp Reference 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878wivxo98.fsf@iki.fi \
--to=tlikonen@iki.fi \
--cc=anselm.helbig+news2009@googlemail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=waterloo2005@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.