From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Lee Newsgroups: gmane.emacs.help Subject: Re: strange char in whitespace-display-mappings Date: Sun, 22 Jul 2012 21:40:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <058e7a6b-0f3e-4151-80ce-c736ae269e41@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1343019016 11736 80.91.229.3 (23 Jul 2012 04:50:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2012 04:50:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 23 06:50:16 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 1StAb0-0005xA-1u for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Jul 2012 06:50:14 +0200 Original-Received: from localhost ([::1]:51371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StAaz-0007dg-0z for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Jul 2012 00:50:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 76.126.112.84 Original-X-Trace: posting.google.com 1343018849 17226 127.0.0.1 (23 Jul 2012 04:47:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 23 Jul 2012 04:47:29 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.126.112.84; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:193602 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:85975 Archived-At: On Sunday, July 22, 2012 6:39:02 AM UTC-7, Jason Rumney wrote: > On Sunday, 22 July 2012 06:34:15 UTC+8, Xah Lee wrote: > > in whitespace-mode, there&#39;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. thanks Jason. Anyone wants to file a bug report? Xah