From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: fill-paragraph-or-region Date: Fri, 19 Oct 2007 16:23:55 +0100 Message-ID: <17E4420E-7308-4349-8C20-6B89B240635E@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1192807468 12833 80.91.229.12 (19 Oct 2007 15:24:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Oct 2007 15:24:28 +0000 (UTC) To: emacs- devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 19 17:24:29 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 1Iithw-0003RC-88 for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 17:24:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iitho-000300-Ks for ged-emacs-devel@m.gmane.org; Fri, 19 Oct 2007 11:24:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iithl-0002zk-6Y for emacs-devel@gnu.org; Fri, 19 Oct 2007 11:24:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iithi-0002xW-J7 for emacs-devel@gnu.org; Fri, 19 Oct 2007 11:24:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iithi-0002xM-DU for emacs-devel@gnu.org; Fri, 19 Oct 2007 11:24:02 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iithi-0001ay-0S for emacs-devel@gnu.org; Fri, 19 Oct 2007 11:24:02 -0400 Original-Received: by ug-out-1314.google.com with SMTP id a2so665431ugf for ; Fri, 19 Oct 2007 08:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=LgXvMJxt5ERmt1ly3lv+ZMGSzir8BBqcsOGGyTYIbzs=; b=bBg7x9B51FNtm7TNnIXK9XF9WMrfdMIpKjS8CMi87eIebqVP0x3d0aGVxrkKlbdjr9DKhfshmmqwLuxp075XPvYKphH9k/8d+ioVRY/mY8k/rfzMGsgtNx+ZTcQUv4zhArUB5p+0UrTCQ0y5oWNNWNHYn2Jg1wYLJuK7nPiBiPw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=DVkYixjvnHAMzIWIHzuPhB08LG/bispz0giVao9Wnxv68PBN+n0Kye+AdF4+olkA0YSyoDhrGJv0Mrkt8aaqbkeMdMLnsjnCpqPszqAFF5xFdi1jx4BRjiz8w+meJFWS0mlYNPPA6OBrk+2tadstIq7s+Ofz72GsCtAu+JYusYE= Original-Received: by 10.67.21.11 with SMTP id y11mr3188826ugi.1192807440695; Fri, 19 Oct 2007 08:24:00 -0700 (PDT) Original-Received: from ?129.215.174.113? ( [129.215.174.113]) by mx.google.com with ESMTPS id b39sm8472771ugf.2007.10.19.08.23.56 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2007 08:23:58 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.752.3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:81228 Archived-At: On 18 Oct 2007, at 17:04, Stefan Monnier wrote: > 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. Whatever the internal implementation, this is a good idea from the user's perspective. We have had M-q bound to `fill-paragraph-or- region' for some time now in Aquamacs precisely because of the shortcoming that this change fixes, and I haven't heard any complaints from users.