|
| From: | Richard Stallman |
| Subject: | Re: momentary-string-display |
| Date: | Sat, 06 Jan 2007 22:47:40 -0500 |
Does this code work?
;; If that pushed message start off the screen,
;; scroll to start it at the top of the screen.
(save-excursion
(move-to-window-line 0)
(if (> (point) pos)
(goto-char pos)
(recenter 0)))
| [Prev in Thread] | Current Thread | [Next in Thread] |