[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: File I/O
From: |
Robert Thorpe |
Subject: |
Re: File I/O |
Date: |
2 Nov 2006 04:53:44 -0800 |
User-agent: |
G2/1.0 |
Tim Johnson wrote:
> Hi:
>
> Is it possible to do File I/O with elisp.
> (as opposed to reading it into a buffer)
>
> IOWS: read a file
> process stream a line at a time
> process programmatically
Not really. The normal way of doing the above is to create a buffer
for the file first.
It might be better if you tell us what you're trying to do, that makes
it easier to suggest something.
- File I/O, Tim Johnson, 2006/11/01
- Re: File I/O,
Robert Thorpe <=
- Re: File I/O, David Kastrup, 2006/11/02