From xemacs-m  Mon Jul 14 18:03:44 1997
Received: from spline.la.asu.edu (spline.la.asu.edu [129.219.44.112])
	by xemacs.org (8.8.5/8.8.5) with SMTP id SAA09142
	for <xemacs-beta@xemacs.org>; Mon, 14 Jul 1997 18:03:43 -0500 (CDT)
Received: (from jj@localhost) by spline.la.asu.edu (8.6.9/8.6.9) id PAA18455; Mon, 14 Jul 1997 15:55:53 -0700
To: XEmacs Developers <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>
X-Face: 0Bu*)'knxca;nS9WA$T\|rEi"Z?/ww1lLYQ^lCpPRd@#L|0l:\M0<,,c!!7f(,^ZtSVN\N4
 a,R7VO!lLi=eji!}jOM_/yYeM*zkS+"Se)Z1,7=Cyj\xHo%.K|9$t/Vxx-?sue57C'w9Q=W@^?my+]
 Y/.tnckc;#<18}n(",?A#V7zA`]K>qf7jF[Al&3a^T[3H;{/N!EPb</zmr{AH7T!aZ\+!V!c$&H3F_
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
From: John Jones <jj@asu.edu>
Date: 14 Jul 1997 15:55:52 -0700
In-Reply-To: "Barry A. Warsaw"'s message of Mon, 14 Jul 1997 17:05:25 -0400
Message-ID: <wu7metb5vr.fsf@spline.la.asu.edu>
Lines: 25
X-Mailer: Gnus v5.4.52/XEmacs 20.2

>>>>> Barry A Warsaw writes:

 > I really wish that all minor modes would use a variable for their
 > modeline string.  I don't care what you come up with for the
 > default for pending-del; it doesn't matter.  I want to be able to
 > easily change it.  This leads me to want to custom-ize it too, but
 > that's up to you.

 > E.g. filladapt does it Right:

 > (or (assq 'filladapt-mode minor-mode-alist)
 >     (setq minor-mode-alist (cons (list 'filladapt-mode
 > 				       'filladapt-mode-line-string)
 > 				 minor-mode-alist)))

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.  Shouldn't it be:

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

                                 John Jones
                                 jj@asu.edu

