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

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

Re: File manipulation in elisp?


From: Trastabuga
Subject: Re: File manipulation in elisp?
Date: Wed, 20 Jun 2007 13:19:07 -0700
User-agent: G2/1.0

On Jun 20, 3:05 pm, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> > Is there an API for file management in elisp without opening files in
> > buffers?
>
> No.
>
> > directory. So every time I compile a project, as a post-build step I
> > want to look for some pre-defined file in the directory, read its
> > content, evaluate the content into elisp and execute it.
>
> How 'bout just using `load'?
>
>         Stefan

Thank you Stefan, that works.
I wonder is there any reason there is no such API for file
manipulation? No use for it?

Andrew



reply via email to

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