From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: /etc/TODO: define-minor-mode & minor-mode-list Date: Wed, 1 Feb 2012 15:53:45 +0100 Message-ID: References: <877h07fgua.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1328108080 19697 80.91.229.3 (1 Feb 2012 14:54:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2012 14:54:40 +0000 (UTC) Cc: William Stevenson , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 01 15:54:35 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsbZz-0005fQ-AZ for ged-emacs-devel@m.gmane.org; Wed, 01 Feb 2012 15:54:35 +0100 Original-Received: from localhost ([::1]:37656 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsbZy-0002pi-SY for ged-emacs-devel@m.gmane.org; Wed, 01 Feb 2012 09:54:34 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsbZt-0002pM-R2 for emacs-devel@gnu.org; Wed, 01 Feb 2012 09:54:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsbZp-0002HC-Qg for emacs-devel@gnu.org; Wed, 01 Feb 2012 09:54:29 -0500 Original-Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:46798) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsbZp-0002H8-Ng for emacs-devel@gnu.org; Wed, 01 Feb 2012 09:54:25 -0500 Original-Received: by obbta7 with SMTP id ta7so1818133obb.0 for ; Wed, 01 Feb 2012 06:54:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=4mCer1nTIZrJFUv5BGNG92hJWdO6lJJPsnydu0B6aWM=; b=ropMuT1iQdUkPaDUmbS1oyJG8G1eKoBlDcVf26Q0SE6h66jQSO8k5b0Vud9rgoibwT 6wgZLRbrej+kQUIPDzu5xaPIrknLe8BIm53GjWWY5E5A/3WCbGLuRfXobFUu+VZCCMFt DpSNi3Cde3yFO+mXZK67VFX+lF/khfXTKPHfY= Original-Received: by 10.182.36.9 with SMTP id m9mr39664848obj.78.1328108065140; Wed, 01 Feb 2012 06:54:25 -0800 (PST) Original-Received: by 10.182.237.35 with HTTP; Wed, 1 Feb 2012 06:53:45 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.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:148088 Archived-At: On Wed, Feb 1, 2012 at 15:06, Stefan Monnier wro= te: > Largely, yes. =C2=A0I did this during the Emacs-24 development (which lea= d to > the addition of the `:variable' argument). Then, to address one of the OP's points, shouldn't these newly-converted modes be removed from minor-mode-list? =C2=A0 =C2=A0 Juanma