home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11704 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.0 KB

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