From xemacs-m  Tue Apr  1 16:17:15 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA24623
	for <xemacs-beta@xemacs.org>; Tue, 1 Apr 1997 16:17:14 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id OAA24463; Tue, 1 Apr 1997 14:16:45 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id OAA07480; Tue, 1 Apr 1997 14:16:41 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id OAA12946; Tue, 1 Apr 1997 14:16:42 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id OAA01253; Tue, 1 Apr 1997 14:16:41 -0800
Date: Tue, 1 Apr 1997 14:16:41 -0800
Message-Id: <199704012216.OAA01253@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Steven L Baur <steve@miranova.com>
Cc: xemacs-beta@xemacs.org
Subject: Re: mailcrypt in xemacs-20.1-b10
In-Reply-To: <m2u3lq9yr2.fsf@altair.xemacs.org>
References: <m0wC8c9-000mUTC@i.control.att.com>
	<m2u3lq9yr2.fsf@altair.xemacs.org>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "sb" == Steven L Baur <steve@miranova.com> writes:

sb>                (setq event (next-command-event event))

I think (next-command-event) should not return scrollbar events,
although in theory users can attach lisp code to such events.

A better design than the current would be to not have misc_user
events, but instead have scrollbar events and menubar events.  Menubar
events, but not scrollbar events, would be considered command events.

But this requires major changes to the event handling system.

With this change, one would (for example) be able to scroll the splash
screen or the *Praise* buffer using the scrollbar and not have the
contents vanish.

Martin

