From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: get Elisp reference to info files Date: Sat, 08 Aug 2015 18:37:21 +0100 Message-ID: <87mvy1vfzi.fsf@robertthorpeconsulting.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439055472 10527 80.91.229.3 (8 Aug 2015 17:37:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Aug 2015 17:37:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: John Mastro Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 08 19:37:41 2015 Return-path: Envelope-to: geh-help-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 1ZO83u-0007aP-7B for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Aug 2015 19:37:38 +0200 Original-Received: from localhost ([::1]:53440 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO83t-0003xo-GQ for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Aug 2015 13:37:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO83i-0003xV-C0 for help-gnu-emacs@gnu.org; Sat, 08 Aug 2015 13:37:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO83f-0001ZI-5v for help-gnu-emacs@gnu.org; Sat, 08 Aug 2015 13:37:26 -0400 Original-Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:49966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO83f-0001Z9-0I for help-gnu-emacs@gnu.org; Sat, 08 Aug 2015 13:37:23 -0400 Original-Received: from mail.blacknight.com (pemlinmail02.blacknight.ie [81.17.254.11]) by outbound-smtp05.blacknight.com (Postfix) with ESMTPS id 79AA398605 for ; Sat, 8 Aug 2015 17:37:22 +0000 (UTC) Original-Received: (qmail 13441 invoked from network); 8 Aug 2015 17:37:22 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.77.228.178]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 8 Aug 2015 17:37:22 -0000 In-Reply-To: (message from John Mastro on Fri, 7 Aug 2015 16:25:32 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.38 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:106356 Archived-At: John Mastro writes: >>> IIUC, `Info-copy-current-node-name' does exactly >>> what you want when called with a 0 argument. >> >> With that, I get: >> >> (dir) Top >> >> but I want, and now have: >> >> (info "(dir) Top") > > Ah, maybe it's new in Emacs 25. No, it works in Emacs 24.3. It's a good tip. BR, Robert Thorpe