From xemacs-m  Fri Jul 11 17:16:59 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 RAA24345
	for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 17:16:58 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA21942 for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 15:43:38 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id PAA08673; Fri, 11 Jul 1997 15:16:27 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id PAA10200; Fri, 11 Jul 1997 15:16:24 -0700
To: xemacs-beta@xemacs.org
Subject: x-compose bug/pending delete changes
X-Attribution: GDF
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 11 Jul 1997 15:16:24 -0700
Message-ID: <bcihge1dykn.fsf@corp.Sun.COM>
Lines: 66
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta11) - "Stockholm"

Why is pending-delete enabled by default?  Shouldn't this default to
being off?

In addition, I'm getting the following behavior, easily reproducible:

xemacs -q -no-site-file

M-x (load-library "x-compose")

<compose-key> C-h
(this pops up a completion buffer, with a list of all possible compose 
characters)

Click on the down arrowhead on the scrollbar on the completion
buffer.  I get the following:

Signaling: (wrong-type-argument "unable to bind this type of event" #<misc-user-event (scrollbar-line-down #<window on "*Backtrace*" 0xb8d>)>)
  lookup-key(compose-key [#<misc-user-event (scrollbar-line-down #<window on "*Backtrace*" 0xb8d>)>])
  #<compiled-function (from "x-compose.elc") nil "...(102)" [apply vector append this-command-keys nil keys key-binding error "can't find map?  %s" map "*Help*" erase-buffer message "Working..." compose ctl-arrow "You are typing a compose sequence.  So far you have typed: " key-description "\nCompletions from here are:\n\n" map-keymap compose-help-mapper t "? " event next-command-event lookup-key keymapp command-execute unread-command-event] 5 nil nil>()
  call-interactively(compose-help)

Clicking a second time on the down arrowhead works fine.  Killing the
window and doing the incantation a second time gives me the same error 
again.

This is with:

uname -a: SunOS legba 5.5.1 Generic_103640-04 sun4u sparc SUNW,Ultra-1

./configure  '--with-gnu-make' '--with-scrollbars=lucid' '--with-dialogs=athena3d' '--with-workshop' '--error-checking=none' '--debug=yes' '--use-union-type=yes' '--site-runtime-libraries=/usr/lib:/usr/dt/lib:/usr/openwin/lib:/net/legba.corp/usr/local/lib' '--with-xpm'


Configured for `sparc-sun-solaris2.5.1'.

  Where should the build process find the source code?    /home/gfoster/xemacs-20.3-b12
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -g -O2
  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/dt/include /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/dt/lib /usr/openwin/lib
  Runtime library search path:                            /usr/lib:/usr/dt/lib:/usr/openwin/lib:/net/legba.corp/usr/local/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in native sound support.
  Compiling in support for GNU DBM.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Compiling in support for Sun WorkShop.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena-3d dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  Using the union type for Lisp_Objects.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.


-- Gary F.

