emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Is it possible to markup one character in a word?


From: Niels Giesen
Subject: Re: [O] Is it possible to markup one character in a word?
Date: Sun, 28 Aug 2011 11:22:59 +0200

 
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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]