From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: bug#3688: Also need (auto-fill-mode nil) to trigger this bug Date: Mon, 29 Jun 2009 14:55:07 +0000 Message-ID: <20090629145507.GA2072@muc.de> References: <200906261356.48352.kees.bakker@altium.nl> <20090626211431.GE4685@muc.de> <200906291001.56093.kees.bakker@altium.nl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1246287993 18864 80.91.229.12 (29 Jun 2009 15:06:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2009 15:06:33 +0000 (UTC) Cc: emacs-devel@gnu.org, Kees Bakker To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 29 17:06:26 2009 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 1MLIR6-00019Q-8J for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2009 17:06:24 +0200 Original-Received: from localhost ([127.0.0.1]:54037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLIR5-0004By-Mq for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2009 11:06:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLIEi-0003YZ-As for emacs-devel@gnu.org; Mon, 29 Jun 2009 10:53:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLIEc-0003Qz-Te for emacs-devel@gnu.org; Mon, 29 Jun 2009 10:53:35 -0400 Original-Received: from [199.232.76.173] (port=59881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLIEc-0003QV-79 for emacs-devel@gnu.org; Mon, 29 Jun 2009 10:53:30 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:3839 helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MLIEb-0006pO-JB for emacs-devel@gnu.org; Mon, 29 Jun 2009 10:53:29 -0400 Original-Received: (qmail 97625 invoked by uid 3782); 29 Jun 2009 14:53:27 -0000 Original-Received: from acm.muc.de (pD9E5204E.dip.t-dialin.net [217.229.32.78]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Mon, 29 Jun 2009 16:53:25 +0200 Original-Received: (qmail 6065 invoked by uid 1000); 29 Jun 2009 14:55:07 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.6-4.9 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:111809 Archived-At: Hi, Stefan, On Mon, Jun 29, 2009 at 10:54:54AM +0200, Stefan Monnier wrote: > > BTW. I never intended to enable auto-fill. But strangly enough the following > > will _toggle_ auto-fill-mode. (I know, this function is "Toggle Auto Fill mode". > > Besides a clear description to turn it on, it should also have a clear > > description to turn it off.) > > (auto-fill-mode nil) > All minor modes are turned on with a positive arg and turned off with > a negative arg. A nil argument may toggle it, but that might change in > the future. A `toggle' argument toggles most (but not all) minor modes. Getting back to the bug again, I've committed the patch to the (new) trunk, but not yet to the EMACS_23_1_RC branch. Would it be OK to do this? > Stefan -- Alan Mackenzie (Nürnberg).