Closed Apteryks closed 1 year ago
Please try with the very latest version of emacs-bash-completion from github. There have been quite some changes that makes this kind of things work that aren't included in any released versions yet. Let me know if you try it out and still see issues.
Alternatively, if you want to keep on using an older version, you can make it work if you're really careful. What you should do, in this case, is either:
M-x bash-completion-refresh
right after starting the guix shell, but before doing any completionWith the latest version emacs-bash-completion from github, there's nothing to do; it should just work.
The relevant changes have now been included into melpa 20230208.1903. You can download it from there instead of getting it using git, if you prefer.
Hi! Sounds good! I'll update the emacs-bash-completion
package to that version, and report back. Thanks!
It works great! :-) Thanks a lot for the improvements!
Hi!
This package is very useful, but I have one problem with it. I'm a GNU Guix user and when I spawn a new shell with extra dependencies such as with:
Then hitting TAB takes some time then prints
completion--some: Bash completion failed. M-x bash-completion-debug for details
.M-x bash-completion-debug
shows:I was expecting it to be able to complete the executable script in the current directory,
mountimg.sh
.Any ideas of what could be going wrong or how to improve the situation?
Thank you!