From: Niels Giesen <niels.giesen@gmail.com>
To: joe <gruel@cognitec.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Is it possible to markup one character in a word?
Date: Sun, 28 Aug 2011 11:22:59 +0200 [thread overview]
Message-ID: <CACDo9LfEM-J8yQpE7HE3G8oYnBCsQ5REgfJYErqrvN9e3nL9sw@mail.gmail.com> (raw)
In-Reply-To: <loom.20110826T141414-720@post.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 545 bytes --]
> 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
[-- Attachment #2: Type: text/html, Size: 975 bytes --]
prev parent reply other threads:[~2011-08-28 9:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-25 8:00 Is it possible to markup one character in a word? Vladimir Lomov
2011-08-25 12:06 ` John Hendy
2011-08-26 4:51 ` Vladimir Lomov
2011-08-26 5:47 ` Jambunathan K
2011-08-26 5:53 ` Jambunathan K
2011-08-26 12:25 ` joe
2011-08-28 9:22 ` Niels Giesen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CACDo9LfEM-J8yQpE7HE3G8oYnBCsQ5REgfJYErqrvN9e3nL9sw@mail.gmail.com \
--to=niels.giesen@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=gruel@cognitec.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).