1 Oct 2007 03:37
Re: GNU Emacs crashes with longlines-mode and outline-mode
Richard Stallman <rms <at> gnu.org>
2007-10-01 01:37:15 GMT
2007-10-01 01:37:15 GMT
Does this fail for you with the latest sources? Date: Tue, 25 Sep 2007 00:17:25 +0100 From: Jason Rumney <jasonr <at> gnu.org> MIME-Version: 1.0 To: emacs-pretest-bug <at> gnu.org In-Reply-To: <46F6E479.3070309 <at> gnu.org> Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: GNU Emacs crashes with longlines-mode and outline-mode A reduced test case below. I am still looking for what outline mode does that triggers the crash. Setting up the invisibility spec to show ellipses, creating an overlay at the end of the buffer and making it invisible was not sufficient. Perhaps someone more familiar with outline mode and/or the parts of redisplay that deal with invisibility and ellipses might have an idea where to look? -*- mode: text; mode: outline -*- (put-text-property (- (point-max) 1) (point-max) 'display "X") Evaluate the above line (C-x C-e), then hide the leaf node below (C-c C-l): * One chapter Some text. Some text that must be longer than one line, to test _______________________________________________ Emacs-devel mailing list Emacs-devel <at> gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel(Continue reading)
RSS Feed