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

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

Re: Is with-temp-buffer really temporary?


From: Stefan Monnier
Subject: Re: Is with-temp-buffer really temporary?
Date: Mon, 26 Apr 2021 15:58:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I wish to use Emacs to accept file online and file should enter memory
> and memory should be deleted thereafter.
> Thus, if I use with-temp-buffer function, how sure is it that anything
> that as in temporary buffer is not any more in the memory of computer?

Emacs Lisp does not "scrape" the memory that it stops using.
IIRC the only kind of scraping offered is what you get with
`clear-string` and AFAIK we have nothing equivalent for buffer text.


        Stefan




reply via email to

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