Re: user input in a macro

2005-08-31 Thread Kevin Rodgers
Baloff wrote: > I am building a macro using edit-kbd-macro. > > ** > C-x C-f;; find-file > E ;; self-insert-command > TAB;; c-indent-command > T ;; self-insert-command > 2*TAB

user input in a macro

2005-08-31 Thread Baloff
Hello I am building a macro using edit-kbd-macro. ** C-x C-f ;; find-file E ;; self-insert-command TAB ;; c-indent-command T ;; self-insert-command 2*TAB ;; c-indent-comma