#197: allow "\ " escapes in GHCi commands
--------------------------------+-------------------------------------------
Reporter: hamrichards | Owner: rjmccall
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: GHCi | Version: None
Severity: minor | Resolution: fixed
Keywords: | Difficulty: Unknown
Architecture: Unknown | Os: Unknown
--------------------------------+-------------------------------------------
Changes (by igloo):
* resolution: None => fixed
* component: None => GHCi
* status: new => closed
Old description:
> {{{
> It would be nice if, in file names, "\ " were handled as " ". This
> would make the GHCi interface consistent with those of
> Terminal and Hugs.
> }}}
New description:
{{{
It would be nice if, in file names, "\ " were handled as " ". This
would make the GHCi interface consistent with those of
Terminal and Hugs.
}}}
Comment:
With GHC 6.6:
{{{
Prelude> :l q\ w.hs
[1 of 1] Compiling Main ( q w.hs, interpreted )
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/197>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs