Age | Commit message (Collapse) | Author |
|
|
|
I haven't fully understood why, the two versions seem at first sight
equivalent, but they're not behaving equivalently.
|
|
|
|
|
|
|
|
|
|
Thanks to Denis Golovachev for pointing this out!
|
|
|
|
|
|
|
|
|
|
|
|
This should address, for instance, issue #30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Like quitting a REPL right after opening it, or calling evaluation
functions in the wrong, non-scheme buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And we still need some fixes here when that's active, specifically for
the case when you travel to a file outside the current project: it
becomes repeless, which is a sad state.
|
|
|
|
Starting to move Guile-specific stuff to geiser-guile's
readme.org (from which we'll generate an info file, fear not).
|
|
|
|
|
|
Together with project-current as a default for the project root
function when available, now that Emacs 28 is on the horizon.
|
|
|
|
|
|
|
|
|
|
|
|
In some cases, Guile cannot figure out a signature and it comes back
as #f (:t in emacs-land), rather than a list.
|
|
It seems we were abusing comint-dynamic-complete-filename when there's
the perfectly fine comint-filename-completion.
|
|
FSVO better, but at least the code is cleaner and prompts regexps more
accurate.
|
|
|
|
Set to nil by default, which might surprise some users, if we had
enough :)
|
|
|
|
Useful specially for REPLs including a debugger, where you might want
to exit it from a scheme buffer. Bound by default to C-c C-q.
|