From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Unquoted special characters in regexps Date: Sun, 26 Feb 2006 14:28:16 +0100 Message-ID: <4401ACF0.5070907@gmx.at> References: <4400AD8E.5050001@gmx.at> <4400BBB1.2050800@gmx.at> <440191C2.4080609@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140989581 2243 80.91.229.2 (26 Feb 2006 21:33:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Feb 2006 21:33:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 26 22:33:00 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FDTVe-0003yF-B2 for ged-emacs-devel@m.gmane.org; Sun, 26 Feb 2006 22:32:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FDTVj-0004lh-7Z for ged-emacs-devel@m.gmane.org; Sun, 26 Feb 2006 16:32:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FDLuI-0004oI-UZ for emacs-devel@gnu.org; Sun, 26 Feb 2006 08:25:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FDLtn-0004fN-IL for emacs-devel@gnu.org; Sun, 26 Feb 2006 08:25:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FDLtj-0004eG-Dq for emacs-devel@gnu.org; Sun, 26 Feb 2006 08:25:17 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FDLuD-0005tV-Df for emacs-devel@gnu.org; Sun, 26 Feb 2006 08:25:45 -0500 Original-Received: (qmail invoked by alias); 26 Feb 2006 13:25:07 -0000 Original-Received: from M3194P030.adsl.highway.telekom.at (EHLO [88.117.47.62]) [88.117.47.62] by mail.gmx.net (mp032) with SMTP; 26 Feb 2006 14:25:07 +0100 X-Authenticated: #14592706 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Original-To: Andreas Schwab In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50992 Archived-At: >>The answer is, obviously, that the Elisp read syntax for regexps is the > > > There is no such thing as a read syntax for regexps. This is not a Lisp > data type. > > Andreas. > From the Elisp manual: Therefore, the read syntax for a regular expression matching `\' is `"\\\\"'. Please send your complaints to the writer of that sentence.