Gunnar Evermann <ge204(a)eng.cam.ac.uk> writes:
> Unfortunately, it probably isn't. On the serious side I
think this bug
> is responsible for a lot of the glitches we have been seeing.
cool, but there are still various problems with the start marker and
the line start cache. These trigger for example the assertion failure
Martin reported and maybe also Colin's.
as a simple example try:
xemacs -nw -vanilla
(set-window-start (selected-window) 10)
C-l
The window configuration stuff also messes with the window-start
markers, so it won't surprise me if there are problems there too.
set-window-configuration just blindly copies the old information
without checking it is still valid.
Jan