From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#10770: info-display-manual replaces existing *info* buffer Date: Thu, 09 Feb 2012 20:43:16 +0200 Message-ID: <83mx8ralvf.fsf@gnu.org> References: <87ipjggxuk.fsf@mail.jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1328813048 5756 80.91.229.3 (9 Feb 2012 18:44:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2012 18:44:08 +0000 (UTC) Cc: 10770@debbugs.gnu.org To: Juri Linkov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 09 19:44:08 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 1RvYyV-000875-KN for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Feb 2012 19:44:07 +0100 Original-Received: from localhost ([::1]:58705 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvYyU-00013O-PX for geb-bug-gnu-emacs@m.gmane.org; Thu, 09 Feb 2012 13:44:06 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvYyN-0000oA-5W for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2012 13:44:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvYyH-0005KJ-Fy for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2012 13:43:59 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvYyH-0005KF-Bi for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2012 13:43:53 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RvYzN-0006CT-PM for bug-gnu-emacs@gnu.org; Thu, 09 Feb 2012 13:45:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 09 Feb 2012 18:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10770 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 10770-submit@debbugs.gnu.org id=B10770.132881307023780 (code B ref 10770); Thu, 09 Feb 2012 18:45:01 +0000 Original-Received: (at 10770) by debbugs.gnu.org; 9 Feb 2012 18:44:30 +0000 Original-Received: from localhost ([127.0.0.1]:34015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvYyr-0006BV-Fd for submit@debbugs.gnu.org; Thu, 09 Feb 2012 13:44:29 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:62928) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RvYyq-0006BJ-3b for 10770@debbugs.gnu.org; Thu, 09 Feb 2012 13:44:28 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LZ500A002LYXR00@a-mtaout23.012.net.il> for 10770@debbugs.gnu.org; Thu, 09 Feb 2012 20:43:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.149.156]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LZ500ATI2NYW520@a-mtaout23.012.net.il>; Thu, 09 Feb 2012 20:43:11 +0200 (IST) In-reply-to: <87ipjggxuk.fsf@mail.jurta.org> X-012-Sender: halo1@inter.net.il 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:56727 Archived-At: > From: Juri Linkov > Date: Thu, 09 Feb 2012 11:28:03 +0200 > Cc: 10770@debbugs.gnu.org > > > M-x info-display-manual RET gnus RET > > M-x info-display-manual RET emacs RET > > > > Now my Gnus manual is gone, replaced by the Emacs manual. > > I expected it to use a new buffer for the Emacs manual. > > Maybe it would be good to append manual names to buffer names > as suffixes like "*info*" and "*info*" to make > unique and recognizable buffer names? How would that help? > But since currently uniqueness is provided by adding a number > like "*info*<2>", the following patch will work with the > current naming convention: > > === modified file 'lisp/info.el' > --- lisp/info.el 2012-01-25 17:54:01 +0000 > +++ lisp/info.el 2012-02-09 09:27:10 +0000 > @@ -4999,7 +5005,7 @@ (defun info-display-manual (manual) > (if found > (switch-to-buffer found) > (info-initialize) > - (info (Info-find-file manual))))) > + (info (Info-find-file manual) (generate-new-buffer-name "*info*"))))) Thanks.