From xemacs-m  Mon Jul 14 19:36:08 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 TAA09471
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 19:36:07 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id RAA12800;
	Mon, 14 Jul 1997 17:39:19 -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> <m2lo391868.fsf@altair.xemacs.org> <kig90z988ks.fsf@jagor.srce.hr>
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: Hrvoje Niksic's message of "15 Jul 1997 02:25:55 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 14 Jul 1997 17:39:18 -0700
Message-ID: <m2iuyd1749.fsf@altair.xemacs.org>
Lines: 21
X-Mailer: Gnus v5.4.63/XEmacs 20.3(beta14) - "Vienna"

Hrvoje Niksic <hniksic@srce.hr> writes:

> Steven L Baur <steve@xemacs.org> writes:
>> More like this, I think:
>> 
>> (add-minor-mode 'filladapt-mode
>> 'filladapt-mode-line-string
>> nil nil 'filladapt-mode)

[Verified.  When filladapt is registered in this fashion, the " FA" on 
the modeline turns green and becomes mouse2-able].

> I don't think this should required.  The docs say:

>     If TOGGLE-FUN is nil and TOGGLE names an interactive function,
>     TOGGLE is used as the toggle function.

The docs also say nothing about allowing `name' to be a symbol.

NAME is the name that should appear in the
modeline (it should be a string beginning with a space).

