Chuck Esterbrook wrote: > > But I wasn't being totally honest. All I want in life is an MRU file > list in a modeless text editor. ;-)
So you are using nano? Emacs, with its many many major and minor modes, is far from a modeless editor. The best editor with the fewest ``modes'' is vim: command, visual, and insert modes. Uh oh. Editor flamewar. -john % aptitude search mode | grep -wic emacs 18 % aptitude search mode | grep -wic vi 0 -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
