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: Johan Bockgård
Subject: Re: GNU Emacs crashes with longlines-mode and outline-mode
Date: Tue, 02 Oct 2007 11:34:36 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Jason Rumney <address@hidden> writes:

> Richard Stallman wrote:
>> Does this fail for you with the latest sources?
>
> Yes. I've revised the test case below to make it clearer. The problem
> seems to occur when the character at point-max is hidden by outline-mode
> and has a display text property on it.

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)
;;;

-- 
Johan Bockgård





reply via email to

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