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: Is that change a good idea? Date: Thu, 17 Mar 2005 17:16:41 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111098817 13957 80.91.229.2 (17 Mar 2005 22:33:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 22:33:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 17 23:33:36 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DC3YV-0004e4-14 for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 23:33:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DC3oq-00066C-TS for ged-emacs-devel@m.gmane.org; Thu, 17 Mar 2005 17:50:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DC3lo-0003lP-PT for emacs-devel@gnu.org; Thu, 17 Mar 2005 17:47:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DC3la-0003cq-6J for emacs-devel@gnu.org; Thu, 17 Mar 2005 17:47:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DC3lZ-0003XM-LI for emacs-devel@gnu.org; Thu, 17 Mar 2005 17:46:57 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DC3IK-0006nM-J4; Thu, 17 Mar 2005 17:16:44 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 5992C34000A; Thu, 17 Mar 2005 17:16:44 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 379F34AC23B; Thu, 17 Mar 2005 17:16:41 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 249F7F696F; Thu, 17 Mar 2005 17:16:41 -0500 (EST) Original-To: David Kastrup In-Reply-To: (David Kastrup's message of "Thu, 17 Mar 2005 23:07:19 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.821, requis 5, autolearn=not spam, AWL 0.08, BAYES_00 -4.90) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34683 > * help.el (describe-mode): Allow a :minor-mode-function property to > specify a different minor mode toggle function than the variable. > * simple.el (auto-fill-function): > * subr.el (add-minor-mode): Use it. > I have my doubts that the resulting flexibility is really in the best > interest of the users... 100% agreement. It's only meant to clean up the code, not as a new feature. I.e. it's an internal thing and should stay that way. Stefan