all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Accessing Lisp Intro with eintr
@ 2022-10-17  4:55 Heime via Users list for the GNU Emacs text editor
  2022-10-17  7:20 ` Jean Louis
  2022-10-18  3:17 ` Eduardo Ochs
  0 siblings, 2 replies; 4+ messages in thread
From: Heime via Users list for the GNU Emacs text editor @ 2022-10-17  4:55 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: Accessing Lisp Intro with eintr
@ 2022-10-17 17:02 Drew Adams
  0 siblings, 0 replies; 4+ messages in thread
From: Drew Adams @ 2022-10-17 17:02 UTC (permalink / raw)
  To: 'Help-Gnu-Emacs (help-gnu-emacs@gnu.org)'

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

> 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>

`m' matches your input against the title of the manual

`m int RET' does what you want.

[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 12792 bytes --]

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

end of thread, other threads:[~2022-10-18  3:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2022-10-17 17:02 Drew Adams

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.