From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.devel Subject: Re: Zap-to-char behaviour Date: Tue, 20 May 2003 21:59:26 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87iss5ic7l.fsf@marant.org> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053465082 9833 80.91.224.249 (20 May 2003 21:11:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 20 May 2003 21:11:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 20 23:11:19 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19IEEQ-0001RI-00 for ; Tue, 20 May 2003 23:01:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19IEOt-0006mr-00 for ; Tue, 20 May 2003 23:11:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IEFu-0006rb-N1 for emacs-devel@quimby.gnus.org; Tue, 20 May 2003 17:02:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19IEFY-0006gb-28 for emacs-devel@gnu.org; Tue, 20 May 2003 17:02:20 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IEFF-0006AK-BB for emacs-devel@gnu.org; Tue, 20 May 2003 17:02:04 -0400 Original-Received: from host217-44-221-172.range217-44.btcentralplus.com ([217.44.221.172] helo=indigo.shootybangbang.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IEFB-00060f-HN for emacs-devel@gnu.org; Tue, 20 May 2003 17:01:57 -0400 Original-Received: from jpw by indigo.shootybangbang.com with local (Exim 3.36 #1 (Debian)) id 19IECk-0000h4-00; Tue, 20 May 2003 21:59:26 +0100 Original-To: jmarant@nerim.net In-reply-to: <87iss5ic7l.fsf@marant.org> (jmarant@nerim.net) X-Attribution: jpw X-Face: R(_z-rF:grdKO.*u`n); p.i$Eiz=h^CO5eDYv"4:K@#\HN09*Ykx}}B{kF/KH}%f_o^Wp 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:14022 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14022 > Currently, zap-to-char deletes every character up to > a given character and including the said character. > Does this behaviour satisfy most people? > > I personaly have rarely seen the need for removing > this last character: usually, I want to remove > characters up to a closing parenthesis or a semicolon > for instance. I don`t personally use `zap-to-char', so I don't know whether killing up to and including char is a better default. In the sources the code to avoid zapping said char is commented out. How about having a seperate `zap-up-to-char' command ?