From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Latin-1 non breaking space not highlighted Date: Sun, 14 Apr 2002 07:10:36 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <7826-Sun14Apr2002071035+0300-eliz@is.elta.co.il> References: <200204102016.g3AKGkL21088@aztec.santafe.edu> <6480-Thu11Apr2002215410+0300-eliz@is.elta.co.il> <7263-Fri12Apr2002111807+0300-eliz@is.elta.co.il> <200204131906.g3DJ6M022911@aztec.santafe.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018757911 22675 127.0.0.1 (14 Apr 2002 04:18:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 14 Apr 2002 04:18:31 +0000 (UTC) Cc: ulrich@a0.complang.tuwien.ac.at, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16wbTD-0005tc-00 for ; Sun, 14 Apr 2002 06:18:31 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16wbkG-0001OF-00 for ; Sun, 14 Apr 2002 06:36:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wbSy-0003g4-00; Sun, 14 Apr 2002 00:18:16 -0400 Original-Received: from odin.inter.net.il ([192.114.186.10]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wbQN-0003V6-00; Sun, 14 Apr 2002 00:15:35 -0400 Original-Received: from zaretsky (diup-217-142.inter.net.il [213.8.217.142]) by odin.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id ABB80262; Sun, 14 Apr 2002 07:15:32 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: <200204131906.g3DJ6M022911@aztec.santafe.edu> (message from Richard Stallman on Sat, 13 Apr 2002 13:06:22 -0600 (MDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2623 > Date: Sat, 13 Apr 2002 13:06:22 -0600 (MDT) > From: Richard Stallman > > It looks like there is a real problem. I guess we should not simply > change show-trailing-whitespace to use the whitespace syntax class. I see two possible solutions: - hardcode a few more special characters, like ISO8859-x NBSP and a few Unicode characters; or - use syntax tables for non-ASCII characters only, assuming that no Lisp package does anything weird with their syntax class.