From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoffrey Alan Washburn Newsgroups: gmane.emacs.devel Subject: Re: modify-syntax-entry and UTF8? Date: Mon, 28 May 2007 12:04:53 -0400 Message-ID: <465AFDA5.3000300@cis.upenn.edu> References: <4652AE2C.5030305@cis.upenn.edu> <46545922.1050002@cis.upenn.edu> <87y7jd9e46.fsf@catnip.gol.com> <4656F1FE.5080906@cis.upenn.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180368387 17399 80.91.229.12 (28 May 2007 16:06:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 16:06:27 +0000 (UTC) Cc: Miles Bader To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 28 18:06:08 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 1HshjT-0001M7-K0 for ged-emacs-devel@m.gmane.org; Mon, 28 May 2007 18:06:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HshjT-00018A-D4 for ged-emacs-devel@m.gmane.org; Mon, 28 May 2007 12:06:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hshie-0000bP-RJ for emacs-devel@gnu.org; Mon, 28 May 2007 12:05:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hshid-0000aZ-Am for emacs-devel@gnu.org; Mon, 28 May 2007 12:05:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hshid-0000aT-5V for emacs-devel@gnu.org; Mon, 28 May 2007 12:05:15 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hshic-0007ln-HU for emacs-devel@gnu.org; Mon, 28 May 2007 12:05:14 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HshiQ-0001rD-Ve for emacs-devel@gnu.org; Mon, 28 May 2007 18:05:02 +0200 Original-Received: from seasnet-50-07.cis.upenn.edu ([158.130.50.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 May 2007 18:05:02 +0200 Original-Received: from geoffw by seasnet-50-07.cis.upenn.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 May 2007 18:05:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: seasnet-50-07.cis.upenn.edu User-Agent: Thunderbird 2.0.0.4pre (X11/20070526) In-Reply-To: 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:71894 Archived-At: James Cloos wrote: >>>>>> "Geoffrey" == Geoffrey Alan Washburn writes: > I was just trying this out, and was seeing cases where only one of the > angle brackets (for both the U+27E8/U+27E9 and U+2329/U+232A pairs). > > After some trial and error, I narrowed it down to instances where there > were only whitespace between the open and close angle brackets when the > buffer was in Lisp Interaction mode (ie the *scratch* buffer). > > Either Lisp Interaction has some syntax rules which intentionally limit > highlighting when only whitespace separates the delimiters or something > is triggering a display bug in that situation. So should I file a bug report on this then? > The partial highlighting in Lisp Interaction mode when only whitespace > separates the delimiters does not happen with parentheses or brackets; > and no highlighting occurs with braces. > > I have: > > (set-terminal-coding-system 'utf-8) > (set-default-coding-systems 'utf-8) > > in my ~/.emacs and run with LANG=en_US.UTF-8 LC_COLLATE=C LC_TIME=C. > I have LANG and LC_CTYPE set to en_US.UTF-8, but I do not have LC_COLLATE or LC_TIME set.