From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Various simple.el patches Date: Wed, 14 May 2003 13:38:49 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305141738.h4EHcn9J018281@rum.cs.yale.edu> References: <200305132031.h4DKVp58013718@rum.cs.yale.edu> <84llx9hhwp.fsf@lucy.is.informatik.uni-duisburg.de> <20030514124245.GA24487@gnu.org> <843cjhtytp.fsf@lucy.is.informatik.uni-duisburg.de> <20030514144839.GA6241@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052933981 17024 80.91.224.249 (14 May 2003 17:39:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 14 May 2003 17:39:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 14 19:39:39 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 19G0E7-0004QS-00 for ; Wed, 14 May 2003 19:39:39 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19G0Lb-0004Bv-00 for ; Wed, 14 May 2003 19:47:23 +0200 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 19G0EE-0003Jv-05 for emacs-devel@quimby.gnus.org; Wed, 14 May 2003 13:39:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19G0Dt-0003Id-00 for emacs-devel@gnu.org; Wed, 14 May 2003 13:39:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19G0Dp-0003EA-00 for emacs-devel@gnu.org; Wed, 14 May 2003 13:39:24 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19G0DN-0002yt-00 for emacs-devel@gnu.org; Wed, 14 May 2003 13:38:53 -0400 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h4EHcnx6018283; Wed, 14 May 2003 13:38:49 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h4EHcn9J018281; Wed, 14 May 2003 13:38:49 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Ami Fischman 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:13867 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13867 > Not to mention that if point is 10 lines above the EOB, and user wants to > kill all remaining text, user can now just hold down ^K until emacs beeps, > but in the new system, that'll devour everything in the buffer (_above_ the > original point, as well). > I think. You think wrong, because I thought of it before you did ;-) Stefan