From xemacs-m  Tue Mar 11 15:32:23 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA17849
	for <xemacs-beta@xemacs.org>; Tue, 11 Mar 1997 15:32:23 -0600 (CST)
Received: from Canada.Sun.COM ([129.155.5.101]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA02779 for <xemacs-beta@xemacs.org>; Tue, 11 Mar 1997 13:32:04 -0800
Received: from scooter.canada.sun.com by Canada.Sun.COM (SMI-8.6/SMI-5.3)
	id QAA07541; Tue, 11 Mar 1997 16:31:49 -0500
Received: from verve.canada.sun.com by scooter.canada.sun.com (SMI-8.6/SMI-SVR4)
	id QAA00167; Tue, 11 Mar 1997 16:30:06 -0500
Received: by verve.canada.sun.com (SMI-8.6/SMI-SVR4)
	id QAA02593; Tue, 11 Mar 1997 16:30:08 -0500
Date: Tue, 11 Mar 1997 16:30:08 -0500
Message-Id: <199703112130.QAA02593@verve.canada.sun.com>
From: Georg Nikodym <georgn@Canada.Sun.COM>
To: XEmacs Beta Mailing List <xemacs-beta@xemacs.org>
Subject: b98 sucess
Reply-To: georgn@Canada.Sun.COM
X-Face:  ,~EI@l7'&P{\d++e`EMjNTNpzsxJPg(H]?Sd_T3xIlq[(PT[.D;A_/k)qfeC@m\/1]A{vZD
 r4&Lme-/M]c'Q>>:VM|L^<ED=j@dG!ld,bQ:IhT53q'x>6wZKH3iCT6Ff1-`*z{vCiT}+%(irA6TOn
 S~pFtml1bL\=kp%0PsLcF3+Q/e${o|S/<NUFDrU@;^o(D+av1g>Ce=ztlPGb$?up%c-*l'wmjw\sw;
 D__0Z;+93I+Kx6Mxdc]+|2V03aE@D8-fMT_v[~~FC9I\*|72QVW,aQ!`hHp_.gE.W&kxla2#)\Cmo
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Tue_Mar_11_16:30:08_1997-1"
Content-Transfer-Encoding: 7bit

--Multipart_Tue_Mar_11_16:30:08_1997-1
Content-Type: text/plain; charset=US-ASCII


After my patch, beta98 builds on:


--Multipart_Tue_Mar_11_16:30:08_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="doconfig"
Content-Transfer-Encoding: 7bit

#!/bin/ksh
#
SRC=`(cd ..; echo $PWD)`

../configure \
 --extra-verbose \
 --srcdir=$SRC \
	--compiler=cc \
	--cflags="-g -xarch=v8plusa -xchip=ultra" \
	--with-gnu-make \
	--x-includes="/usr/openwin/include" \
	--x-libraries="/usr/openwin/lib" \
	--site-includes="/usr/openwin/include /usr/dt/include /ot/misc_includes" \
	--site-libraries="/usr/openwin/lib /usr/dt/lib /ot/misc_libs_static" \
 	--site-runtime-libraries="/usr/openwin/lib /usr/dt/lib" \
	--dynamic=yes \
	--prefix=/ot/XEmacs_common \
	--exec-prefix=/ot/XEmacs_NEW/19.15 \
	--with-tooltalk \
	--with-sparcworks \
	--with-gcc=no \
	--with-sound=native \
	--with-xpm \
 	--with-jpeg \
 	--with-png \
	--with-gif \
	--with-menubars=lucid \
	--with-scrollbars=motif \
	--with-dialogs=motif \
	--error-checking=none \
 	--with-xface \
        --debug=no \
	--use-union-type \
	--memory-usage-stats \
	--rel-alloc

--Multipart_Tue_Mar_11_16:30:08_1997-1
Content-Type: text/plain; charset=US-ASCII


I, too, am victim to the toolbar shadow colour lossage.

Additionally, as someone who tolerates an excruciatingly slow
.xemacs-options startup file which explicitly sets the default font, I
am dismayed to have:

(add-spec-list-to-specifier (face-property 'default 'font)
			    '((global (nil . "-*-lucida sans typewriter-medium-r-*-*-12-*-*-*-*-*-*-*"))))

ignored in favour of the stupid CDE installed *Font resource.  Grr.

Incidentally, WRT the comint colourization debate.  My shell mode is
still colourized (since I've always been doing that which was recently
recommended) but sometime in the last few months, telnet and rsh mode
have ceased to be colourized...

VM, started from the toolbar, is still not automatically reading my
.vm file.

And lastly some praise, I've started using modifiers-keys-are-sticky
and have discovered that in some contexts (like VM) setting this
variable to t is a pain so I make it buffer local and to my surprise,
it works!  Of course, having recently seen a friend of mine
demonstrate his voice recognition setup on Windoze I now want to toss
my keyboard altogether and development nodes on my vocal cords...

--Multipart_Tue_Mar_11_16:30:08_1997-1--

