From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel Subject: Re: isearch-yank-char Date: 29 Apr 2004 17:53:46 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <8765bi75vp.fsf@floss.red-bean.com> References: <874qr7l59b.fsf@mail.jurta.org> <20040426230345.GA8594@fencepost> <877jw2cq4f.fsf@floss.red-bean.com> <87ad0xvo33.fsf@mail.jurta.org> <871xm8wv6j.fsf@mail.jurta.org> <87n04u77z8.fsf@floss.red-bean.com> <87k6zygjff.fsf@mail.jurta.org> Reply-To: kfogel@red-bean.com NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083302644 8125 80.91.224.253 (30 Apr 2004 05:24:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2004 05:24:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 30 07:23:58 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJQVC-0005Qc-00 for ; Fri, 30 Apr 2004 07:23:58 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJQVC-0004SH-00 for ; Fri, 30 Apr 2004 07:23:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJQTG-0003Zk-Jp for emacs-devel@quimby.gnus.org; Fri, 30 Apr 2004 01:21:58 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJQSX-0003Wx-SU for emacs-devel@gnu.org; Fri, 30 Apr 2004 01:21:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJQS0-0003J5-G4 for emacs-devel@gnu.org; Fri, 30 Apr 2004 01:21:12 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1BJQMq-0001GR-2N for emacs-devel@gnu.org; Fri, 30 Apr 2004 01:15:20 -0400 Original-Received: from [207.115.63.78] (helo=pimout6-ext.prodigy.net) by mx20.gnu.org with esmtp (Exim 4.30) id 1BJQJC-0003De-Jz for emacs-devel@gnu.org; Fri, 30 Apr 2004 01:11:34 -0400 Original-Received: from floss.red-bean.com (adsl-66-73-175-183.dsl.chcgil.ameritech.net [66.73.175.183]) by pimout6-ext.prodigy.net (8.12.10/8.12.10) with ESMTP id i3U5B7c4185416; Fri, 30 Apr 2004 01:11:07 -0400 Original-Received: from kfogel by floss.red-bean.com with local (Exim 3.34 #1 (Debian)) id 1BJKPa-0006Xk-00; Thu, 29 Apr 2004 17:53:46 -0500 Original-To: Juri Linkov X-Windows: don't get frustrated without it. In-Reply-To: <87k6zygjff.fsf@mail.jurta.org> Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22410 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22410 Juri Linkov writes: > Karl Fogel writes: > > If you agree or strongly object, please say so. I'd like to make the > > change soon, but don't want to do the work only to have it voted down, > > of course. > > I don't understand what work are you speaking about. It's trivial > 5-line code. Sorry, I've already done this yesterday ;-) Perhaps I can clarify, Juri: The "work" I'm talking about is mostly not code. It's testing and checking for edge cases, searching for places where this should be documented, writing that documentation, etc. All this will take much more effort than the code itself (though not a huge amount of effort in absolute terms, of course). Since you have not posted your patch, this mailing list has no way of reviewing it. However, there are very few truly 5-line patches to add new functionality -- bugfixes, yes, but not user-visible new features. -Karl