From: simonmar Date: Mon, 22 Apr 2002 13:50:40 +0000 (+0000) Subject: [project @ 2002-04-22 13:50:40 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~2127 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=2cdd543b59b314412c55368c1b297ac667fd7cc8;p=ghc-hetmet.git [project @ 2002-04-22 13:50:40 by simonmar] Note the lack of quoting support in :set. --- diff --git a/ghc/docs/users_guide/ghci.sgml b/ghc/docs/users_guide/ghci.sgml index 5743d89..6b1d09e 100644 --- a/ghc/docs/users_guide/ghci.sgml +++ b/ghc/docs/users_guide/ghci.sgml @@ -1027,6 +1027,12 @@ Prelude> :def make (\_ -> return ":! ghc ––make Main") ‘+” and “command-line” options, which begin with ‘-’. + NOTE: at the moment, the :set command + doesn't support any kind of quoting in its arguments: quotes will + not be removed and cannot be used to group words together. For + example, :set -DFOO='BAR BAZ' will not do what + you expect. + GHCi options optionsGHCi