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: Re: Python fill-paragraph Date: Thu, 04 Oct 2012 12:25:42 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349401944 25199 80.91.229.3 (5 Oct 2012 01:52:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:52:24 +0000 (UTC) Cc: Emacs-Devel devel To: Fabian Ezequiel Gallina Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 03:52:27 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TJx4O-0005tv-00 for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 03:51:16 +0200 Original-Received: from localhost ([::1]:50453 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJoFL-0003ur-3V for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2012 12:25:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJoFD-0003rY-8n for emacs-devel@gnu.org; Thu, 04 Oct 2012 12:25:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJoF6-0008Ci-1e for emacs-devel@gnu.org; Thu, 04 Oct 2012 12:25:51 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:54548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJoF5-0008Bc-Hs for emacs-devel@gnu.org; Thu, 04 Oct 2012 12:25:43 -0400 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q94GPgT6018917; Thu, 4 Oct 2012 12:25:42 -0400 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 5A3E1B40A1; Thu, 4 Oct 2012 12:25:42 -0400 (EDT) In-Reply-To: (Fabian Ezequiel Gallina's message of "Thu, 4 Oct 2012 12:32:07 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4361=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4361> : streams <831383> : uri <1234653> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154051 Archived-At: > Now that we are on feature freeze I happen to step into a bug[0] into > the fill paragraph machinery we have on python.el. Remember it's a *feature* freeze, so bug-fixes are still very welcome (actually the purpose of a feature freeze is to encourage people to focus on fixing bugs). > - :group 'python > - :safe 'symbolp) > + :group 'python) These are urgent, indeed. Stefan