From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: flush-lines and keep-lines Date: Thu, 16 Jun 2005 22:00:06 -0500 (CDT) Message-ID: <200506170300.j5H306601547@raven.dms.auburn.edu> References: <200506160317.j5G3Hmp26222@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118977289 28159 80.91.229.2 (17 Jun 2005 03:01:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 03:01:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 05:01:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dj76c-0006vL-R2 for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 05:01:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj7AI-0000OU-0Z for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 23:05:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dj79j-0000KI-MB for emacs-devel@gnu.org; Thu, 16 Jun 2005 23:04:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dj79f-0000GD-8A for emacs-devel@gnu.org; Thu, 16 Jun 2005 23:04:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj79e-0000FB-MT for emacs-devel@gnu.org; Thu, 16 Jun 2005 23:04:26 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dj78Z-0003o7-DU; Thu, 16 Jun 2005 23:03:19 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j5H31NCK009215; Thu, 16 Jun 2005 22:01:23 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j5H306601547; Thu, 16 Jun 2005 22:00:06 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Thu, 16 Jun 2005 12:24:16 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38987 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38987 Richard Stallman wrote: To make the behavior of `keep-lines' symmetric at both ends of the region, the last line should be unconditionally kept in its entirety. That seems like an improvement. Would you like to do it? I will take a look at it. There are apparently several other issues, which I will look into too. Sincerely, Luc.