Fix for module/identifier completion in minibuffer
commit33783307abab46433ce18273f562b3a729628e8e
authorJose Antonio Ortega Ruiz <jao@gnu.org>
Mon, 29 Jan 2018 02:21:13 +0000 (29 03:21 +0100)
committerJose Antonio Ortega Ruiz <jao@gnu.org>
Mon, 29 Jan 2018 02:21:13 +0000 (29 03:21 +0100)
tree28fcb0aa985eafbc834cfcb313f65192ead1a0b4
parent3255eac184613601aa11b59fd3afd2d5ba13d12e
Fix for module/identifier completion in minibuffer

When constructing the completion table for minibuffer prompts via
`completion-table-dynamic', we were forgetting to tell emacs to
perform the completion lookup with the original (scheme) buffer as its
current buffer.  As a result, the actual completion function wasn't
able to find the REPL connection and everything when down in flames
with an exception.
elisp/geiser-completion.el