Path: utzoo!attcan!uunet!ncrlnk!ncrcae!hubcap!gatech!uflorida!haven!purdue!decwrl!sgi!arisia!quintus!ok From: ok@quintus.uucp (Richard A. O'Keefe) Newsgroups: comp.lang.prolog Subject: Re: MAC Prolog Message-ID: <665@quintus.UUCP> Date: 11 Nov 88 09:13:12 GMT References: <1561@bingvaxu.cc.binghamton.edu> <200@internal.Apple.COM> <13330@oberon.USC.EDU> <6383@csli.STANFORD.EDU> Sender: news@quintus.UUCP Reply-To: ok@quintus.UUCP (Richard A. O'Keefe) Distribution: na Organization: Quintus Computer Systems, Inc. Lines: 12 In article <6383@csli.STANFORD.EDU> johnson@csli.UUCP (Mark Johnson) writes: >ALS Prolog for the Mac ... (eg. to load a predicate definition >from a window you must save the file and load the file). That turns out not to be the case. In the versions I tried, you could do consult(user). in the main window, then select the window you want to load from, select the clauses you want, and hit ENTER. Those clauses having been compiled, you select the main window again, then select END-OF-FILE from one of the menus, and you're done. Not as easy as meta-k-p, but not as bad as it looked at first sight. I would have preferred a "Compile Selection" item in one of the menus, but it _is_ doable.