[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No-break space



On Mon, 30 Aug 2010 12:36:59 +0200 Herbert J. Skuhra wrote:

> Hi,
> 
> how can I stop wl/emacs displaying the no-break space (=A0 or
> \320\240)? The character you get when you type C-q 240.  I think no
> other MUA is doing this and it's really annoying. :)

Found it in the emacs manual:

(setq nobreak-char-display nil)

-Herbert