From 38edeed4f74cc7e9487f1911058f359812b34dd8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 13 Aug 2001 16:33:12 +0000 Subject: [PATCH] [project @ 2001-08-13 16:33:12 by simonmar] document -ignore-dot-ghci and -read-dot-ghci --- ghc/docs/users_guide/ghci.sgml | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) 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. + + + + -- 1.7.10.4