[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non-break-space in tutorial
From: |
Paul Pogonyshev |
Subject: |
Re: non-break-space in tutorial |
Date: |
Fri, 27 May 2005 16:07:25 +0300 |
User-agent: |
KMail/1.4.3 |
Juri Linkov wrote:
> > In a French locale, C-h T shows the French tutorial which includes
> > some NBSP chars which are rendered as "\ " as in "m\ emacs\ <Entrée>".
> > The \ are clearly undesirable here.
>
> [...]
>
> A better indication for non-breaking spaces and hyphens is the same
> as for whitespace highlighting enabled with show-trailing-whitespace,
> i.e. displaying non-breaking spaces and hyphens in a special face
> with a non-default background color without adding \.
This is exactly what I did in my Wikipedia mode before escaping was
added to Emacs. And I'm too unsatisfied with escaping, so after it
appeared, I made `show-nonbreak-escape' locally set to nil in all my
buffers and kept the custom highlighting.
I think `show-nonbreak-escape' should be nil by default. However,
this has been discussed already and RMS will probably not be willing
to change it.
Paul
- non-break-space in tutorial, Stefan Monnier, 2005/05/26
- Re: non-break-space in tutorial, Juri Linkov, 2005/05/27
- Re: non-break-space in tutorial, Richard Stallman, 2005/05/31
- Re: non-break-space in tutorial, Miles Bader, 2005/05/31
- Re: non-break-space in tutorial, Kim F. Storm, 2005/05/31
- Re: non-break-space in tutorial, Richard Stallman, 2005/05/31
Re: non-break-space in tutorial, Richard Stallman, 2005/05/28