[question] -- any solution to reading a text file too large?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[question] -- any solution to reading a text file too large?

mark.b.ballard
We just had a user try to open a text view on a file whose size was >
2**28.   Getting the contentsOfEntireFile failed trying to create the
string.

Does anyone know of a publicly available solution for a visualworks file
viewer that can handle this large of a file?

NOTE:

My version of emacs failed with "maximum buffer size exceeded".

vim worked fine

Reply | Threaded
Open this post in threaded view
|

Re: [question] -- any solution to reading a text file too large?

Travis Griggs-3
On Nov 15, 2006, at 12:27, <[hidden email]> wrote:

<snip>

My version of emacs failed with "maximum buffer size exceeded".

vim worked fine

You expected otherwise? :)

To make Emacs work, I think you have to hit esc-`ctrl-{ and then type buffer-size=(raise 2 29)

Or something like that. But hey it comes with a lunar calendar!

/me ducks and runs

--
Travis Griggs
Objologist
If you can't say "Did it First!", you'd better be able to say "Did it Better!"