From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Ezequiel Gallina Newsgroups: gmane.emacs.devel Subject: Re: Python fill-paragraph Date: Thu, 4 Oct 2012 13:47:38 -0300 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1349402009 26015 80.91.229.3 (5 Oct 2012 01:53:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:53:29 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 03:53:33 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 1TJx4M-0006Y7-2o for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 03:51:14 +0200 Original-Received: from localhost ([::1]:38673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJoaQ-0003Iq-RL for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2012 12:47:46 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJoaK-0003I0-HF for emacs-devel@gnu.org; Thu, 04 Oct 2012 12:47:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJoaJ-0001ZD-KA for emacs-devel@gnu.org; Thu, 04 Oct 2012 12:47:40 -0400 Original-Received: from mail-ie0-f169.google.com ([209.85.223.169]:40096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJoaJ-0001Z6-E8 for emacs-devel@gnu.org; Thu, 04 Oct 2012 12:47:39 -0400 Original-Received: by mail-ie0-f169.google.com with SMTP id 10so1736211ied.0 for ; Thu, 04 Oct 2012 09:47:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=WtfIM33A1OSBiQUp7KNeZ1DY36wy+ybn/zkpgAEEd14=; b=Vvdu+ml7yroVyD7e70hIENI53S/zukMx/JodZH3PmiRa08fsyGZ5LWISL/FPnk6lof ZdfevAW0co3dfBI9AnysG62FBCt7EomO7/70KUTa0gTNrNacQdezZYASn6a5BBjWtrbB ZjSoL5yzCbEu5QdRJ7eYrtFna/Sn/XLJHwP9BrCxf09FdzC0PgJ2ge7Uz+Yu3EYx9e+X /eJI6Go/YntQ6EnfDQwV1AHpgjLKx9Svy6x1ISFq3vrEotSZoup445ABi4IarCnI0nfE 4deiL/7rbjsiv7qX152DtaKxZj1onB0NBR+Kc3IdEO20xyf9FmJvfLCFoSZswBbW+qWY 5MIg== Original-Received: by 10.50.104.230 with SMTP id gh6mr16210979igb.50.1349369258704; Thu, 04 Oct 2012 09:47:38 -0700 (PDT) Original-Received: by 10.64.165.72 with HTTP; Thu, 4 Oct 2012 09:47:38 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.223.169 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:154060 Archived-At: 2012/10/4 Stefan Monnier : >> 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 Perfect, installed in revno 110361. Regards, Fabi=E1n E. Gallina