At 13:03 +0100 1999/04/07, Tony Davie wrote:
>Hello, The Hugs98-MacPPC.ReadMe file in the distribution states (line 108)
>that a typical path name is
>
> :s or s s in the working directory
>
>The second of these doesn't work. The first does. It's probably looking for
>a disk named s, which would be logical because on line 111 you say
>
> MyDisk:d:s s in the directory d on the hard disk MyDisk (full path
>name)
This is not a bug but a feature :-), as whatever you type is passed onto
the MacOS routines for interpretation.
I think that the MacOS rules are that if you access a file in the working
directory, then the leading ":" is not needed, but if you access a file in
another directory, then it must always included.
I tried
:l foo
for a file "foo.hs" in the working directory (where the Hugs program is
started up), and it worked.
So if it works on my Mac, but not on yours, it is perhaps because we have
different MacOS versions (I use 7.5.3).
Hans Aberg
* Email: Hans Aberg <mailto:[EMAIL PROTECTED]>
* Home Page: <http://www.matematik.su.se/~haberg/>
* AMS member listing: <http://www.ams.org/cml/>