From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Enhance word-based commands? Date: 17 Jan 2003 00:54:07 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5x8yxkodls.fsf@kfs2.cua.dk> References: <84el7edy18.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1042758196 31449 80.91.224.249 (16 Jan 2003 23:03:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2003 23:03:16 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18ZJ2Z-0008B6-00 for ; Fri, 17 Jan 2003 00:03:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18ZJBi-0005sC-00 for ; Fri, 17 Jan 2003 00:12:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ZJ20-0006u3-02 for emacs-devel@quimby.gnus.org; Thu, 16 Jan 2003 18:02:40 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18ZIzh-00060U-00 for emacs-devel@gnu.org; Thu, 16 Jan 2003 18:00:17 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18ZIz9-0005bI-00 for emacs-devel@gnu.org; Thu, 16 Jan 2003 17:59:45 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18ZIuL-0001vR-00 for emacs-devel@gnu.org; Thu, 16 Jan 2003 17:54:45 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id F23A77C012; Thu, 16 Jan 2003 23:54:43 +0100 (CET) Original-To: kai.grossjohann@uni-duisburg.de (=?iso-8859-1?q?Kai_Gro=DFjohann?=) In-Reply-To: <84el7edy18.fsf@lucy.is.informatik.uni-duisburg.de> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10784 kai.grossjohann@uni-duisburg.de (Kai Gro=DFjohann) writes: > I find that I like to use word-based commands to move words around in > the buffer. ... I'm working on a more flexible yank functionality where you can actually mark killed text as e.g. a word and have it inserted intelligently using a dedicated `yank-word' function (rather than a dumb insert). The basic functionality is already working, but I still need to implement the intelligent kill-word/yank-word functions. More details will follow... --=20 Kim F. Storm http://www.cua.dk