From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Markus Rost Newsgroups: gmane.emacs.devel Subject: Re: kill-whole-line Date: Sun, 25 May 2003 21:08:38 -0400 (EDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305260108.h4Q18cjU017213@hampton.math.ohio-state.edu> References: <200305260034.h4Q0YFEp016883@hampton.math.ohio-state.edu> <200305260054.h4Q0sx414513@eel.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053911276 13421 80.91.224.249 (26 May 2003 01:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 May 2003 01:07:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 26 03:07:54 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 19K6Sw-0003U5-00 for ; Mon, 26 May 2003 03:07:54 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19K6fu-0004x0-00 for ; Mon, 26 May 2003 03:21:19 +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 19K6U5-0007Av-Hx for emacs-devel@quimby.gnus.org; Sun, 25 May 2003 21:09:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19K6Tj-00070N-CU for emacs-devel@gnu.org; Sun, 25 May 2003 21:08:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19K6Th-0006sZ-2z for emacs-devel@gnu.org; Sun, 25 May 2003 21:08:41 -0400 Original-Received: from hermes.math.ohio-state.edu ([140.254.92.31]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19K6Tg-0006qw-Fo for emacs-devel@gnu.org; Sun, 25 May 2003 21:08:40 -0400 Original-Received: from hampton.math.ohio-state.edu (hampton.math.ohio-state.edu [140.254.93.46])h4Q18cB7030659; Sun, 25 May 2003 21:08:38 -0400 Original-Received: from hampton.math.ohio-state.edu (localhost [127.0.0.1]) h4Q18csx017216; Sun, 25 May 2003 21:08:38 -0400 (EDT) Original-Received: (from rost@localhost)h4Q18cjU017213; Sun, 25 May 2003 21:08:38 -0400 (EDT) Original-To: teirllm@dms.auburn.edu In-reply-to: <200305260054.h4Q0sx414513@eel.dms.auburn.edu> (message from Luc Teirlinck on Sun, 25 May 2003 19:54:59 -0500 (CDT)) X-Mailer: GNU Emacs 21.3 X-Home-Page: http://www.math.ohio-state.edu/~rost X-RAVMilter-Version: 8.4.2(snapshot 20021217) (hermes) 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:14260 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14260 What part do you consider undesirable and why? If you go to the end of the buffer, type some text, and then hit the key S-backspace, I would not expect to get a beep and a message "End of buffer". On the other hand, if you do C-a C-k, you don't get a beep, except when the line is empty and at the end of the buffer. I do not understand why you get the "if" in: if: End of buffer That was a side effect from edebugging kill-whole-line earlier. Sorry, I was not aware that edebug changes the error messages.