2007/8/18, Frederic Peters <[EMAIL PROTECTED]>:
>
> You could try this:
>
> syntax match Nbsp ' '
> highlight Nbsp term=reverse ctermfg=DarkRed guifg=Red
>
> (replace real space by non-breakspace in first line)
And for Emacs :)
(make-face 'nbsp-face)
(require 'disp-table)
(aset standard-display-table
(make-char 'latin-iso8859-1 (- ?\240 128))
(vector (+ ?\267 (* 524288 (face-id 'nbsp-face)))))
Ciao,
Stéphane
_______________________________________________
gnome-i18n mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-i18n