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

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

Re: Reading and Writing list to/from a file.


From: Nikolaj Schumacher
Subject: Re: Reading and Writing list to/from a file.
Date: Mon, 02 Mar 2009 10:54:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin)

Nurullah Akkaya <nurullah.akkaya@blooby.com> wrote: > I would like to keep a elisp list between sessions. What is the > correct way of storing it? so that i don't have to parse it line by > line. How can i save it as a list and evaluate the file after > opening?
As far as I know, there is no complete library for this.

But look at what `recentf-save-list' in recentf.el does.
The list still has do be parsed, but `load' can take care of it.

regards,
Nikolaj Schumacher




reply via email to

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