GNU bug report logs -
#12253
Restore window start position
Previous Next
Full log
Message #20 received at 12253 <at> debbugs.gnu.org (full text, mbox):
> Usually Info widens the Info buffer, moves point using `goto-char' and
> finally narrows the buffer to the current node. There is no way to use
> `set-window-point' in this workflow. Other places (that move point
> after narrowing) could use the same function `goto-char' for consistency.
Conceptually, `goto-char' and `set-window-point' are idempotent with the
current buffer in the selected window. Now *info* synchronizes
navigation in all windows showing *info*. But if I split an *info*
window showing the (narrowed) beginning of *info* and do
(set-window-point (window-in-direction 'below) (point-max))
with the upper window selected, the lower window shows the (narrowed)
end of *info* and
(with-selected-window (window-in-direction 'below)
(goto-char (point-max)))
does the same. So I still miss you.
martin
This bug report was last modified 1 year and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.