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#12107: 24.1.50; In Info mode, add the name of the manual as completion candidate for "bookmark-set" Date: Wed, 01 Aug 2012 03:12:44 +0300 Organization: JURTA Message-ID: <87ipd38tc7.fsf@mail.jurta.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343780687 26095 80.91.229.3 (1 Aug 2012 00:24:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Aug 2012 00:24:47 +0000 (UTC) Cc: 12107@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 01 02:24:47 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SwMk3-0002cu-Ia for geb-bug-gnu-emacs@m.gmane.org; Wed, 01 Aug 2012 02:24:47 +0200 Original-Received: from localhost ([::1]:44091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwMk2-0004Q9-Tr for geb-bug-gnu-emacs@m.gmane.org; Tue, 31 Jul 2012 20:24:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwMjy-0004KS-Ry for bug-gnu-emacs@gnu.org; Tue, 31 Jul 2012 20:24:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwMjx-0008WK-Da for bug-gnu-emacs@gnu.org; Tue, 31 Jul 2012 20:24:42 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwMjx-0008WC-Af for bug-gnu-emacs@gnu.org; Tue, 31 Jul 2012 20:24:41 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SwMr4-0001Ef-QN for bug-gnu-emacs@gnu.org; Tue, 31 Jul 2012 20:32:02 -0400 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: Wed, 01 Aug 2012 00:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12107 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12107-submit@debbugs.gnu.org id=B12107.13437810854696 (code B ref 12107); Wed, 01 Aug 2012 00:32:02 +0000 Original-Received: (at 12107) by debbugs.gnu.org; 1 Aug 2012 00:31:25 +0000 Original-Received: from localhost ([127.0.0.1]:53424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SwMqS-0001Dc-9D for submit@debbugs.gnu.org; Tue, 31 Jul 2012 20:31:25 -0400 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:36128 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SwMqP-0001DS-RZ for 12107@debbugs.gnu.org; Tue, 31 Jul 2012 20:31:22 -0400 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 9D146451CAAD; Tue, 31 Jul 2012 17:23:58 -0700 (PDT) In-Reply-To: (Dani Moncayo's message of "Tue, 31 Jul 2012 22:22:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (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:62697 Archived-At: > Therefore, I request that the name of the info manual be included in > the list of candidates used by M-n, in addition to the name of the > node. Completely agree with you. The standard Info node name is what you see in the modeline and also by typing `w' (`Info-copy-current-node-name'). So it should be used in bookmarks as well: === modified file 'lisp/info.el' --- lisp/info.el 2012-07-17 16:53:39 +0000 +++ lisp/info.el 2012-08-01 00:12:40 +0000 @@ -5025,7 +5025,10 @@ (declare-function bookmark-get-bookmark- (defun Info-bookmark-make-record () "This implements the `bookmark-make-record-function' type (which see) for Info nodes." - `(,Info-current-node + `(,(if (stringp Info-current-file) + (concat "(" (file-name-nondirectory Info-current-file) ") " + Info-current-node) + Info-current-node) ,@(bookmark-make-record-default 'no-file) (filename . ,Info-current-file) (info-node . ,Info-current-node)