mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
* follow.el (follow-calc-win-end): Use with-selected-window.
(follow-windows-start-end, follow-pos-visible) (follow-windows-aligned-p): Code cleanup. (follow-select-if-visible): Try to avoid partially-visible lines. (follow-select-if-visible-from-first): Call follow-redisplay and move point to destination. (follow-redisplay): New arg, to keep selected window unchanged. (follow-post-command-hook): In final check for destination visibility, use window-start and window-end instead of the less accurate follow-pos-visible. If the selected window is redrawn, tell follow-redisplay to preserve it.
This commit is contained in:
parent
d9569a55d8
commit
b4c79e7b01
1 changed files with 15 additions and 0 deletions
|
|
@ -1,3 +1,18 @@
|
|||
2008-12-30 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* follow.el (follow-calc-win-end): Use with-selected-window.
|
||||
(follow-windows-start-end, follow-pos-visible)
|
||||
(follow-windows-aligned-p): Code cleanup.
|
||||
(follow-select-if-visible): Try to avoid partially-visible lines.
|
||||
(follow-select-if-visible-from-first): Call follow-redisplay and
|
||||
move point to destination.
|
||||
(follow-redisplay): New arg, to keep selected window unchanged.
|
||||
(follow-post-command-hook): In final check for destination
|
||||
visibility, use window-start and window-end instead of the less
|
||||
accurate follow-pos-visible. If the selected window is redrawn,
|
||||
tell follow-redisplay to preserve it.
|
||||
|
||||
|
||||
2008-12-30 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* server.el (server-running-p): Remove interactive spec. Fix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue