Newsgroups: comp.os.msdos.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!clarkson!grape.ecs.clarkson.edu!nelson From: nelson@sun.soe.clarkson.edu (Russ Nelson) Subject: Re: What your favorite editor for programming? Reply-To: nelson@clutx.clarkson.edu (aka NELSON@CLUTX.BITNET) Organization: Clarkson University, Potsdam NY Date: 31 Mar 91 16:34:38 Message-ID: In-Reply-To: mrs@netcom.COM's message of 31 Mar 91 08:45:55 GMT References: <21481@shlump.nac.dec.com> <2648@odin.cs.hw.ac.uk> <1991Mar31.084555.24713@netcom.COM> Sender: usenet@grape.ecs.clarkson.edu In article <1991Mar31.084555.24713@netcom.COM> mrs@netcom.COM (Morgan Schweers) writes: In article davis@pacific.mps.ohio-state.edu (John E. Davis) writes: >What about Freemacs? Does it support multiple keymaps? If so >then I would appreciate it if someone were to send me a sample >mint source for Freemacs which redefines some keys and things. In >addition, does Freemacs blink matching {}[]() like emacs and does >it have a C-mode? I'm not sure about how the keymaps are designed in Freemacs, but it will happily blink {}[]() just like the EMACS I'm using online just did. (As I said, it does have a C-mode, also settable through -x c-mode) As long as you have C.ed online, Freemacs will automagically enter C-mode when you edit a ".c" or ".h" file. Freemacs has multiple keymaps. It comes with the GNU Emacs C-x, M-, and C-c maps, but you can define as many as you want. For example, you can define C-c C-y to next-line like this: Name:K.C-c C-y [*]F:next-line[*] -- --russ I'm proud to be a humble Quaker. It's better to get mugged than to live a life of fear -- Freeman Dyson I joined the League for Programming Freedom, and I hope you'll join too.