emacs-devel
[Top][All Lists]
Advanced

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

Re: GNU Emacs crashes with longlines-mode and outline-mode


From: Jason Rumney
Subject: Re: GNU Emacs crashes with longlines-mode and outline-mode
Date: Tue, 02 Oct 2007 11:05:42 +0100
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Johan Bockgård wrote:
> It occurs when the character before the display property is replaced
> with an ellipsis.
>
> (put-text-property (1- (point-max)) (point-max) 'display "X")
> (setq buffer-invisibility-spec '((foo . t) t))
> (setq o (make-overlay (- (point-max) 2) (1- (point-max))))
> (overlay-put o 'invisible 'foo)
>   

I'd only tried the character the display property was on. Thanks!






reply via email to

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