Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!yogi From: yogi@cs.ubc.ca (Joseph Gil) Newsgroups: comp.editors Subject: Re: MS-Kermit and keymapping for gemacs? Summary: Is this guy dumb? Keywords: regexp, multiple lines Message-ID: <1991Jun7.174226.16770@cs.ubc.ca> Date: 7 Jun 91 17:42:26 GMT References: <2732@root44.co.uk> <1991Jun6.193933.20110@jpl-devvax.jpl.nasa.gov> <1991Jun6.213242.18546@cs.ubc.ca> Sender: usenet@cs.ubc.ca (Usenet News) Distribution: comp Organization: University of British Columbia, Vancouver, B.C., Canada Lines: 40 In article <1991Jun6.213242.18546@cs.ubc.ca> yogi@cs.ubc.ca (Joseph Gil) writes: > >Suppose that one has > ... > [Description of standard UNIX/PC-Kermit/Gemacs combo omitted.] > ... >the problem is how to define a decent keymapping scheme: >including a ONE key (e.g., F1, Ctrl-Left, PgUp, Alt-A) for >all major editing tasks. > > .... > Reading the above message, I really had the urge of using all nasty words in Oxford dictionary to flame this guy. However, I refrain from doing so, because I know what such flamage might do to my shattered self confidence ;-) Well, there is an Ms-Kermit INI file (by Joel Spolsky and David MacKenzie) defining all Alt-keys as Meta-keys: that is Alt-a is send as ESC a. This file is available from simtel, wuarchive and perhaps from other places. Now the question is: why didn't I think of it? Well, I was looking for something far more reached- Instead of equipping the kermit user with a better terminal to emacs, make emacs look to the kermit user just like any ``decent'' PC editor. Some ideas in this direction: a) Make ESC in emacs work like a PC ESC normal function (that is equivalent to EMACS ^G character) b) Show the marked block (or a marked block) in emacs using a different attribute (say- reverse video). c) Use PC special line drawing chars in emacs to draw window boundaries. Thanks Yossi