Hi
Thanks for the answer. It appears as if XP calls
ghci via
"p::\ath\to\ghci" "c:\Documents and
Settings\foo\...."
i.e. with quotes.
Trying to start ghci via cygwin using any of
$ ghci Test\ with\ spaces/Test.lhs
$ ghci Test\ with\ spaces\\Test.lhs $
ghci "Test with space/Test.lhs"$ ghci "Test with space\\Test.lhs"
will give the error: can't find module `Test' (while processing "Test")
Testing
$ ghci Test\ with\ spaces/Test.lhs
$ ghci "Test with space/Test.lhs"
under Linux gives the same error.
Hence there seem to be something strange about pathnames containing spaces
under GHCi.
However trying the same thing under GHC works like a charm under both
cygwin and Linux.
Any ideas?
/Calle ----- Original Message -----
|
- GHCi-5.04.2: Windows Open with ... problem. Calle Lejdfors
- Re: GHCi-5.04.2: Windows Open with ... problem. Sigbjorn Finne
- Re: GHCi-5.04.2: Windows Open with ... problem... Calle Lejdfors
- Re: GHCi-5.04.2: Windows Open with ... pro... Sigbjorn Finne
- Re: GHCi-5.04.2: Windows Open with ...... Calle Lejdfors
- RE: GHCi-5.04.2: Windows Open with ... problem. Simon Peyton-Jones
- RE: GHCi-5.04.2: Windows Open with ... problem... Martin Norbäck
- RE: GHCi-5.04.2: Windows Open with ... problem. Simon Marlow