From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: fill-paragraph-or-region Date: Thu, 18 Oct 2007 12:04:08 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192723741 16249 80.91.229.12 (18 Oct 2007 16:09:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2007 16:09:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 18 18:09:02 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IiXvV-00016e-7S for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 18:08:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiXvN-0003bB-LU for ged-emacs-devel@m.gmane.org; Thu, 18 Oct 2007 12:08:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiXrU-0000Am-I4 for emacs-devel@gnu.org; Thu, 18 Oct 2007 12:04:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiXrS-00009L-88 for emacs-devel@gnu.org; Thu, 18 Oct 2007 12:04:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiXrR-00009C-Vp for emacs-devel@gnu.org; Thu, 18 Oct 2007 12:04:38 -0400 Original-Received: from vpn-132-204-232-162.acd.umontreal.ca ([132.204.232.162] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiXrN-0006Fv-AE for emacs-devel@gnu.org; Thu, 18 Oct 2007 12:04:37 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B42B5B41C1; Thu, 18 Oct 2007 12:04:08 -0400 (EDT) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:81154 Archived-At: I see that fill-paragraph-or-region was removed, and instead fill-paragraph was changed to fill a region if transient-mark-mode is active. What was the reason for this change? It seems like a bad idea to me: fill-paragraph is already complex enough: what's the benefit of conflating the two? Stefan