Why jumping around in text is hard
Why jumping around in text is hard
Posted Feb 25, 2008 21:39 UTC (Mon) by nix (subscriber, #2304)In reply to: Why jumping around in text is hard by eru
Parent article: Emacs news: new maintainer, version 22 pretest
Waste-of-time tech, more like. It adds significant complexity, several new failure modes (other processes changing the file, not something many older systems really had to consider), and doesn't even provide anything you can't get by privately mmap()ing it and relying on the OS to do everything. `If you want to edit truly vast files in a text editor, get a 64-bit box' seems a fairly reasonable requirement: I mean, how often do you want to edit multigigabyte text files anyway? The older systems had to implement something like their fake-VM sliding-window things because editing a book is an entirely reasonable thing to want to do. But how many people want to edit the entire British Library, as one unstructured lump of text? It's hardly a common need.
