From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: strange char in whitespace-display-mappings Date: Sun, 22 Jul 2012 06:39:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1342964414 19167 80.91.229.3 (22 Jul 2012 13:40:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Jul 2012 13:40:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 22 15:40:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SswOM-00069e-7K for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Jul 2012 15:40:14 +0200 Original-Received: from localhost ([::1]:55448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SswOK-0000ZZ-Vq for geh-help-gnu-emacs@m.gmane.org; Sun, 22 Jul 2012 09:40:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 180.75.106.197 Original-X-Trace: posting.google.com 1342964342 12128 127.0.0.1 (22 Jul 2012 13:39:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 22 Jul 2012 13:39:02 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=180.75.106.197; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:193594 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85967 Archived-At: On Sunday, 22 July 2012 06:34:15 UTC+8, Xah Lee wrote: > in whitespace-mode, there's this default value for whitespace-display-mappings : > > ((space-mark 32 [183] [46]) > (space-mark 160 [164] [95]) > (space-mark 2208 [2212] [95]) > (space-mark 2336 [2340] [95]) > (space-mark 3616 [3620] [95]) > (space-mark 3872 [3876] [95]) > (newline-mark 10 [36 10]) > (tab-mark 9 [187 9] [92 9]) > ) > > many of the code points are chars from Thai, Tibetan, Devanagari, and including invalid unicode code points. But they are not whitespaces. (i deciphered them here with glyph display http://ergoemacs.org/emacs/whitespace-mode.html ) > > anyone know what these are? It looks like a bug. Probably the file has not been updated since the internal encoding for Emacs was changed from emacs-mule to utf-8-emacs.