From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: anyone got a function for backward-to-end-of-word?? ('ge' in vim) Date: Tue, 11 Nov 2008 00:11:18 +0100 Message-ID: <1264D6F8-0EFD-4B13-A120-A86DFC8375D1@Web.DE> References: <4f6ab4670811101420o71958b75idb865b957d6964cb@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1226358723 23124 80.91.229.12 (10 Nov 2008 23:12:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2008 23:12:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: David Lam Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 11 00:13:05 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KzfwI-0003Fm-3b for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Nov 2008 00:12:58 +0100 Original-Received: from localhost ([127.0.0.1]:56031 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzfv9-0000SA-9k for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Nov 2008 18:11:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kzfur-0000Rv-HR for help-gnu-emacs@gnu.org; Mon, 10 Nov 2008 18:11:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kzfuq-0000Rb-2z for help-gnu-emacs@gnu.org; Mon, 10 Nov 2008 18:11:29 -0500 Original-Received: from [199.232.76.173] (port=34419 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kzfup-0000RY-T4 for help-gnu-emacs@gnu.org; Mon, 10 Nov 2008 18:11:28 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:51514) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kzfup-0008SB-JR for help-gnu-emacs@gnu.org; Mon, 10 Nov 2008 18:11:27 -0500 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id 1F56FF960B9E; Tue, 11 Nov 2008 00:11:25 +0100 (CET) Original-Received: from [91.35.187.212] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1Kzfum-0005tl-00; Tue, 11 Nov 2008 00:11:25 +0100 In-Reply-To: <4f6ab4670811101420o71958b75idb865b957d6964cb@mail.gmail.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX198ndmN7hRFmWZpFFcrq/XNsu0+odqqoiHxaq1J uiGdwVaHj3JZHoYveB7qsLel5VlRgvLWKMvRrYXDZOSNAr7lG1 EDC0/Ha97bMMhQ39YcKQ== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:59638 Archived-At: Am 10.11.2008 um 23:20 schrieb David Lam: > So for example if you had... > > 'fooz bar' > > ...with the cursor anywhere within 'bar', pressing ge in vi > immediatley > positions the cursor at the 'z' !!!1 You could create one! Comprised of backward-word, backward-word, forward-word, delete-backward-char ... And bind it to some key. -- Greetings Pete We have to expect it, otherwise we would be surprised.