ni = not implemented yet STATUS ITEM ni ascii-numeric variable support SEMI command line variable expansion. ni exception handling (abort if, repeat, keymap, etc..... trap vector?) ni kill/string buffer ni text markers ni character oriented blocks ni highlight blocks ni block operations across windows ni stackable search/replace strings ni cancel all user keymaps ni clipboard support ni anchored search as opposed to normal search ni keyboard repeat buffering too many repeats. (1) help! key ni provision to show mapping for a single key ni CD for each window ni menu add ni Scroll Gadgets in Formatted Save ni Case ignore for FIND, FIND-REPLACE NO slave the editor to a shell. (1) Implementable as a keymap and the REF command. fsave (formatted save) When it encounters one linefeed with the next character not whitespace, it writes a space. If the next character is whitespace it leaves it alone (write one linefeed). If the next character is a linefeed, write one linefeed then copy linefeeds up to the next non-linefeed. This will almost allow "word-processor" output... with columns! Very simple, very small, and it will save me from the horrors of PageSetter's editor. You may want to do funky things to the name like "fsaveas" or "fbsave" or whatever. I'll even add it if you don't have time.