From xemacs-m  Fri Jan 31 03:00:54 1997
Received: from maes.esrin.esa.it (maes.esrin.esa.it [192.106.252.50])
	by xemacs.org (8.8.5/8.8.5) with SMTP id DAA02822
	for <xemacs-beta@xemacs.org>; Fri, 31 Jan 1997 03:00:17 -0600 (CST)
Received: from mail.esrin.esa.it (plod.esrin.esa.it) by maes.esrin.esa.it with SMTP id AA06138
  (5.65c/IDA-1.4.4 for <xemacs-beta@xemacs.org>); Fri, 31 Jan 1997 10:00:10 +0100
Received: from penelope.esa.it by mail.esrin.esa.it (4.1/SMI-4.1)
	id AA27953; Fri, 31 Jan 97 09:00:08 GMT
Date: Fri, 31 Jan 97 09:00:08 GMT
Message-Id: <9701310900.AA27953@mail.esrin.esa.it>
Received: by penelope.esa.it (4.1/SMI-4.1)
	id AA26902; Fri, 31 Jan 97 10:04:54 +0100
From: Simon Marshall <Simon.Marshall@esrin.esa.it>
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: [20b93]: Couple of immediate problems.
Reply-To: Simon Marshall <Simon.Marshall@esrin.esa.it>

Finally built overnight:

./configure --prefix=/home_penelope/simon/Slash/usr/local --site-includes=/home_rsps/simonm/Penelope/Slash/usr/include --site-libraries=/home_rsps/simonm/Penelope/Slash/usr/local/lib --dynamic --cflags=-g -pipe --with-mule

Configured for `sparc-sun-sunos4.1.3C'.

  Where should the build process find the source code?    /home_rsps/simonm/Penelope/xemacs-beta
  What installation prefix should install use?		  /home_penelope/simon/Slash/usr/local
  What operating system and machine description files should XEmacs use?
        `s/sunos4-1-3-shr.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -g -pipe
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/share/X11/X11R5-Solaris1/include
  Where do we find X Windows libraries?                   /usr/share/X11/X11R5-Solaris1/lib
  Additional header files:                                /home_rsps/simonm/Penelope/Slash/usr/include
  Additional libraries:                                   /home_rsps/simonm/Penelope/Slash/usr/local/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for GIF image conversion.
  Compiling in support for DBM.
  Compiling in Mule (multi-lingual) support.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

Couple of immediate problems:

- I saved my options under 19.14, so it ignored them.  Anyway, I evaluated:
 (add-spec-list-to-specifier default-toolbar-visible-p '((global (nil))))
when the frame had 2 windows, and it made a real mess of the display that
C-l didn't fix until I made the frame contain only 1 window.

- It seems to be ignoring selections made elsewhere.  I select text from
another app, and XEmacs carries on using a previous selection/yank.

