all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Viewing start and end of the identical buffer in two windows
@ 2011-01-31  4:01 Katsumi Yamaoka
  2011-01-31  7:29 ` martin rudalics
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2011-01-31  4:01 UTC (permalink / raw)
  To: emacs-devel

I often divide a window that visits a big buffer to see the current
place and another place, e.g.: C-x 1 M-< C-x 2 C-x o M->
However, Emacs got to show the same contents in those two windows
nowadays.  Is there an option to make it behave as before?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Viewing start and end of the identical buffer in two windows
  2011-01-31  4:01 Viewing start and end of the identical buffer in two windows Katsumi Yamaoka
@ 2011-01-31  7:29 ` martin rudalics
  2011-01-31  7:53   ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: martin rudalics @ 2011-01-31  7:29 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: emacs-devel

 > I often divide a window that visits a big buffer to see the current
 > place and another place, e.g.: C-x 1 M-< C-x 2 C-x o M->
 > However, Emacs got to show the same contents in those two windows
 > nowadays.  Is there an option to make it behave as before?

Please be a bit more specific.  Do you mean that when you do M-> in the
lower window the cursor in the upper window moves to the end of the
buffer as well?  Also, please tell us when you first noticed the new
behavior and which Emacs version(s) you use.

Thanks, martin



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Viewing start and end of the identical buffer in two windows
  2011-01-31  7:29 ` martin rudalics
@ 2011-01-31  7:53   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2011-01-31  7:53 UTC (permalink / raw)
  To: martin rudalics; +Cc: emacs-devel

martin rudalics <rudalics@gmx.at> wrote:
>> I often divide a window that visits a big buffer to see the current
>> place and another place, e.g.: C-x 1 M-< C-x 2 C-x o M->
>> However, Emacs got to show the same contents in those two windows
>> nowadays.  Is there an option to make it behave as before?

> Please be a bit more specific.  Do you mean that when you do M-> in the
> lower window the cursor in the upper window moves to the end of the
> buffer as well?  Also, please tell us when you first noticed the new
> behavior and which Emacs version(s) you use.

> Thanks, martin

The problem has gone after rebuilding Gnus.  Oops!  I guess what
caused it was Gnus, the `article-update-date-lapsed' function
that runs with the 1-sec timer.  But it seems to have been fixed
thanks to Lars a moment ago:

 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
 move around by not using save-window-excursion.  It seems to work...

Sorry for the noise.

Regards,



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-31  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31  4:01 Viewing start and end of the identical buffer in two windows Katsumi Yamaoka
2011-01-31  7:29 ` martin rudalics
2011-01-31  7:53   ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.