emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/admin/FOR-RELEASE


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

Index: emacs/admin/FOR-RELEASE
diff -c emacs/admin/FOR-RELEASE:1.24 emacs/admin/FOR-RELEASE:1.25
*** emacs/admin/FOR-RELEASE:1.24        Tue Nov  9 22:06:05 2004
--- emacs/admin/FOR-RELEASE     Fri Nov 12 14:29:24 2004
***************
*** 141,166 ****
  now I can drag the modeline only upwards but not downwards
  
  
- ** 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.
- 
- 
  ** line-spacing and Electric-pop-up-window
  
  From: SAITO Takuya <address@hidden>
--- 141,146 ----




reply via email to

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