I'm sure there is no single way to please everybody:

(setq show-nobreak-space 'escape) => the Miles way
(setq show-nobreak-space t)       => the Juri way


Here is a generic approach (similar to using a display table,
but without the overhead):

(setq show-nobreak-space STRING)  => show STRING for NBSP.

Value of STRING can cover both Miles and Juri style:

(propertize "\\ " 'face 'escape) => the Miles way
(propertize " " 'face 'underline) => the Juri way

-- 
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to