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: fill-paragraph-or-region Date: Fri, 19 Oct 2007 13:41:56 -0400 Message-ID: References: <877ilk0wtx.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1192815736 9658 80.91.229.12 (19 Oct 2007 17:42:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 17:42:16 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 19:42:17 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 1IivrU-0002KY-0d for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 19:42:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IivrM-0001zs-It for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 13:42:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IivrE-0001uS-3Z for emacs-devel@gnu.org; Fri, 19 Oct 2007 13:42:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IivrB-0001tJ-Sn for emacs-devel@gnu.org; Fri, 19 Oct 2007 13:41:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IivrB-0001tE-MP for emacs-devel@gnu.org; Fri, 19 Oct 2007 13:41:57 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IivrB-0001iq-IL for emacs-devel@gnu.org; Fri, 19 Oct 2007 13:41:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IivrA-0002yd-Jl; Fri, 19 Oct 2007 13:41:56 -0400 In-reply-to: <877ilk0wtx.fsf@jurta.org> (message from Juri Linkov on Fri, 19 Oct 2007 03:34:07 +0300) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:81237 Archived-At: As I see, there are two possible solutions: 1. modifying the existing command by adding a condition for the active region; That is the method I've chosen. I've decided not to change the traditional command names, such as fill-paragraph, merely because they now do something special when called interactively while the region is active in transient mark mode.