From xemacs-m  Wed Jan  1 18:17:29 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id SAA29506 for <xemacs-beta@xemacs.org>; Wed, 1 Jan 1997 18:17:28 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id QAA12675; Wed, 1 Jan 1997 16:17:00 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id QAA22199; Wed, 1 Jan 1997 16:16:53 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA27411; Wed, 1 Jan 1997 16:16:54 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id QAA23168; Wed, 1 Jan 1997 16:16:51 -0800
Date: Wed, 1 Jan 1997 16:16:51 -0800
Message-Id: <199701020016.QAA23168@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Jeff Miller <jmiller@bay1.bayserve.net>
Cc: beta-list <xemacs-beta@xemacs.org>
Subject: Re: possible bug in config stuff
In-Reply-To: <Pine.SUN.3.95.970101170112.18839C-100000@bay1.bayserve.net>
References: <Pine.SUN.3.95.970101131039.18839B-100000@bay1.bayserve.net>
	<Pine.SUN.3.95.970101170112.18839C-100000@bay1.bayserve.net>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Jeff" == Jeff Miller <jmiller@bay1.bayserve.net> writes:
Jeff> Looks like this is happening in x-mouse.el.  If I comment out 

Jeff> ;(set-glyph-image scrollbar-pointer-glyph
Jeff> ;	  (or (x-get-resource "scrollbarPointer" "Cursor" 'string device)
Jeff> ;	      "top_left_arrow"))

Jeff> & bytecompile x-mouse.el I finally get a pretty bland & featureless xemacs
Jeff> to dump & run.  :-)

Jeff> Should  there be something like ( if featurep scrollbar ) or whatever the
Jeff> real lisp would be around this?

(when (featurep 'scrollbar)
  (set-glyph-image scrollbar-pointer-glyph
    (or (x-get-resource "scrollbarPointer" "Cursor" 'string device)
      "top_left_arrow")))

It would be good if someone built regularly without the gui stuff to
keep the rest of us honest.

Martin


