From xemacs-m  Thu Feb 27 15:13:43 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA08925
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 15:13:42 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id NAA22961;
	Thu, 27 Feb 1997 13:25:25 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Several minor bugs.
References: <kig914axpbk.fsf@jagor.srce.hr> <m2vi7e559y.fsf@altair.xemacs.org> <kign2sqvu35.fsf@jagor.srce.hr>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Hrvoje Niksic's message of 27 Feb 1997 22:04:46 +0100
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 27 Feb 1997 13:25:22 -0800
Message-ID: <m220a27xh9.fsf@altair.xemacs.org>
Lines: 34
X-Mailer: Gnus v5.4.15/XEmacs 20.1

Hrvoje Niksic writes:

> Steven L Baur <steve@miranova.com> writes:
>> You can scroll the help with the scrollbar and mouse.

> That is not good enough.  You don't get the scrollbars or mouse on
> tty-s.  The current behaviour is broken.

I agree.  Perhaps I should have attached a smiley to my response? :-)

On the matter of loading bytecompiled .emacs, it seems to work for me.
I've made the attached change.  Is it evil?  Emacs loads .emacs the
same way XEmacs does.

Index: lisp/prim/startup.el
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/prim/startup.el,v
retrieving revision 1.2
diff -u -r1.2 startup.el
--- startup.el	1996/12/28 21:03:07	1.2
+++ startup.el	1997/02/27 21:07:14
@@ -557,7 +557,7 @@
 	    "sys$login:.emacs")
 	   (t
 	    (concat "~" init-file-user "/.emacs"))))
-    (load user-init-file t t t)
+    (load user-init-file t t nil)
     (unless inhibit-default-init
       (let ((inhibit-startup-message nil))
 	;; Users are supposed to be told their rights.

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

