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: turn-on-*-mode Date: Thu, 18 May 2006 22:03:24 -0400 Message-ID: References: <4469D3B6.2040904@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1148004232 27501 80.91.229.2 (19 May 2006 02:03:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 May 2006 02:03:52 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 04:03:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FguL7-0002fj-BT for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 04:03:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FguL6-0003oT-PB for ged-emacs-devel@m.gmane.org; Thu, 18 May 2006 22:03:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FguKs-0003nm-13 for emacs-devel@gnu.org; Thu, 18 May 2006 22:03:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FguKr-0003n9-DM for emacs-devel@gnu.org; Thu, 18 May 2006 22:03:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FguKr-0003mo-3Y for emacs-devel@gnu.org; Thu, 18 May 2006 22:03:25 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FguO4-00007M-BU for emacs-devel@gnu.org; Thu, 18 May 2006 22:06:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FguKq-0001O1-1Z; Thu, 18 May 2006 22:03:24 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Wed, 17 May 2006 17:24:49 -0400) 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:54743 Archived-At: > It would mean that there is no longer an argument you could use, > noninteractively, to toggle the mode. Actually there is: the symbol `toggle' does it. Ok. > Another drawback is simply that the interactive and noninteractive > behavior of these commands will be different. Not really. It just means that the argument passed to the minor mode function in the absence of a prefix-arg won't be nil but will be `toggle'. As a matter of fact, this is already the case. It sounds rather clean. Would you please add it to etc/TODO?