Mercurial > emacs
annotate .cvsignore @ 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 | 02b93a943c85 |
children | 6ed8d3e25c65 |
rev | line source |
---|---|
54310
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
1 *.xdelta |
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
2 .DS_Store |
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
3 .arch-inventory |
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
4 Makefile |
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
5 autom4te.cache |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
25839
diff
changeset
|
6 bin |
28195 | 7 boot.log |
8 boot.log.diff | |
9 boot.log.old | |
54310
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
10 config.cache |
31816 | 11 config.log |
12 config.status | |
54310
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
13 configure |
31816 | 14 emacs*.tar.gz |
35744 | 15 leim*.tar.gz |
54310
02b93a943c85
Add Mac OS X's .DS_Store mystery file.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
53286
diff
changeset
|
16 update.log |