[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is with-temp-buffer really temporary?
From: |
Jean Louis |
Subject: |
Re: Is with-temp-buffer really temporary? |
Date: |
Mon, 26 Apr 2021 23:53:33 +0300 |
User-agent: |
Mutt/2.0.6 (2021-03-06) |
* Stefan Monnier <monnier@iro.umontreal.ca> [2021-04-26 22:59]:
> > 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.
Also good to know.
And if Emacs exits, finishes the process, is memory then scraped?
--
Jean
Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns
Sign an open letter in support of Richard M. Stallman
https://stallmansupport.org/
https://rms-support-letter.github.io/