annotate etc/letter.pbm @ 58177:7557ec2ee04d

Fixed this bug: ** line-spacing and (recenter -1) From: SAITO Takuya <tabmore@rivo.mediatti.net> 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.
author Kim F. Storm <storm@cua.dk>
date Fri, 12 Nov 2004 14:29:24 +0000
parents 20c113076e20
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50396
20c113076e20 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
1 P4
20c113076e20 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
2 14 10
20c113076e20 *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
3 $DD$