Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!ginosko!uunet!bu-cs!jbw From: jbw@bucsf.bu.edu (Joe Wells) Newsgroups: gnu.emacs.bug Subject: Re: prev-complex-command in sun.el Message-ID: <38016@bu-cs.BU.EDU> Date: 12 Sep 89 23:44:48 GMT References: <8909111710.AA29891@sn1987a.compass.com> <8909120125.AA09299@denali.sun.com> Sender: daemon@bu-cs.BU.EDU Distribution: gnu Organization: Boston University Computer Science Department Lines: 18 In-reply-to: peck@SUN.COM's message of 12 Sep 89 01:25:24 GMT In article <8909120125.AA09299@denali.sun.com> peck@SUN.COM (Jeff Peck) writes: That is, repeat-complex-command should check to see if it is already being called, and if so, just call into previous-complex-command. This way, one keybinding serves for both functions. Right now you can use M-p and M-n to scan through your previous commands after you have typed C-x ESC to get into repeat-complex-command. If you have problems with accidentally typing C-x ESC inside of repeat-complex-command, the following key definition will fix your problem: (define-key repeat-complex-command-map "\C-x\e" 'previous-complex-command) -- Joe Wells jbw%bucsf.bu.edu@bu-it.bu.edu ...!harvard!bu-cs!bucsf!jbw