[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: info.el patch to open node in new window
From: |
Juri Linkov |
Subject: |
Re: info.el patch to open node in new window |
Date: |
Sun, 30 Sep 2007 01:44:03 +0300 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) |
> I'm not tied to a particular implementation, but I don't see what the
> problem is with this implementation. You've said 3 times now that FORK must
> go, but you haven't yet given any reason, AFAICT.
>
> I suggested these commands and bindings long ago. Please add them, however
> you want to implement them.
Ok, the FORK argument of existing Info commands can't be removed for
compatibility reasons. I also think that adding the FORK argument
to all Info navigation commands like `u' (Info-up), `t' (Info-top-node),
`d' (Info-directory), etc makes no sense because they might make a better use
of the prefix argument and it's just easy to type `M-n u', `M-n d' etc.
However, I agree that `Info-follow-nearest-node' and
`Info-mouse-follow-nearest-node'
are exceptions since they are general commands to follow a "link" (i.e.
an Info reference or an Info menu/index item) and most browsers have a key
to open a link in another window, so user will except Emacs to do the same.
I think Info-mouse-follow-nearest-node should be the last command where
we add the FORK argument.
I noticed that in your patch the new command names have the `-new-window'
suffix. I think `-other-window' is a better suffix. Also perhaps
it should be bound to [S-mouse-2] instead of [S-down-mouse-2].
--
Juri Linkov
http://www.jurta.org/emacs/
- RE: generate 3) S-mouse-2: follow link in new window, (continued)
- RE: generate 3) S-mouse-2: follow link in new window, Drew Adams, 2007/09/28
- Re: generate 3) S-mouse-2: follow link in new window, David Kastrup, 2007/09/28
- RE: generate 3) S-mouse-2: follow link in new window, Drew Adams, 2007/09/29
- Re: generate 3) S-mouse-2: follow link in new window, David Kastrup, 2007/09/30
- RE: generate 3) S-mouse-2: follow link in new window, Drew Adams, 2007/09/30
- Re: generate 3) S-mouse-2: follow link in new window, David Kastrup, 2007/09/30
- Re: generate 3) S-mouse-2: follow link in new window, Richard Stallman, 2007/09/30
- info.el patch to open node in new window [was: generate 3) S-mouse-2: follow link in new window], Drew Adams, 2007/09/25
- Re: info.el patch to open node in new window [was: generate 3) S-mouse-2: follow link in new window], Juri Linkov, 2007/09/26
- RE: info.el patch to open node in new window [was: generate 3) S-mouse-2: follow link in new window], Drew Adams, 2007/09/26
- Re: info.el patch to open node in new window,
Juri Linkov <=
- RE: info.el patch to open node in new window, Drew Adams, 2007/09/29
- Re: generate 3) S-mouse-2: follow link in new window, Juri Linkov, 2007/09/29
- RE: generate 3) S-mouse-2: follow link in new window, Drew Adams, 2007/09/29
- Re: generate 2) other pages for Info, Juri Linkov, 2007/09/23
- Re: generate 3) S-mouse-2: follow link in new window, Juri Linkov, 2007/09/29