Angelina Carlton <[EMAIL PROTECTED]> writes: > On Mon, Apr 11, 2005 at 09:01:51PM -0400, Barry Margolin wrote: > > > > The repeat command, on C-x z. > > > > Rui, note also the C-x z isnt the same as vim's repeat. It repeats > even the last cursor movement. Vim will repeat the last text > insertion/delete etc. > > For example, if you wanted to place the character K at specific points > in a file, in vim, move to point, press . But with emacs the C-x z > will repeat the cursor movement after you placed the first K.
You have the source... > Something else....this works only in the gui version for me. But I always use > emacs -nw > C-x z suspends my terminal. From what I can tell in the gui version > C-x z runs the command "repeat" > > If I try M-x repeat from emacs -nw I get: > Wrong type argument: number-or-marker-p, nil Use: (global-set-key ?. 'repeat) -- __Pascal Bourguignon__ http://www.informatimago.com/ Nobody can fix the economy. Nobody can be trusted with their finger on the button. Nobody's perfect. VOTE FOR NOBODY. _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs