emacs-devel
[Top][All Lists]
Advanced

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

23.0.60; Crash on w32 related to invisible text


From: Lennart Borgman (gmail)
Subject: 23.0.60; Crash on w32 related to invisible text
Date: Sun, 23 Mar 2008 21:43:07 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

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.


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
 of 2008-03-21
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'





reply via email to

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