David Michael <fedora....@gmail.com> writes: > * guile-readline/ice-9/readline.scm (history-file): When the HOME > environment variable is unset, use the empty string in its place.
FYI, this was discussed at <http://bugs.gnu.org/18439>, and we decided to have guile-readline put .guile_history in the current directory instead of the filesystem root when neither HOME nor GUILE_HISTORY are found in the environment. It's now pushed to stable-2.0, commit 3a3316e200ac49f0e8e9004c233747efd9f54a04. Thanks, Mark