Stephane Zermatten
Stephane Zermatten
Hi! I haven't been able to reproduce your problem. emacs-bash-completion does modify the shell prompts temporarily, so it is possible that something went wrong and that the prompts were not...
Hi! Thank you for letting me know. I'm ok with transferring copyright assignment and dealing with the paperwork, if there's enough interest. I have to say that I personally find...
Nothing has happened so far. I haven't had much time to spend on emacs-bash-completion. Adding Emacs to ELPA or NonGNU ELPA are reasonable alternatives.
Just to be sure it's clear: I'm not opposed to making this package part of Emacs. I just haven't gotten around to it. At this point, I don't have much...
Completion in .sh files with bash-completion isn't supported by (bash-completion-setup). With (bash-completion-setup) you get completion in bash shells, started with M-x shell. Getting it to work is likely possible -...
I'm not aware of any plugins that does what you want. To do it yourself, you'd need to write an adapter: add a new completion function into`completion-at-point-functions` as described on...
Thank you for filing the bug report! If I understood the situation correctly, you started another interpreter from bash, then pressed TAB while in the prompt for that interpreter, Emacs...
Could you give more details about what you're doing and what is going wrong? Why did you write "bc.org"? Using separate bash process will leave the prompt alone, so definitely,...
Stefan Monnier has just added bash-completion NonGNU ELPA 😄 ! On my side, there's been no progress on the full integration into GNU Emacs.
> On an unrelated note, I wonder if it can be generalized to other shells and/or other programs offering completion via readline. I wish! The approach currently taken in bash-completion...