[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: how to display a character with a specific glyph and face ?
From: |
Drew Adams |
Subject: |
RE: how to display a character with a specific glyph and face ? |
Date: |
Fri, 24 Oct 2014 07:01:38 -0700 (PDT) |
> > Instead of modifying the standard-display-table, I should modify
> > the escape-glyph face, isn't it ?
>
> Either the escape-glyph face, or, if you are only interested in the
> no-break space character, the nobreak-space face.
If you want to highlight only hard (i.e., no-break) spaces, and
not also hard hyphens, or if you want font-lock to control the
highlighting, then you can use library `highlight-chars.el'.
http://www.emacswiki.org/emacs/ShowWhiteSpace#HighlightChars
http://www.emacswiki.org/emacs-en/download/highlight-chars.el
You can turn on/off such highlighting:
* in the current buffer only (i.e., locally),
* globally whenever FontLockMode is turned on, or
* automatically whenever a buffer is in a given major mode