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

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

Re: How to tame compiler?


From: Emanuel Berg
Subject: Re: How to tame compiler?
Date: Sat, 01 May 2021 00:31:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier wrote:

> Here, as in your other example, you have to use `eval`,
> because `command-history` was defined to contain a list of
> ELisp expressions and those can't be used other than via
> `eval`.
>
> So I'll grant you a pass for this time.
>
> If you were in a position to control the format of history
> variable, then you wouldn't have to use `eval` here, OTOH:
> you could define that variable to hold a list of *functions*
> and you'd just use `funcall` instead of `eval`.

OK, clear...

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




reply via email to

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