all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#4131: Description how to reproduce the bug
@ 2009-08-12 10:13 Carsten Dominik
  0 siblings, 0 replies; only message in thread
From: Carsten Dominik @ 2009-08-12 10:13 UTC (permalink / raw
  To: 4131; +Cc: Miles Bader

Hi, somehow my description how to reproduce the bug seems to have not  
made it with the report.

Here it is:

Emacs can be repeatedly crashed by using a combination of `outline-mode'
and line-prefix text properties.  The crash happens when a call to
`(hide-sublevels 1)' makes everything currently visible in an Emacs  
window
invisible, while the text in the window has line-prefix text properties.

Here is a way to reproduce this bug:

Put the following text into a file and open the file in Emacs:


----------------------8x------------8x----------------8x
    -*- mode: outline -*-

* my test
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a

(add-text-properties (point-min) (point-max) '(line-prefix "  "))
(hide-sublevels 1)
----------------------8x------------8x----------------8x


The number of lines must be large enough so that scrolling to the end of
the buffer will move the outline headline "my test" out of view.

Move to the end of the file and evaluate the two lisp forms, first  
adding the text properties and then hiding everything except top level.



- Carsten









^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-12 10:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-12 10:13 bug#4131: Description how to reproduce the bug Carsten Dominik

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.