[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-x C-f RET change
From: |
Juri Linkov |
Subject: |
Re: C-x C-f RET change |
Date: |
Fri, 11 Nov 2005 21:38:54 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
> `C-x 2' says to split _this_ window in two; it doesn't say to do anything
> about another window, according to the conventional interpretation. It could
> alternatively be thought of, however, as `make-another-window' instead of
> `split-window', in which case it would make sense as `C-x 4 2'.
>
> So, it might be worth creating a separate `make-another-window' (or
> `make-window-command', in analogy to `make-frame-command'), bound to `C-x 4
> 2'. With pop-up-frames = nil, this would do the same thing as
> `split-window'. With pop-up-frames = t, this would do the same thing as
> `make-frame-command'. That would keep the conventions and terminology
> consistent.
Since `C-x 2' is not the exact equivalent of `C-x 4 f M-n RET'
(the difference is where point lands after the command: in the first case
it is in the initial window, in the second case it is in a new window).
The same difference makes sense for `C-x 2' and new `make-window-command':
`make-window-command' with pop-up-frames=nil would leave point in a new
window, like `make-frame-command' leaves point in a new frame.
--
Juri Linkov
http://www.jurta.org/emacs/
- RE: C-x C-f RET change, (continued)
- RE: C-x C-f RET change, Drew Adams, 2005/11/09
- Re: C-x C-f RET change, Eli Zaretskii, 2005/11/09
- Re: C-x C-f RET change, David Kastrup, 2005/11/10
- RE: C-x C-f RET change, Drew Adams, 2005/11/10
- Re: C-x C-f RET change, Andreas Schwab, 2005/11/10
- RE: C-x C-f RET change, Drew Adams, 2005/11/10
- Re: C-x C-f RET change, David Kastrup, 2005/11/10
- RE: C-x C-f RET change, Drew Adams, 2005/11/10
- Re: C-x C-f RET change, David Kastrup, 2005/11/10
- RE: C-x C-f RET change, Drew Adams, 2005/11/10
- Re: C-x C-f RET change,
Juri Linkov <=
- RE: C-x C-f RET change, Drew Adams, 2005/11/11
Re: C-x C-f RET change, Edward O'Connor, 2005/11/09
Re: C-x C-f RET change, Richard M. Stallman, 2005/11/09