home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!sdd.hp.com!caen!umeecs!umn.edu!csus.edu!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: C Programmer's Editor of Choice? (dvorak)
- References: <mykes.0a4o@amiga0.SF-Bay.ORG>
- Message-ID: <paulk.0xb2@terapin.com>
- Date: 27 Jul 92 18:31:24 PST
- Organization: BBS
- Lines: 14
-
- > thanks, and mea culpa...( which "Super" editor did I see that
- > ignores keymaps?)
-
- I dunno if this is the one you saw, but I'm afraid Uedit ignores
- system keymaps ... it has its own internal keymap, which is a simple
- array of keys-to-characters ... no dead keys or anything like that...
- you have to edit your main config file to change keymaps, and it's
- independent of the rest of the system. (One can of course set up
- dead keys with the command language.)
-
- Uedit is sort of like Emacs in that most of its fancier commands are
- written in a human readable language instead of built in. My own
- setup has over 260k of command language, whereas the program itself
- is only 106k. Uses 300k of ram when empty.
-