emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; Crash on w32 related to invisible text


From: Stefan Monnier
Subject: Re: 23.0.60; Crash on w32 related to invisible text
Date: Sun, 23 Mar 2008 19:27:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> I get crashes in org-mode when I do things in a region with invisible
> text. I have not made any simple test case, but from my testing I can see
> this:

> - There is something strange with the display in org-mode an items content
> is hidden. You can position point after the three dots ... If you do that
> and check (current-column) you get 0.

> - In code if you in org-mode do

> (while (my-invisible-p (point))
>   (forward-line 1))

> until point is on a visible char and there insert an overlay with an
> after-string it crashes.

Please make the "insert an overlay with an
after-string" more precise, e.g. actual Elisp code.

Also, does it happen with any Org-mode buffer, or is the
contents/setup important?

Finally, please provide a backtrace.


        Stefan





reply via email to

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