From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: flush-lines and keep-lines Date: Thu, 16 Jun 2005 12:24:16 -0400 Message-ID: References: <200506160317.j5G3Hmp26222@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118939039 18860 80.91.229.2 (16 Jun 2005 16:23:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Jun 2005 16:23:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 16 18:23:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dix9l-0003EF-7w for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 18:23:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DixFC-0005iT-Fg for ged-emacs-devel@m.gmane.org; Thu, 16 Jun 2005 12:29:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DixDf-0005Di-UC for emacs-devel@gnu.org; Thu, 16 Jun 2005 12:27:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DixDb-0005BX-Kq for emacs-devel@gnu.org; Thu, 16 Jun 2005 12:27:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DixDa-0005AM-V2 for emacs-devel@gnu.org; Thu, 16 Jun 2005 12:27:51 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DixC7-0005UL-5q for emacs-devel@gnu.org; Thu, 16 Jun 2005 12:26:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DixA8-00064V-Qw; Thu, 16 Jun 2005 12:24:16 -0400 Original-To: Luc Teirlinck In-reply-to: <200506160317.j5G3Hmp26222@raven.dms.auburn.edu> (message from Luc Teirlinck on Wed, 15 Jun 2005 22:17:48 -0500 (CDT)) 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:38966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38966 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?