ruf@dolores.Stanford.EDU (Erik Ruf) (01/25/91)
Hi,
I recently upgraded to Scheme 7.1 (beta) on our HP9000/350's
and 835's. It seems to work fine, except that the debugger no longer
functions under gnuemacs; it prints some messages and hangs until you
exit the debug REPL. The mode line flag doesn't change either. I'm
using gnuemacs 18.55 and xscheme.el with the following header:
;;; $Header: xscheme.el,v 1.23 89/04/28 22:59:40 GMT cph Rel $
This version of xscheme.el worked fine with the alpha version of 7.1 I
picked up off zurich last spring....
A transcript follows: I get similar results on the 3xx and 8xx
machines (using compiled runtime from the distribution in both cases).
Any help would be appreciated.
-- Erik
---------------------------------------------------------------------
This is the Scheme process buffer.
Type LFD to evaluate the expression before point.
Type C-c g to abort evaluation.
Type C-h m for more information.
Scheme Microcode Version 11.59
MIT Scheme running under HP-UX
Scheme saved on Tuesday December 11, 1990 at 9:18:55 PM
Release 7.1.0 (beta)
Microcode 11.59
Runtime 14.104
Loading "/users/ruf/.scheme.init"
Loading "/usr/local/lib/mit-scheme/options/format.com" -- done
Loading "/users/ruf/projects/macros.scm" -- done
Startup Complete
Current directory is #[pathname 1 /users/ruf/] -- done
(debug)
There is 1 subproblem on the stack.
Subproblem level: 0 (this is the only subproblem level)
Compiled code expression unknown
#[compiled-return-address 2 () #x618 #x250DB0]
There is no current environment.
There is no execution history for this subproblem.2769(message "%s" "You are now in the debugger. Type q to quit, ? for commands.")2727p2 [Debugger]2727DScheme-debug2727ocph@altdorf.ai.mit.EDU ("Chris Hanson") (01/25/91)
Date: 25 Jan 91 01:37:01 GMT
From: ruf@dolores.Stanford.EDU (Erik Ruf)
Hi,
I recently upgraded to Scheme 7.1 (beta) on our HP9000/350's
and 835's. It seems to work fine, except that the debugger no longer
functions under gnuemacs; it prints some messages and hangs until you
exit the debug REPL. The mode line flag doesn't change either. I'm
using gnuemacs 18.55 and xscheme.el with the following header:
;;; $Header: xscheme.el,v 1.23 89/04/28 22:59:40 GMT cph Rel $
This version of xscheme.el worked fine with the alpha version of 7.1 I
picked up off zurich last spring....
A transcript follows: I get similar results on the 3xx and 8xx
machines (using compiled runtime from the distribution in both cases).
Any help would be appreciated.
Please get "archive/scheme-7.1/xscheme.el" from "altdorf.ai.mit.edu".
The current version number of 1.27 is required for release 7.1.
My apologies for not having made this available earlier.jinx@altdorf.ai.mit.EDU ("Guillermo J. Rozas") (02/20/91)
The correct version has header
;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $
and can be ftp'd from
altdorf.ai.mit.edu:~ftp/archive/scheme-7.1/xscheme.{el,elc}
This will hopefully fix your problems.