emacs-devel
[Top][All Lists]
Advanced

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

Re: [BUG] Empty string as display property


From: Kim F. Storm
Subject: Re: [BUG] Empty string as display property
Date: Tue, 17 May 2005 00:15:57 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Lars Hansen <address@hidden> writes:

> An empty string as display property has the advantage over the invisible
> property that it can be made conditional. However, an empty string as
> display property does not work. Try this:
>
> (defun test ()
>   (interactive)
>   (select-window (display-buffer (get-buffer-create "*test*")))
>   (erase-buffer)
>   (insert "line 1\naaa"
>           (propertize "bbb" 'display "")
>           "ccc\nline 3"))
>
> Maybe someone who knows the redisplay code would like to look at this bug.

Thank you for the report.
I just installed a fix.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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