From xemacs-m  Mon Jul 14 19:13:23 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA09367
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 19:13:22 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id RAA12712;
	Mon, 14 Jul 1997 17:16:32 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: pending-delete customization [PATCH]
References: <bci67ud5tse.fsf@corp.Sun.COM> 	<kig4t9xctxy.fsf@jagor.srce.hr> <199707142105.RAA06485@anthem.CNRI.Reston.Va.US> <wu7metb5vr.fsf@spline.la.asu.edu>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: John Jones's message of "14 Jul 1997 15:55:52 -0700"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 14 Jul 1997 17:16:31 -0700
Message-ID: <m2lo391868.fsf@altair.xemacs.org>
Lines: 17
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta14) - "Vienna"

John Jones <jj@asu.edu> writes:

> I am not sure that filladapt does it right.  I have filladapt turned
> on by default and its modeline string is not mouse-able; other minor
> modes can be turned off with mouse 2.

It needs to have the toggle function declared.

> Shouldn't it be:

> (add-minor-mode 'filladapt-mode 'filladapt-mode-line-string)
 
More like this, I think:

(add-minor-mode 'filladapt-mode
		'filladapt-mode-line-string
		nil nil 'filladapt-mode)

