emacs-devel
[Top][All Lists]
Advanced

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

Re: Moving cursor on another window


From: martin rudalics
Subject: Re: Moving cursor on another window
Date: Wed, 19 Jan 2011 15:36:26 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

I believe that strictly speaking those should be

    (set-window-point W (point-min B))

and

    (dolist (W (get-buffer-window-list B nil t))
      (set-window-point W (point-min B)))

since the current buffer will not necessarily have the same point-min
as B.

Indeed.  Thanks for the correction.

martin




reply via email to

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