From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Kaufmann Newsgroups: gmane.emacs.help Subject: display zero with space U+200B Date: Thu, 9 Sep 2010 16:48:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: <460c5513-10aa-45f5-9449-11fca22068b5@z25g2000vbn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1291865078 28479 80.91.229.12 (9 Dec 2010 03:24:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 03:24:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 04:24:32 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQX7P-0006re-NT for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 04:24:31 +0100 Original-Received: from localhost ([127.0.0.1]:36272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQX39-0006xm-Sl for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:20:08 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!z25g2000vbn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 62.203.66.144 Original-X-Trace: posting.google.com 1284076110 951 127.0.0.1 (9 Sep 2010 23:48:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 9 Sep 2010 23:48:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z25g2000vbn.googlegroups.com; posting-host=62.203.66.144; posting-account=biaK7QoAAAA_ZfVClVT8m8AhdARjayBT User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100825 Ubuntu/10.04 (lucid) Firefox/3.6.9,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:181218 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76541 Archived-At: I have a file containing zero with space characters (unicode code point U+200B). Any idea how I can get a visual feedback where they are? I tried to customize whitespace-display-mappings of whitespace.el like this: (defcustom whitespace-display-mappings '( (space-mark ?\x200B [?\xB7] [?.]) ... But I still don't see it. Normal spaces are displayed as intented by whitespace.el.