From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#1761: 23.0.60; Can't reach info nodes that aren't in TOC Date: Sun, 12 Feb 2012 23:20:28 +0200 Organization: JURTA Message-ID: <87vcnbkaub.fsf@mail.jurta.org> References: <87fxk2t9uw.fsf@mcbain.luannocracy.com> <83aa4r9dvg.fsf@gnu.org> <83ipje1zg4.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329081823 29771 80.91.229.3 (12 Feb 2012 21:23:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2012 21:23:43 +0000 (UTC) Cc: 1761@debbugs.gnu.org, Andreas Schwab To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Feb 12 22:23:41 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RwgtZ-00031T-BJ for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Feb 2012 22:23:41 +0100 Original-Received: from localhost ([::1]:43670 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwgtY-0003Kg-6j for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 Feb 2012 16:23:40 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwgtV-0003G2-4h for bug-gnu-emacs@gnu.org; Sun, 12 Feb 2012 16:23:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RwgtU-00012I-2r for bug-gnu-emacs@gnu.org; Sun, 12 Feb 2012 16:23:37 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RwgtU-00012E-1N for bug-gnu-emacs@gnu.org; Sun, 12 Feb 2012 16:23:36 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Rwgus-0002n7-Ey for bug-gnu-emacs@gnu.org; Sun, 12 Feb 2012 16:25:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 Feb 2012 21:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1761 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 1761-submit@debbugs.gnu.org id=B1761.132908186510631 (code B ref 1761); Sun, 12 Feb 2012 21:25:02 +0000 Original-Received: (at 1761) by debbugs.gnu.org; 12 Feb 2012 21:24:25 +0000 Original-Received: from localhost ([127.0.0.1]:37860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RwguF-0002lM-Ss for submit@debbugs.gnu.org; Sun, 12 Feb 2012 16:24:25 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:49314 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RwguC-0002l0-4d for 1761@debbugs.gnu.org; Sun, 12 Feb 2012 16:24:20 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id EFE4B451C85A; Sun, 12 Feb 2012 13:21:28 -0800 (PST) In-Reply-To: <83ipje1zg4.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 10 Feb 2012 17:27:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:56848 Archived-At: >> > "g (dbus)" loads the dbus manual into the current info buffer, which >> > means you lose the previous manual that was loaded there. >> >> l will go back there, though. > > True. But in my workflow, I want all the manuals I need to be > available simultaneously, so they can be displayed side by side when I > need that. YMMV, of course. Before `g (dbus)' you can type `M-n' (`clone-buffer'). Or type `C-u g (dbus)' and it will display a new Info buffer with the name "*info-(dbus)*".