emacs-devel
[Top][All Lists]
Advanced

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

Re: Overlays, nobreak-char-display and NO-BREAK SPACE


From: Juri Linkov
Subject: Re: Overlays, nobreak-char-display and NO-BREAK SPACE
Date: Sat, 05 Nov 2005 09:48:32 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

> I guess the new feature to display non-breaking spaces doesn't work
> well with overlays.  Can someone who knows help me debug this problem?

To help debug this problem, I extracted the relevant code from the nXML
package to the minimal test case.  Just copy to the *scratch* buffer:

(overlay-put (make-overlay 1 2 nil t)
             'after-string
             (string (decode-char 'ucs #x00A0)))

and evaluate with `C-M-x'.

I have no clue what is wrong with this.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]