help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simgle repeat?


From: Pascal Bourguignon
Subject: Re: simgle repeat?
Date: 12 Apr 2005 13:52:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Angelina Carlton <brat@magma.ca> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]