Why jumping around in text is hard
Why jumping around in text is hard
Posted Feb 26, 2008 15:25 UTC (Tue) by anand21 (guest, #38076)In reply to: Why jumping around in text is hard by eru
Parent article: Emacs news: new maintainer, version 22 pretest
If you do need to browse a large log file, less is your friend. Editing is a hard problem. Modern editors do a lot of formatting and storing that information takes a lot of space. Concurrent access could be solved by locking but it wouldn't help because the editor must still load the whole file, and then parse it and store temporary information, for providing a consistent view.
