Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!rutgers!psuvax1!news From: melling@cs.psu.edu (Michael D Mellinger) Newsgroups: comp.lang.smalltalk Subject: Re: GNU Smalltalk/Emacs Interactor Problem Message-ID: Date: 22 Aug 90 23:52:15 GMT References: <26d2ff3e.3a44@petunia.CalPoly.EDU> Sender: news@cs.psu.edu (Usenet) Distribution: usa Organization: Penn State Computer Science Lines: 29 In-Reply-To: mjohnson@riglow.acs.calpoly.edu's message of 22 Aug 90 21:55:10 GMT Nntp-Posting-Host: psuvax1.cs.psu.edu In article <26d2ff3e.3a44@petunia.CalPoly.EDU> mjohnson@riglow.acs.calpoly.edu (Mark S. Johnson) writes: I'm having trouble with the Emacs Interactor for GNU Smalltalk 1.1 on an HP9000/350 running HPUX 7.0 (Emacs is a vanilla 18.55). Following the directions given the Smalltalk "info" documentation, I get the message below in the Emacs status line immediately after typing "C-c m" in the test file "t.st" while in Smalltalk mode: "Symbol's value as variable is void: shell-mode-map" I know very little about elisp so this is quite baffling to me. Anybody have it working? I'm a Smalltalk novice and I've grown weary of the straight command line interface. Also, anyone have STIX working on an HP 9000? Thanks in advance for any help. mark -- Mark S. Johnson mjohnson@stn9.calpoly.edu (129.65.19.9) I also had the problem with the shell-mode-map. To get around it, I simply created a shell (M-x shell) before I ran Smalltalk. -Mike