help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How users start programming in Emacs Lisp...


From: Tomas Hlavaty
Subject: Re: How users start programming in Emacs Lisp...
Date: Mon, 31 May 2021 00:49:30 +0200

On Mon 31 May 2021 at 00:16, Emanuel Berg via Users list for the GNU Emacs text 
editor <help-gnu-emacs@gnu.org> wrote:
> Jean Louis wrote:
>
>> This is line before the sexp (find-man "man")
>
> Yeah but just eval this:
>
>   (man "ls")

Many emacs commands are deficient in important way and Eduardo
identified and codified his observation in eev.  For example, many
commands jump to a buffer but do not allow me to jump to a specific
place in the buffer.  eev fixes this.

For example, this jumps to the place where -h switch is described:

(find-man "ls" "-h")

The example you provided does not have this.

There are other things that eev can do.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]