Why jumping around in text is hard
Why jumping around in text is hard
Posted Feb 25, 2008 9:02 UTC (Mon) by eru (subscriber, #2753)In reply to: Why jumping around in text is hard by nix
Parent article: Emacs news: new maintainer, version 22 pretest
or even an editor that essentially implements its own VM management and a sliding file access window, copying changed bits to a new file, which would necessarily crap out if the file was changed out from underneath it. (I've never seen anyone implement the latter, and no surprise: it would be really difficult and have no real advantages).
Remember the days of 8-bit and earlier 16-bit computers? Text editors at the time normally used techniques like this to be able to edit larger files. Otherwise editing would be limited to something like 30 K (remember that the OS, the ROM, the editor and the data would all have to fit into a 64k address space - if you were lucky to even have that much memory!).
I guess writing an editor that does not keep all its data in memory now qualifies as forgotten tech.
