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: highlights of parentheses in lisp-interaction-mode Date: Tue, 29 May 2007 15:27:43 +0200 Message-ID: <465C2A4F.5090904@gmx.at> References: <4652AE2C.5030305@cis.upenn.edu> <46545922.1050002@cis.upenn.edu> <87y7jd9e46.fsf@catnip.gol.com> <4656F1FE.5080906@cis.upenn.edu> <465AFDA5.3000300@cis.upenn.edu> NNTP-Posting-Host: lo.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 1180445319 24878 80.91.229.12 (29 May 2007 13:28:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 May 2007 13:28:39 +0000 (UTC) Cc: Miles Bader , Geoffrey Alan Washburn , emacs-devel@gnu.org To: James Cloos Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 29 15:28:35 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ht1kW-00071o-JI for ged-emacs-devel@m.gmane.org; Tue, 29 May 2007 15:28:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ht1kW-0002KF-1u for ged-emacs-devel@m.gmane.org; Tue, 29 May 2007 09:28:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ht1kS-0002K0-5B for emacs-devel@gnu.org; Tue, 29 May 2007 09:28:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ht1kP-0002J7-QI for emacs-devel@gnu.org; Tue, 29 May 2007 09:28:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ht1kP-0002J4-J4 for emacs-devel@gnu.org; Tue, 29 May 2007 09:28:25 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ht1kP-0003Dk-2C for emacs-devel@gnu.org; Tue, 29 May 2007 09:28:25 -0400 Original-Received: (qmail invoked by alias); 29 May 2007 13:28:24 -0000 Original-Received: from N888P012.adsl.highway.telekom.at (EHLO [62.47.54.236]) [62.47.54.236] by mail.gmx.net (mp042) with SMTP; 29 May 2007 15:28:24 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/2leQvt0720arHE/KFuNqfqGrkK7HEGVhi7JEeFm taajwE2njNqc11 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71944 Archived-At: > To the list: paren match highlighting in lisp interaction mode fails to > highlight the distant paren when any whitespace separates the matching > parens. This only happens for non-ASCII parens. > > I've verified it in X11 frames on the unicode-2 branch and on terminal > frames with both the unicode-2 and the 22 release branches. Could you try with `multibyte-syntax-as-symbol' nil?