From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Customizing key bindings Date: Mon, 09 Sep 2002 19:34:14 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020903130247.GA6318@gnu.org> <20020903173120.GA29981@gnu.org> <87ptvttnyo.fsf@emacswiki.org> <200209061736.g86HaDi00352@rum.cs.yale.edu> <874rd1ki2s.fsf_-_@emacswiki.org> <20020907234343.GC26845@gnu.org> <200209091433.g89EXZ418541@rum.cs.yale.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031615240 12831 127.0.0.1 (9 Sep 2002 23:47:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 9 Sep 2002 23:47:20 +0000 (UTC) Cc: abraham@dina.kvl.dk, miles@gnu.org, alex@emacswiki.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17oYFR-0003Kh-00 for ; Tue, 10 Sep 2002 01:47:17 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17oYpb-0000l7-00 for ; Tue, 10 Sep 2002 02:24:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oYFV-0006Js-00; Mon, 09 Sep 2002 19:47:21 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17oY2t-0003aU-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 19:34:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17oY2o-0003Yz-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 19:34:19 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17oY2o-0003Yt-00 for emacs-devel@gnu.org; Mon, 09 Sep 2002 19:34:14 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17oY2o-000626-00; Mon, 09 Sep 2002 19:34:14 -0400 Original-To: monnier+gnu/emacs@rum.cs.yale.edu In-reply-to: <200209091433.g89EXZ418541@rum.cs.yale.edu> (monnier+gnu/emacs@rum.cs.yale.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7784 In the case of define-minor-mode, the use of interactive-p (which I tend to dislike) only has "trivial" impact: it is used to decide whether to output a message and whether to consider the change as "explicitly asked by the user so custom can consider it as a user-customization". This last difference has no impact whatsoever as long as you don't use custom. I agree--for trivial purposes like this, this is legitimate.