From xemacs-m  Mon Jun 23 22:33:20 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 WAA13315
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 22:33:18 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id UAA09273;
	Mon, 23 Jun 1997 20:36:06 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Cc: weiner@altrasoft.com
Subject: Re: [w3] wrong type argument: overlayp, nil
References: <87vi34ajoa.fsf@bittersweet.inetarena.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: karlheg@inetarena.com's message of "23 Jun 1997 18:12:05 -0700"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 23 Jun 1997 20:36:04 -0700
Message-ID: <m27mfk3c63.fsf@altair.xemacs.org>
Lines: 32
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta9) - "Sofia"

Karl M Hegbloom <karlheg@inetarena.com> writes:

>  I'm getting `wrong type argument: overlayp, nil' when I middle click
> on a URL in W3.  (copenhagen)

This is probably fixed in W3-3.0.89 (to be included with Sofia), but
there's another problem.

I'm getting `Symbol's function definition is void: id-set-mode-menubar'
errors all over the place.

It appears to come from some InfoDock compatibility code in w3-menu.el:

(if (fboundp 'id-menubar-get)
    nil
  (defun id-menubar-get (mode)
    "Return mode-specific menubar symbol for MODE or nil if none."
    (get mode 'id-menubar))

  (defun id-menubar-set (mode menubar-sym)
    "Associate MODE with MENUBAR-SYM."
    (put mode 'id-menubar menubar-sym)
    ;; Add mode to list of modes with mode-specific menubars.
    (add-hook 'id-menubar-modes mode)
    ;; Add hook to select mode-specific menubar.
    (add-hook (intern (concat (symbol-name mode) "-hook"))
              'id-set-mode-menubar))
               ^^^^^^^^^^^^^^^^^^^
  )
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

