all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to insert current Info node name?
@ 2013-05-14 13:45 Xue Fuqiao
  2013-05-14 13:58 ` Xue Fuqiao
       [not found] ` <mailman.25730.1368539918.855.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Xue Fuqiao @ 2013-05-14 13:45 UTC (permalink / raw)
  To: help-gnu-emacs

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/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to insert current Info node name?
  2013-05-14 13:45 How to insert current Info node name? Xue Fuqiao
@ 2013-05-14 13:58 ` Xue Fuqiao
  2013-05-14 14:34   ` Thien-Thi Nguyen
       [not found] ` <mailman.25730.1368539918.855.help-gnu-emacs@gnu.org>
  1 sibling, 1 reply; 5+ messages in thread
From: Xue Fuqiao @ 2013-05-14 13:58 UTC (permalink / raw)
  To: help-gnu-emacs

Or add it to kill-ring?

On Tue, May 14, 2013 at 9:45 PM, Xue Fuqiao <xfq.free@gmail.com> 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/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to insert current Info node name?
  2013-05-14 13:58 ` Xue Fuqiao
@ 2013-05-14 14:34   ` Thien-Thi Nguyen
  0 siblings, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2013-05-14 14:34 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

() Xue Fuqiao <xfq.free@gmail.com>
() Tue, 14 May 2013 21:58:32 +0800

   On Tue, May 14, 2013 at 9:45 PM, Xue Fuqiao <xfq.free@gmail.com> 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.

   Or add it to kill-ring?

Did you try ‘C-M-s kill.ring’ in info.el?
That would be "directed skimming".  :-D

-- 
Thien-Thi Nguyen
GPG key: 4C807502

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to insert current Info node name?
       [not found] ` <mailman.25730.1368539918.855.help-gnu-emacs@gnu.org>
@ 2013-05-14 19:44   ` Michael Heerdegen
  2013-05-14 22:43     ` Xue Fuqiao
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Heerdegen @ 2013-05-14 19:44 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: help-gnu-emacs

Hi,

| w runs the command Info-copy-current-node-name, which is an
| interactive compiled Lisp function in `info.el'.
| 
| It is bound to c, w, <menu-bar> <Info> <Copy Node Name>.
| 
| (Info-copy-current-node-name &optional ARG)
| 
| Put the name of the current Info node into the kill ring.
| The name of the Info file is prepended to the node name in parentheses.
| With a zero prefix arg, put the name inside a function call to `info'.


Regards,

Michael.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to insert current Info node name?
  2013-05-14 19:44   ` Michael Heerdegen
@ 2013-05-14 22:43     ` Xue Fuqiao
  0 siblings, 0 replies; 5+ messages in thread
From: Xue Fuqiao @ 2013-05-14 22:43 UTC (permalink / raw)
  To: help-gnu-emacs

Thank you!  This command is really useful.

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-05-14 22:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 13:45 How to insert current Info node name? Xue Fuqiao
2013-05-14 13:58 ` Xue Fuqiao
2013-05-14 14:34   ` Thien-Thi Nguyen
     [not found] ` <mailman.25730.1368539918.855.help-gnu-emacs@gnu.org>
2013-05-14 19:44   ` Michael Heerdegen
2013-05-14 22:43     ` Xue Fuqiao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.