From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Latin-1 non breaking space not highlighted Date: Mon, 8 Apr 2002 10:08:15 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <200204072331.BAA03724@a0.complang.tuwien.ac.at> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1018250072 25457 127.0.0.1 (8 Apr 2002 07:14:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Apr 2002 07:14:32 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16uTMG-0006cU-00 for ; Mon, 08 Apr 2002 09:14:32 +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 16uSol-0007jj-00; Mon, 08 Apr 2002 02:39:55 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16uSLt-0003nq-00 for ; Mon, 08 Apr 2002 02:10:05 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id KAA28884; Mon, 8 Apr 2002 10:08:15 +0300 (IDT) X-Sender: eliz@is Original-To: Ulrich Neumerkel In-Reply-To: <200204072331.BAA03724@a0.complang.tuwien.ac.at> Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:486 On Mon, 8 Apr 2002, Ulrich Neumerkel wrote: > With show-trailing-whitespace being true in a Latin-1 buffer the > character "non breaking space" (C-x 8 SPACE) is not highlighted at the > end of line. Currently, the definition of ``trailing whitespace'' includes only ASCII whitespace characters. If we are to broaden this definition to non-ASCII characters, I think we need a more general definition; just adding a Latin-1 NBSP is not enough, IMHO.