I'm doing an Isearch on a large file. I'm on line 30, starting the isearch.
Is it possible to tell Emacs to do the Isearch but consider line 343000 as the end of the file.
The file has 1,000,000 lines.
I'm doing an Isearch on a large file. I'm on line 30, starting the isearch.
Is it possible to tell Emacs to do the Isearch but consider line 343000 as the end of the file.
The file has 1,000,000 lines.
font-lock-mode
for such files. – Tobias Mar 03 '18 at 12:40