From xemacs-m  Wed Mar 26 16:07:44 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA05531
	for <xemacs-beta@xemacs.org>; Wed, 26 Mar 1997 16:06:57 -0600 (CST)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id OAA20173; Wed, 26 Mar 1997 14:03:24 -0800
Date: Wed, 26 Mar 1997 14:03:24 -0800
Message-Id: <199703262203.OAA20173@newman>
From: "William M. Perry" <wmperry@aventail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: jens@lemming0.lem.uni-karlsruhe.de
Cc: xemacs-beta@xemacs.org
Subject: Re: time + w3 buglet
In-Reply-To: <m3zpvq1iit.fsf@jens.metrix.de>
References: <E0w9zRZ-0004pz-00@neal.ctd.comsat.com>
	<m3zpvq1iit.fsf@jens.metrix.de>
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Jens Lautenbacher writes:
>Neal Becker <neal@ctd.comsat.com> writes:
>
>> It seems that with 20.1b9 + newest time (1.6?) there's a strange
>> interaction with w3-3.0.74.  When a window is displaying in W3 the
>> balloon doesn't display when the cursor is placed over the mail icon
>> or time in the modeline.  Is it because the icons are shoved way over
>> to the right?  I don't know.  
>> 
>> For example, right now I'm typing this mail in the top window, with a
>> W3 window below.  Balloons work in the top modeline, nothing happens
>> in the bottom.
>
>I've never seem this, and I don't know how this could happen. Bill,
>does w3 mangle with the modeline in any special way?

  Same way most other people screw with it.  Bunch of w3 specific stuff,
then drops into global-mode-string.

-Bill P.

(defcustom w3-modeline-format
  '("  " ("W3"
	(w3-netscape-emulation-minor-mode
	 " (NS)")
	(w3-lynx-emulation-minor-mode
	 " (Lynx)")
	": "
	(40 (-40 "%b"))
	" "
	(w3-current-isindex "[Searchable]  ")
	"%p" "  " global-mode-string))
  "*The modeline format string when in w3 mode"
  :group 'w3-advanced
  :type 'list)

