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 gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n