emacs-devel
[Top][All Lists]
Advanced

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

Re: Compiling Emacs from source for hacking on it


From: Visuwesh
Subject: Re: Compiling Emacs from source for hacking on it
Date: Tue, 31 May 2022 19:53:16 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

[செவ்வாய் மே 31, 2022] Andreas Schwab wrote:

> On Mai 31 2022, Akib Azmain Turja wrote:
>
>> But it says that with-memoizaton function definition is
>> void,
>
> That function indeed doesn't exist in Emacs, so it must be coming from
> some customisation of yours.

    with-memoization is a Lisp macro in ‘subr-x.el’.

    (with-memoization PLACE &rest CODE)

    Return the value of CODE and stash it in PLACE.
    If PLACE’s value is non-nil, then don’t bother evaluating CODE
    and return the value found in PLACE instead.

      Probably introduced at or before Emacs version 29.1.

It's a macro tho.



reply via email to

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