diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-08 20:51:28 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-03-08 20:51:28 +0100 |
commit | f2ac7abfc15fcd9584af9286cadbfc2713716b4e (patch) | |
tree | 797fed9cebc1fceb2c826814cdcaf6b5f0a7c7f9 | |
parent | 56e279b900535cf4c3b9d23a81124190592aaea2 (diff) | |
download | geiser-f2ac7abfc15fcd9584af9286cadbfc2713716b4e.tar.gz geiser-f2ac7abfc15fcd9584af9286cadbfc2713716b4e.tar.bz2 |
Guile: new option for loading ~/.guile (see issue #32681)
The new custom variable, geiser-guile-load-init-file-p, will be gone
once Guile adquires the ability to specify the path to its init file.
-rw-r--r-- | doc/repl.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/repl.texi b/doc/repl.texi index b01295d..14a9397 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -320,6 +320,15 @@ initialisation file to be loaded on start-up. The equivalent variables for Racket are @code{geiser-racket-collects} and @code{geiser-racket-init-file}. +Note, however, that specifying @code{geiser-guile-init-file} is @i{not} +equivalent to changing Guile's init file (@file{~/.guile}), because the +former is loaded using the @code{-l} flag, together with @code{-q} to +disable loading the second. But there are subtle differences in the way +Guile loads the init file vs. how it loads a file specifed via the +@code{-l} flag. If what you want is just loading @file{~/.guile}, leave +@code{geiser-guile-init-file} alone and set +@code{geiser-guile-load-init-file-p} to @code{t} instead. + @subsubheading History By default, Geiser won't record duplicates in your input history. If you |