emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: mode line display


From: Kim F. Storm
Subject: Re: mode line display
Date: Wed, 17 Nov 2004 01:26:47 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Thanks for the bug report.

I just installed a fix in CVS.


SAITO Takuya <address@hidden> writes:

> Start emacs -Q and evaluate this in *scratch*
>
> (let ((line 9))                               ;3-13 reproduce this bug
>   (switch-to-buffer "*TEST*")
>   (setq line-spacing 1)
>   (dotimes (i 20)
>     (insert (number-to-string (1+ i)) "\n"))
>   (goto-line line)
>   (sit-for 0)
>   (split-window nil (1+ line)))
>
> Then mode line of above window is not displayed correctly.


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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