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 | 5ad2dac3dcba6a760eac16b7c23dde2f19a0056c (patch) | |
tree | d2da4ff8e905dbc8c6f5c4c4ae4a5c053440f1c7 /doc/repl.texi | |
parent | 419985a0ec49deba4c5d0d22dc8b396916af28c6 (diff) | |
download | geiser-guile-5ad2dac3dcba6a760eac16b7c23dde2f19a0056c.tar.gz geiser-guile-5ad2dac3dcba6a760eac16b7c23dde2f19a0056c.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.
Diffstat (limited to 'doc/repl.texi')
-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 |