emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/admin FOR-RELEASE


From: Kim F . Storm
Subject: [Emacs-commit] emacs/admin FOR-RELEASE
Date: Fri, 12 Nov 2004 09:36:15 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   04/11/12 14:29:25

Modified files:
        admin          : FOR-RELEASE 

Log message:
        Fixed this bug:
        
        ** line-spacing and (recenter -1)
        
        From: SAITO Takuya <address@hidden>
        Date: Mon, 31 May 2004 02:07:57 +0900 (JST)
        
        (recenter -1) does not show point at the bottom of the window
        if line-spacing is set to positive integer.
        
        Start emacs -Q, and evaluate below:
        
        (progn
        (setq line-spacing 1)
        (dotimes (i (window-height))
        (insert "\n" (int-to-string i)))
        (recenter -1))
        
        Then, point is displayed at the center of the window.
        But point should be displayed at the bottom of the window like 
Emacs-21.3.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/admin/FOR-RELEASE.diff?tr1=1.24&tr2=1.25&r1=text&r2=text





reply via email to

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