On Wed, 27 Jul 2005 17:09:19 +0100
Marc Tfardy <[EMAIL PROTECTED]> wrote:

> Emre Sevinc schrieb:
> > Hello,
> > 
> > What I'm trying to learn is how to produce the effect 
> > of * and # of VIM in Emacs.
> > 
> > I know I can make something like that:
> > 
> > M-b C-s C-w
> > 
> > I'd like to learn how can I make it with a single keystroke 
> > (key combination) or write some elisp function that
> > does so.
> > 
> > Any suggestions?
> 
> One stupid question - what do * and # in VIM?
> 

Search forward and backward for the word under the cursor

You can make a macro from this sequence and bind it to a key

You may also want to have a look at the highlight-regexp package at
http://www.geekware.de/software/emacs/

> regards
> 
> Marc
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>  
>  +++++++++++++++++++++++++++++++++++++++++++
>  This Mail Was Scanned By Mail-seCure System
>  at the Tel-Aviv University CC.
> 

 
 +++++++++++++++++++++++++++++++++++++++++++
 This Mail Was Scanned By Mail-seCure System
 at the Tel-Aviv University CC.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to