summaryrefslogtreecommitdiff
path: root/src/geiser/completion.scm
AgeCommit message (Collapse)Author
2023-12-27better detection of completion prefixes for module namesjao
Fixes issue #38 (use-modules not completed at buffers) by excluding trailing parens from module name completion prefixes. Things could be better if geiser detected that in, say (use-modules (ice-9 and| one is still completing a module name (right now, it notices that `and' can be completed as a procedure/macro name), but that has always been above module name completion's paycheck.
2020-07-20geiser -> srcjao