From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Display of no break spaces Date: Thu, 3 Jan 2013 17:22:54 +0100 Message-ID: <2AEABB95-6671-40F3-9025-B1C48D9B74EF@Web.DE> References: <8638yipftx.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1357230189 29577 80.91.229.3 (3 Jan 2013 16:23:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Jan 2013 16:23:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: pascal.quesseveur@free.fr Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 03 17:23:25 2013 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 1TqnZh-0006Zd-LV for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jan 2013 17:23:21 +0100 Original-Received: from localhost ([::1]:38683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqnZS-0002PS-H4 for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Jan 2013 11:23:06 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:41218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqnZM-0002OK-Ip for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 11:23:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqnZI-00069L-9W for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 11:23:00 -0500 Original-Received: from mout.web.de ([212.227.17.11]:53610) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqnZH-00069F-Vw for help-gnu-emacs@gnu.org; Thu, 03 Jan 2013 11:22:56 -0500 Original-Received: from sumac.fritz.box ([95.223.148.182]) by smtp.web.de (mrweb001) with ESMTPA (Nemesis) id 0LuMER-1SqHYv35rL-011dmq; Thu, 03 Jan 2013 17:22:54 +0100 In-Reply-To: <8638yipftx.fsf@free.fr> X-Mailer: Apple Mail (2.1085) X-Provags-ID: V02:K0:sqgNQLfQG62F8BPX2/eimovi8WCtHZnedRmBVCC0sWk p84d2502cL4CjK65KFh8Y33FEDy+uoY5XoynDWoQt7IQLV1/Hy CqiRqFvi0jX0PVW6xTNBPaKlfHVJ6rCkXQ9ORlrllfSQP+OlHR H+3sWhNbgXYb8sAvOvk019Hzmsb3NJsw1iswVlXxne9yFfVPSk +Ud2CZzI8WKIotvF01ULQ== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.11 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:88412 Archived-At: Am 03.01.2013 um 14:16 schrieb Pascal Quesseveur: > I don't understand why the no break space is displayed using link > face. Because it's fontified with that property. > What can I do to change the way it is displayed? Use a plain text buffer to get rid of fontification or switch that off = (launch GNU Emacs with -Q)! You can also switch to a font that has = U+00A0 defined or create a fontset in which this character is defined as = coming from a font with NO-BREAK SPACE. I get, for example, in X11: position: 206 of 6832 (3%), column: 0 character: (displayed as ) (codepoint 160, #o240, = #xa0) preferred charset: iso-8859-1 (Latin-1 (ISO/IEC 8859-1)) code point in charset: 0xA0 syntax: . which means: punctuation category: .:Base, b:Arabic, j:Japanese, l:Latin buffer code: #xC2 #xA0 file code: #xA0 (encoded by coding system = iso-latin-1-unix) display: by this font (glyph code) xft:-b&h-Lucida Sans = Typewriter-normal-normal-normal-*-10-*-*-*-m-0-iso10646-1 (#xAC) hardcoded face: nobreak-space =09 Character code properties: customize what to show name: NO-BREAK SPACE old-name: NON-BREAKING SPACE general-category: Zs (Separator, Space) decomposition: (noBreak 32) (noBreak ' ') =09 There are text properties here: charset iso-8859-1 -- Greetings Pete You can learn many things from children. How much patience you have, = for instance. =96 Franklin P. Jones