emacs-devel
[Top][All Lists]
Advanced

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

Re: problem of display property [Re: list-charset-chars and unicode-bmp]


From: Gerd Moellmann
Subject: Re: problem of display property [Re: list-charset-chars and unicode-bmp]
Date: 29 Jan 2003 13:45:56 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Kenichi Handa <address@hidden> writes:

> The reason why the change looks complicated is to correctly
> handle this kind of case where string_buffer_position is
> confused by the same string used in display properties.
> 
> (setq s1 "<dot>")
> (setq s2 "<comma>")
> (setq c1 (propertize "." 'display s1))
> (setq c2 (propertize "," 'display s2))
> (insert c1 c2 c1 c2 c1 c2)

Oh, hm, yes, that's a problem.

> Could you check the change and comment again?

I can't see anything wrong.




reply via email to

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