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: Emanuel Berg
Subject: Re: How users start programming in Emacs Lisp...
Date: Mon, 31 May 2021 00:49:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

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

This shows the man page for ls(1):

  (man "ls")

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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