Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!ginosko!usc!apple!bbn!gateway!MAIL-GW.NCSL.NIST.GOV!konczal From: konczal@MAIL-GW.NCSL.NIST.GOV (Joe Konczal) Newsgroups: comp.emacs Subject: Readable keyboard macros ? Message-ID: <8910271557.AA28037@mail-gw.ncsl.nist.gov> Date: 27 Oct 89 15:57:50 GMT Sender: news@bbn.COM Reply-To: UNIX-EMACS@VM.TCS.Tulane.EDU Organization: National Institute of Standards and Technology formerly National Bureau of Standards Lines: 8 > I want to define a keyboard macro and I want to save it or edit it later. > Ok, I use `start-kbd-macro' and `end-kbd-macro'. Then I call > `insert-kbd-macro' and I only get the sequences of my keyboard. Use `name-last-kbd-macro' to give the macro a name, then use `insert-kbd-macro' to insert the "lisp code" into the current buffer. Joe Konczal