From: simonmar Date: Mon, 13 Aug 2001 16:33:12 +0000 (+0000) Subject: [project @ 2001-08-13 16:33:12 by simonmar] X-Git-Tag: Approximately_9120_patches~1269 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=38edeed4f74cc7e9487f1911058f359812b34dd8;p=ghc-hetmet.git [project @ 2001-08-13 16:33:12 by simonmar] document -ignore-dot-ghci and -read-dot-ghci --- diff --git a/ghc/docs/users_guide/ghci.sgml b/ghc/docs/users_guide/ghci.sgml index 23c4e70..4e8693d 100644 --- a/ghc/docs/users_guide/ghci.sgml +++ b/ghc/docs/users_guide/ghci.sgml @@ -947,7 +947,7 @@ Prelude> :set -fno-glasgow-exts - + The <filename>.ghci</filename> file .ghcifile @@ -977,6 +977,34 @@ Prelude> :set -fno-glasgow-exts a static one, but in fact it works to set it using :set like this. The changes won't take effect until the next :load, though.) + + Two command-line options control whether the + .ghci files are read: + + + + + + + + Don't read either ./.ghci or + $HOME/.ghci when starting up. + + + + + + + + Read .ghci and + $HOME/.ghci. This is normally the + default, but the option may + be used to override a previous + option. + + + +