From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jyrki Jaakkola Newsgroups: gmane.emacs.help Subject: Re: showing matching {}[]() in lisp and slime mode Date: Sat, 18 Mar 2006 16:19:59 GMT Organization: Sonera corp Internet services Message-ID: References: <878xreajmj.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1142700036 25988 80.91.229.2 (18 Mar 2006 16:40:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Mar 2006 16:40:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 18 17:40:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FKeTg-0002Xs-F9 for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Mar 2006 17:40:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKeTe-0004O6-Vj for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Mar 2006 11:40:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!t-online.de!tiscali!newsfeed1.ip.tiscali.net!fi.sn.net!newsfeed2.fi.sn.net!nntp.inet.fi!central1.inet.fi!inet.fi!read3.inet.fi.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help X-Newsreader: Forte Free Agent 3.3/32.846 Original-Lines: 20 Original-NNTP-Posting-Host: 80.221.221.140 Original-X-Complaints-To: abuse@inet.fi Original-X-Trace: read3.inet.fi 1142698799 80.221.221.140 (Sat, 18 Mar 2006 18:19:59 EET) Original-NNTP-Posting-Date: Sat, 18 Mar 2006 18:19:59 EET Original-Xref: shelby.stanford.edu gnu.emacs.help:138251 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33869 Archived-At: When I checked syntax table mappings in slime mode I got this: [ _ which means: symbol ] .. _ _ which means: symbol { _ which means: symbol } .. DEL _ which means: symbol and then The parent syntax table is: [ (] which means: open, matches ] ] )[ which means: close, matches [ { (} which means: open, matches } } ){ which means: close, matches { So it seems like somewhere it changes the syntax table but I can't understand where. Jyrki Jaakkola