My text editor is going to need a buffer system. What I want is a buffer that offers features like the following: the ability to attach “tags” to specific words or phrases within the text, the ability to record changes (and thus allow both undo and macro recording), the automatic saving of changes to temporary files, and the ability to handle files too large to load into memory.