emacs-devel
[Top][All Lists]
Advanced

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

Re: momentary-string-display


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)))




reply via email to

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