From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: generate 3) S-mouse-2: follow link in new window Date: Sat, 29 Sep 2007 19:18:41 -0700 Message-ID: References: <87odflusle.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191118884 28529 80.91.229.12 (30 Sep 2007 02:21:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2007 02:21:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juri Linkov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 04:21:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IboQk-0006tC-6J for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 04:21:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IboQg-0002vD-9j for ged-emacs-devel@m.gmane.org; Sat, 29 Sep 2007 22:21:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IboOz-0002Cq-VH for emacs-devel@gnu.org; Sat, 29 Sep 2007 22:19:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IboOx-0002B0-9v for emacs-devel@gnu.org; Sat, 29 Sep 2007 22:19:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IboOw-0002Ak-MM for emacs-devel@gnu.org; Sat, 29 Sep 2007 22:19:22 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IboOw-0006SD-8N for emacs-devel@gnu.org; Sat, 29 Sep 2007 22:19:22 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l8U2JJP7019169; Sat, 29 Sep 2007 21:19:19 -0500 Original-Received: from acsmt350.oracle.com (acsmt350.oracle.com [141.146.40.150]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id l8U2JI1K020093; Sat, 29 Sep 2007 20:19:18 -0600 Original-Received: from dhcp-amer-whq-csvpn-gw3-141-144-80-240.vpn.oracle.com by acsmt351.oracle.com with ESMTP id 3256093731191118703; Sat, 29 Sep 2007 19:18:23 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: <87odflusle.fsf@jurta.org> X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80036 Archived-At: > > 3. It would also be helpful to bind `S-mouse-2' in Info to a > > command that follows an Info link in a new window. That way, > > a user could keep the `L' or the `I' buffer (or a TOC or an > > index or any other node) open while visiting > > its links in another window (or frame, with non-nil pop-up-frames). > > I now understood that you mean something different than I thought. > It seems you want something like the "target" HTML link attribute, > where clicking on different links in the index visits each link > in the same separate window from the index window. If it is what > you meant, I'm unsure how feasible it is. Now maybe I'm misunderstanding ;-). What you describe sounds like what I mean. But it is also exactly what I sent in the patch. That's what `Info-mouse-follow-nearest-node' does: it follows the link it's clicked on in a new window. Maybe I don't understand you - how is what you now think I mean different from `Info-mouse-follow-nearest-node'?