Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Opening a very large file in emacs

I am trying open a very large file in Emacs and it fails to load. Is there a way to open only a portion of this very large file? I don't need to open the whole thing.

like image 496
Spencer Avatar asked Jan 24 '26 19:01

Spencer


1 Answers

You may want to try vlf.el which basically runs head for you. It's still pretty crude, sadly.

like image 121
Stefan Avatar answered Jan 28 '26 07:01

Stefan