From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niels Giesen Subject: Re: Is it possible to markup one character in a word? Date: Sun, 28 Aug 2011 11:22:59 +0200 Message-ID: References: <8139gou3jv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016368323fa164ba804ab8d53c3 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qxba2-0006Tv-Qm for emacs-orgmode@gnu.org; Sun, 28 Aug 2011 05:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qxba1-0007ez-Oa for emacs-orgmode@gnu.org; Sun, 28 Aug 2011 05:23:02 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:54638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qxba1-0007er-MI for emacs-orgmode@gnu.org; Sun, 28 Aug 2011 05:23:01 -0400 Received: by qyk27 with SMTP id 27so1305865qyk.0 for ; Sun, 28 Aug 2011 02:23:00 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: joe Cc: emacs-orgmode@gnu.org --0016368323fa164ba804ab8d53c3 Content-Type: text/plain; charset=UTF-8 > The whitespace module seems not to support this kind of spaces. > Is there any centralized feature to show/hide those things? > > The whitespace module does support this, see the variable `whitespace-display-mappings'. Something like this should do the trick (if not done via M-x customize-variable RET whitespace-display-mappings RET): (add-to-list 'whitespace-display-mappings '(space-mark 8203 [?|] [?-])) You'll have to M-x whitespace-mode after evaluating this to update the buffer display. Ciau, Niels. -- http://pft.github.com --0016368323fa164ba804ab8d53c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
=C2=A0
The whitespace module seems not to support this kind of spaces.
Is there any centralized feature to show/hide those things?


The whitespace module does support thi= s, see the variable `whitespace-display-mappings'.

=
Something like this should do the trick (if not done via M-x customize= -variable RET=C2=A0whitespace-display-mappings RET):=C2=A0

(add-to-list
=C2=A0'whitespace-displ= ay-mappings
=C2=A0'(space-mark 8203 [?|] [?-]))

You'll have to M-x whitespace-mode after evaluating t= his to update the buffer display.

Ciau,=C2=A0
Niels.


--
http://pft.githu= b.com
--0016368323fa164ba804ab8d53c3--