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: Jean Louis
Subject: Re: How users start programming in Emacs Lisp...
Date: Mon, 31 May 2021 01:41:07 +0300
User-agent: Mutt/2.0.7+183 (3d24855) (2021-05-28)

* Emanuel Berg via Users list for the GNU Emacs text editor 
<help-gnu-emacs@gnu.org> [2021-05-31 01:17]:
> Jean Louis wrote:
> 
> > This is line before the sexp (find-man "man")
> 
> Yeah but just eval this:
> 
>   (man "ls")
> 
> I know right? You always wondered what that command did...

It is not same. eev links are embedded in text and user need not move
to the endof sexp, it works from anywhere before the sexp with M-e

In your case there is problem:

Debugger entered--Lisp error: (void-variable >)
  eval(> nil)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

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