From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: Re: How to insert current Info node name? Date: Tue, 14 May 2013 21:58:32 +0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1368539926 4480 80.91.229.3 (14 May 2013 13:58:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 May 2013 13:58:46 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 14 15:58:46 2013 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 1UcFkc-0008JD-JH for geh-help-gnu-emacs@m.gmane.org; Tue, 14 May 2013 15:58:46 +0200 Original-Received: from localhost ([::1]:43651 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcFkc-0003Pg-AC for geh-help-gnu-emacs@m.gmane.org; Tue, 14 May 2013 09:58:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcFkR-0003PV-0S for help-gnu-emacs@gnu.org; Tue, 14 May 2013 09:58:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcFkP-0005es-OB for help-gnu-emacs@gnu.org; Tue, 14 May 2013 09:58:34 -0400 Original-Received: from mail-ie0-x233.google.com ([2607:f8b0:4001:c03::233]:37920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcFkP-0005ea-Jf for help-gnu-emacs@gnu.org; Tue, 14 May 2013 09:58:33 -0400 Original-Received: by mail-ie0-f179.google.com with SMTP id c13so1034350ieb.24 for ; Tue, 14 May 2013 06:58:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=tAbJWF/zVw+xdIwlMGp/FGO6zshRYbr55OTuvSlFxac=; b=FQuOwLirp0cKStbD5ASywIg6ox5HT+yk09SDX5eROFLtesMEW4T64mshcqF1x2Dv2b Al2zZ9ZcNSTbjoQ5FxB9wiFRl04yu4/qtWpq842OQVVrPh76DCjlvioH3A5RHeB9PsBd 1fe+LKze9cknJQWu/pXUKnqFPEp+yQwIus2KnrmqRKfqdmOaaf6kR2FqBv5+uJi27tfY CtbYwVVLYLOwC8TsQlweBF7t1DFzL5CV5TNgugbDzsNL0irlzuTAQy5x8Knu+616mSNo I+TnpQ2goJzhapG2Ch2T9RZTHV7O/j0LNzQg1Ru1K0mscIqRzplUGfJ5E4tglmTYPx/L 3BZw== X-Received: by 10.50.51.226 with SMTP id n2mr2207657igo.25.1368539912863; Tue, 14 May 2013 06:58:32 -0700 (PDT) Original-Received: by 10.42.153.198 with HTTP; Tue, 14 May 2013 06:58:32 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::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:90758 Archived-At: Or add it to kill-ring? On Tue, May 14, 2013 at 9:45 PM, Xue Fuqiao wrote: > Is there any command in Emacs that can insert the current node "name" as > a Lisp form? Just like this one: > > (info "(elisp) Comment Tips") > > I have skimmed info.el but didn't find such a command. > > -- > Best regards, Xue Fuqiao. > http://www.gnu.org/software/emacs/