all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eduardo Ochs <eduardoochs@gmail.com>
To: Heime <heimeborgia@protonmail.com>
Cc: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: Accessing Lisp Intro with eintr
Date: Tue, 18 Oct 2022 00:17:56 -0300	[thread overview]
Message-ID: <CADs++6iWaHQ8=5+t5XUXOBSPSbBAQO3oNuu58YddbSVCrteXQA@mail.gmail.com> (raw)
In-Reply-To: <vajnobs06HMnW9nRl6WEojrNsra8MJ5wqQUFXVRAbGNVxZj-pSgMROfehsRjs0OV2Dwe7263XQDHNvRenDx49iloxfvT2C2PdkT2WKcLVTc=@protonmail.com>

On Mon, 17 Oct 2022 at 01:56, Heime via Users list for the GNU Emacs
text editor <help-gnu-emacs@gnu.org> wrote:
>
> Using info, this is the way to access the manuals using "elisp" and "emacs".
>
> C-h i m elisp <Ret>
> Visits the Emacs Lisp Manual.
>
> C-h i m emacs <Ret> Visits the Emacs Manual.
>
> But the above does not work quite well with the Introduction to Emacs Lisp manual, because
> I cannot do
>
> C-h i m eintr <Ret>
>
> Rather, one has to do the following, with spaces etc.
>
> C-h i m emacs Lisp Intro <Ret>
>
> Would be grateful if info could access the intro with
>
> C-h i m eintr <Ret>

Hi Heime,

In Info mode `c' runs `Info-copy-current-node-name',
whose docstring is:

  "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'."

Try to run this with your favorite variant of `C-x C-e':

  (info "(eintr) Top")

then navigate to another section, and type `M-0 c'. This will put a
sexp like (for example) this one in the kill ring:

  (info "(eintr) Kill Ring")

Then you can copy that sexp to your notes and use it as a hyperlink.
Do that for all the pages that you find relevant.
Good fortune will follow.

  Cheers,
    Eduardo Ochs
    http://angg.twu.net/#eev



P.S.: one can use this to access the eintr with just `M-x ei':

  (defun ei () (interactive) (info "(eintr) Top"))

but many people hate functions with very short names like that one.



  parent reply	other threads:[~2022-10-18  3:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17  4:55 Accessing Lisp Intro with eintr Heime via Users list for the GNU Emacs text editor
2022-10-17  7:20 ` Jean Louis
2022-10-18  3:17 ` Eduardo Ochs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-17 17:02 Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADs++6iWaHQ8=5+t5XUXOBSPSbBAQO3oNuu58YddbSVCrteXQA@mail.gmail.com' \
    --to=eduardoochs@gmail.com \
    --cc=heimeborgia@protonmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.