From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marc Tfardy Newsgroups: gmane.emacs.help Subject: Re: How to produce the effect of * and # of VIM in Emacs? Date: Wed, 27 Jul 2005 17:09:19 +0100 Message-ID: <3kpmgfFvjmpuU1@individual.net> References: <87ack8uxj0.fsf@ileriseviye.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122477224 14425 80.91.229.2 (27 Jul 2005 15:13:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2005 15:13:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 27 17:13:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dxnb6-00074Z-Ok for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jul 2005 17:13:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DxndV-0004IO-Ex for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Jul 2005 11:15:57 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-X-Trace: individual.net bAswbIkypv0xOHERuoC45Q9i9kb3D1oictkPAK8ZnA81g4CeBN User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87ack8uxj0.fsf@ileriseviye.org> Original-Xref: shelby.stanford.edu gnu.emacs.help:132698 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28221 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28221 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? regards Marc