[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Framework extending window functions for Follow Mode (etc.).
From: |
martin rudalics |
Subject: |
Re: Framework extending window functions for Follow Mode (etc.). |
Date: |
Sat, 07 Nov 2015 14:26:16 +0100 |
> The six functions window-start, window-end, set-window-start, recenter,
> pos-visible-in-window-p, and move-to-window-line-function will acquire
> an extra optional parameter GROUP. The notion is that "this call is
> interested in groups of windows, not just single ones".
>
> Each of these functions will get an associated variable, e.g.
> "window-start-function". The function will call the value of that
> variable instead of doing its normal actions, when GROUP is non-nil.
> Typically, the `window-start-function' will recursively call
> window-start (on some window) to perform its operation.
Instead of an extra argument I would prefer to have these functions
check for the presence of a ‘window-start’, ‘window-end’, ... window
parameter just like ‘delete-window’ or ‘other-window’ do.
martin
- Re: Framework extending window functions for Follow Mode (etc.)., (continued)
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/10
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/10
- Re: Framework extending window functions for Follow Mode (etc.)., John Wiegley, 2015/11/10
- Re: Framework extending window functions for Follow Mode (etc.)., John Wiegley, 2015/11/10
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/10
- Re: Framework extending window functions for Follow Mode (etc.)., John Wiegley, 2015/11/10
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/11
- Re: Framework extending window functions for Follow Mode (etc.)., John Wiegley, 2015/11/11
- Comms and building Emacs. [Re: Framework extending window functions for Follow Mode (etc.).], Alan Mackenzie, 2015/11/11
- Re: Comms and building Emacs. [Re: Framework extending window functions for Follow Mode (etc.).], Alan Mackenzie, 2015/11/11
Re: Framework extending window functions for Follow Mode (etc.).,
martin rudalics <=
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/07
- Re: Framework extending window functions for Follow Mode (etc.)., martin rudalics, 2015/11/07
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/07
- Re: Framework extending window functions for Follow Mode (etc.)., martin rudalics, 2015/11/07
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/07
- Re: Framework extending window functions for Follow Mode (etc.)., martin rudalics, 2015/11/08
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/08
- Re: Framework extending window functions for Follow Mode (etc.)., martin rudalics, 2015/11/08
- Re: Framework extending window functions for Follow Mode (etc.)., Alan Mackenzie, 2015/11/08
- Re: Framework extending window functions for Follow Mode (etc.)., martin rudalics, 2015/11/09