emacs-devel
[Top][All Lists]
Advanced

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

Re: Test your ELisp knowledge


From: Po Lu
Subject: Re: Test your ELisp knowledge
Date: Fri, 09 Feb 2024 13:26:17 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> OK,
>
> Here's a test for you: without trying to run it, guess what error will
> be signaled when you do:
>
>     M-: (their-fun (/ my-x 0)) RET

`their-fun''s function cell is not bound, so eval_sub cannot decide
whether to macroexpand or to funcall it.  :-)


reply via email to

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