From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: get Elisp reference to info files Date: Fri, 7 Aug 2015 16:25:32 -0700 Message-ID: References: <871tfq1k58.fsf@nl106-137-147.student.uu.se> <87mvy93cry.fsf@robertthorpeconsulting.com> <878u9pus51.fsf@lifelogs.com> <87io8q4t8h.fsf@nl106-137-147.student.uu.se> <877fp64rgi.fsf@nl106-137-147.student.uu.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1438989966 18800 80.91.229.3 (7 Aug 2015 23:26:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2015 23:26:06 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 08 01:26:05 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 1ZNr1Y-00056O-QP for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Aug 2015 01:26:04 +0200 Original-Received: from localhost ([::1]:51489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNr1Y-00067r-1h for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Aug 2015 19:26:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNr1N-00067a-N5 for help-gnu-emacs@gnu.org; Fri, 07 Aug 2015 19:25:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNr1N-0005Fs-1B for help-gnu-emacs@gnu.org; Fri, 07 Aug 2015 19:25:53 -0400 Original-Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:36597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNr1M-0005Fl-Ry for help-gnu-emacs@gnu.org; Fri, 07 Aug 2015 19:25:52 -0400 Original-Received: by obnw1 with SMTP id w1so89469895obn.3 for ; Fri, 07 Aug 2015 16:25:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=2jValApAKIWTS617MGBTifnmsrOHE7BNJ4PbNo1UQqg=; b=hIuCWwDCNDohXIOxdt/Hln6LhVgBl7D+6dsa6u/o0XfT6qnVQkUSzgXQoBOVAK1XRr If5hvYaa/5vozoY53i1WmfjnUK3Ql8UAunQR7zcXuTztUndxxAUSWVJWyLUdGLJVznQj fN8joaB91oAeYKs2IoEOQH5ZMi9ULFFlQFbmlAEiDICVdkKiTxENQvwsHhp2IGvmUADD XHrzC2QNeEaMxyimFJHy7+5xDIaE2gFXHhmKDF4joNtwjmHPL9578c+6VmodriR2W6a5 mRqktxXVMrJhEdvEEgN61Vv4e5hlgELbKXELt0D7TBmw/CgGCCdGWK4hxGKxTsCePoJR TTGw== X-Received: by 10.182.112.163 with SMTP id ir3mr9037235obb.44.1438989952212; Fri, 07 Aug 2015 16:25:52 -0700 (PDT) Original-Received: by 10.76.168.70 with HTTP; Fri, 7 Aug 2015 16:25:32 -0700 (PDT) In-Reply-To: <877fp64rgi.fsf@nl106-137-147.student.uu.se> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::233 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:106336 Archived-At: >> 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. I get "(dir) Top" from `w' but "(info \"(dir) Top\")" from `M-0 w'. -- john