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: Kevin Rodgers
Subject: Re: Reading and Writing list to/from a file.
Date: Mon, 02 Mar 2009 21:02:53 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Nikolaj Schumacher wrote:
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.

recentf-save-list uses recentf-dump-variable, which uses insert.

Does anyone know why recentf-dump-variable doesn't use print?

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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