From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alexander Heide Newsgroups: gmane.emacs.help Subject: Re: match of escaped parentheses Date: Mon, 16 Feb 2004 10:09:33 +0100 Organization: University Halle, Germany Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1076923974 1670 80.91.224.253 (16 Feb 2004 09:32:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 09:32:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 16 10:32:51 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Asf7T-0002Oq-00 for ; Mon, 16 Feb 2004 10:32:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Asf64-0003x1-O2 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Feb 2004 04:31:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!t-online.de!news-lei1.dfn.de!news.uni-leipzig.de!news.uni-halle.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: quercus.physik.uni-halle.de User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: en-us, en In-Reply-To: X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Original-Xref: shelby.stanford.edu gnu.emacs.help:120941 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16891 Stefan Monnier wrote: > > In which major mode? > > > Stefan > > > PS: Set the syntax of the \ char to something else than / or \. Thank you. The major mode was 'fundamental-mode'. And indeed the character table shows (C-h s): \ \ which means: escape I switched to 'text-mode' (M-x text-mode) where parentheses are matched as I want it.