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

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

Re: opening large files (few hundred meg)


From: Stefan Monnier
Subject: Re: opening large files (few hundred meg)
Date: Wed, 30 Jan 2008 09:55:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

>> What about a large-text-mode: sed reads chunks of text
>> in, one by one, letting Emacs forget the rest. Than
>> only the line-no matters, sent to sed.

> Such solutions have been proposed before, but the likely way that a
> user will navigate through such a huge file is by searching, so just
> paging parts of the file in and out is only part of the solution, it
> must also offer searching to be useful.

But now that isearch is able to do things like switch buffer when it
reaches the end of a buffer, we could write a large-file-mode which
"transparently" loads the various chunks while isearching.


        Stefan


reply via email to

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