Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!topaz.rutgers.edu!ron From: ron@topaz.rutgers.edu (Ron Natalie) Newsgroups: comp.emacs Subject: Re: User defined functions Message-ID: <13968@topaz.rutgers.edu> Date: Thu, 13-Aug-87 21:41:12 EDT Article-I.D.: topaz.13968 Posted: Thu Aug 13 21:41:12 1987 Date-Received: Sat, 15-Aug-87 11:48:59 EDT References: <8708121417.AA19618@ucbvax.Berkeley.EDU> <7480@think.UUCP> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 9 UniPress EMACS has the capability of translating keystrokes into mlisp using the generate facility. This involves hooks in the C code to accomplish. GNU EMACS can generate functions using the insert-kbd-macro instruction, but it is pretty silly because it just reconsitutes the named macro .i.e. a macro that inserts abc followed by ^B yields the lisp code (fset 'macro "abc^B") -Ron