Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!mordor!lll-tis!ptsfa!hoptoad!rtech!llama!daveb From: daveb@llama.rtech.UUCP (Dave Brower) Newsgroups: comp.emacs Subject: Scheming Message-ID: <1031@rtech.UUCP> Date: Thu, 2-Jul-87 12:00:16 EDT Article-I.D.: rtech.1031 Posted: Thu Jul 2 12:00:16 1987 Date-Received: Sat, 4-Jul-87 13:06:24 EDT Sender: news@rtech.UUCP Reply-To: daveb@llama.UUCP (Dave Brower) Organization: Relational Technology, Inc. Alameda, CA Lines: 21 I am running C Scheme and GNU Emacs 17.xx on a System V machine without job control. The present scheme-mode seems awkward to use without the ability to stop emacs:: (defun goto-parallel-scheme-fork () (suspend-emacs scheme-invocation-string)) ;; This currently assumes that Emacs runs as an inferior to Scheme (fset 'goto-scheme 'suspend-emacs) ;; if not, do (fset 'goto-scheme 'goto-parallel-scheme-fork) Thus, goto-scheme fires up a new scheme each time, since suspend-emacs fires up a sub-shell in this version. Does anyone have a good way to fire up something like a *scheme* window? Is this already in the 18.xx I'm waiting for? Thanks, -dB