Re: Unbreakable space in text editor

2007-10-30 Thread Yannig MARCHEGAY
Thanks a lot for all these advices. Yannig ___ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n

Re: Unbreakable space in text editor

2007-08-19 Thread Stéphane Raimbault
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-disp

Re: Unbreakable space in text editor

2007-08-18 Thread Frederic Peters
Claude Paroz wrote: > I'm still looking for a trick to make vim display the non-breaking space > in another color... Someone ? You could try this: syntax match Nbsp ' ' highlight Nbsp term=reverse ctermfg=DarkRed guifg=Red (replace real space by non-breakspace in first line) Frede

Re: Unbreakable space in text editor

2007-08-18 Thread Claude Paroz
Le samedi 18 août 2007 à 15:15 +0200, Yannig MARCHEGAY a écrit : > Hello everybody, > > I'd like to batch-correct the unbreakable spaces that are laking in my > translations. For that, the best would be to batch-search-replace in > the po files in a text editor. Could you please tell me the symbol

Re: Unbreakable space in text editor

2007-08-18 Thread Leonardo Fontenelle
Look for "no-break space" in the character map. Leonardo Fontenelle http://leonardof.org 2007/8/18, Yannig MARCHEGAY <[EMAIL PROTECTED]>: > Hello everybody, > > I'd like to batch-correct the unbreakable spaces that are laking in my > translations. For that, the best would be to batch-search-repla

Unbreakable space in text editor

2007-08-18 Thread Yannig MARCHEGAY
Hello everybody, I'd like to batch-correct the unbreakable spaces that are laking in my translations. For that, the best would be to batch-search-replace in the po files in a text editor. Could you please tell me the symbol for an unbreakable space for a po file in a text editor? Thanks a lot :-)