* generalization of follow mode, to arbitrary pices of the buffer
@ 2016-01-01 19:42 Uwe Brauer
2016-01-01 19:45 ` [solved] (was: generalization of follow mode, to arbitrary pices of the buffer) Uwe Brauer
2016-01-02 4:05 ` generalization of follow mode, to arbitrary pices of the buffer Yuri Khan
0 siblings, 2 replies; 5+ messages in thread
From: Uwe Brauer @ 2016-01-01 19:42 UTC (permalink / raw)
To: emacs-devel
Hello
Does anybody know about a generalization of follow mode which does the
following:
After a vertical split of the buffer, I scroll, say the right window
down 100 lines.
Then I activate the generalized follow mode and now any scroll movement
on one of the windows is done on the other window as well.
Google search did not return anything useful.
Thanks
Uwe Brauer
^ permalink raw reply [flat|nested] 5+ messages in thread
* [solved] (was: generalization of follow mode, to arbitrary pices of the buffer)
2016-01-01 19:42 generalization of follow mode, to arbitrary pices of the buffer Uwe Brauer
@ 2016-01-01 19:45 ` Uwe Brauer
2016-01-02 4:05 ` generalization of follow mode, to arbitrary pices of the buffer Yuri Khan
1 sibling, 0 replies; 5+ messages in thread
From: Uwe Brauer @ 2016-01-01 19:45 UTC (permalink / raw)
To: emacs-devel
>>> "Uwe" == Uwe Brauer <oub@mat.ucm.es> writes:
> Hello
> Does anybody know about a generalization of follow mode which does the
Aehm sorry follow-all-mode, does precisely what I want. Sorry for the noise.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: generalization of follow mode, to arbitrary pices of the buffer
2016-01-01 19:42 generalization of follow mode, to arbitrary pices of the buffer Uwe Brauer
2016-01-01 19:45 ` [solved] (was: generalization of follow mode, to arbitrary pices of the buffer) Uwe Brauer
@ 2016-01-02 4:05 ` Yuri Khan
2016-01-02 4:41 ` Óscar Fuentes
1 sibling, 1 reply; 5+ messages in thread
From: Yuri Khan @ 2016-01-02 4:05 UTC (permalink / raw)
To: Emacs developers
On Sat, Jan 2, 2016 at 1:42 AM, Uwe Brauer <oub@mat.ucm.es> wrote:
> Does anybody know about a generalization of follow mode which does the
> following:
> After a vertical split of the buffer, I scroll, say the right window
> down 100 lines.
>
> Then I activate the generalized follow mode and now any scroll movement
> on one of the windows is done on the other window as well.
I sometimes wonder about a further generalization of that.
Occasionally it would be useful to have (loosely) synchronized
scrolling of two windows displaying different buffers. The windows in
question might be in the same or different frames.
(Use cases: translations between languages; reviewing or
hand-correcting results of an automated format conversion.)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: generalization of follow mode, to arbitrary pices of the buffer
2016-01-02 4:05 ` generalization of follow mode, to arbitrary pices of the buffer Yuri Khan
@ 2016-01-02 4:41 ` Óscar Fuentes
2016-01-02 13:05 ` Yuri Khan
0 siblings, 1 reply; 5+ messages in thread
From: Óscar Fuentes @ 2016-01-02 4:41 UTC (permalink / raw)
To: emacs-devel
Yuri Khan <yuri.v.khan@gmail.com> writes:
> I sometimes wonder about a further generalization of that.
> Occasionally it would be useful to have (loosely) synchronized
> scrolling of two windows displaying different buffers. The windows in
> question might be in the same or different frames.
scroll-all-mode does almost that. Expanding it for doing exactly what
you request shouldn't be difficult.
[snip]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: generalization of follow mode, to arbitrary pices of the buffer
2016-01-02 4:41 ` Óscar Fuentes
@ 2016-01-02 13:05 ` Yuri Khan
0 siblings, 0 replies; 5+ messages in thread
From: Yuri Khan @ 2016-01-02 13:05 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: Emacs developers
On Sat, Jan 2, 2016 at 10:41 AM, Óscar Fuentes <ofv@wanadoo.es> wrote:
> scroll-all-mode does almost that. Expanding it for doing exactly what
> you request shouldn't be difficult.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-01-02 13:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-01 19:42 generalization of follow mode, to arbitrary pices of the buffer Uwe Brauer
2016-01-01 19:45 ` [solved] (was: generalization of follow mode, to arbitrary pices of the buffer) Uwe Brauer
2016-01-02 4:05 ` generalization of follow mode, to arbitrary pices of the buffer Yuri Khan
2016-01-02 4:41 ` Óscar Fuentes
2016-01-02 13:05 ` Yuri Khan
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).