issues Search Results · repo:szermatt/emacs-bash-completion language:"Emacs Lisp"
Filter by
48 results
(102 ms)48 results
inszermatt/emacs-bash-completion (press backspace or delete to remove)With the latest update, using TAB to complete causes the prompt to be inserted into the buffer. I ve tracked this down
to my particular PS1 which uses a parse_git_branch function to insert the current ...
ctanis
- 2
- Opened 8 days ago
- #80
Hi,
I sadly don t have a reproducer at hand, but this is something I see somewhat regularly in my Emacs 30.1 (and before
that, in Emacs 29 as well); sometimes just pressing RET (enter) without any command ...
apteryks
- 6
- Opened 9 days ago
- #79
Greetings,
In my .bashrc I install a DEBUG trap to run some logic before my prompt is executed. In particular, it s useful to me to
measure how long a command has been taking in order to fully execute. ...
noxdafox
- 2
- Opened on Jun 15
- #78
Hi,
When using this package, configured with the following in my ~/.emacs file:
(autoload bash-completion-dynamic-complete
bash-completion
BASH completion hook )
(add-hook shell-dynamic-complete-functions ...
apteryks
- 5
- Opened on Apr 22
- #77
Regular completion works, e.g. at a shell with ls d + TAB:
commandline: EOF
if type __ebcpre /dev/null; then __ebcpre; __EBCWRAPPER= COMP_LINE= \ ls d \ ; COMP_POINT=$(( 1 + ${#COMP_LINE} )); ...
johngavingraham
- 7
- Opened on Dec 12, 2024
- #75
Thanks for bash-completion.el. I ve been using M-x shell for years, and bash-completion.el has been a key part of that
workflow.
Recently, I noticed what appears to be a small bug with completion scripts ...
jwhitbeck
- 4
- Opened on Nov 18, 2024
- #74
Looks like it s related to pyenv, fix it by adding the code below in .bashrc:
# emacs-bash-completion will set this variable to t
if [ -z $EMACS_BASH_COMPLETE ]; then
eval $(pyenv init -)
eval ...
kaiwk
- Opened on Jul 3, 2024
- #72
Hi, I was trying to complete a directory path ~/Doc to ~/Documents using M-x shell, but instead I got this error
message:
commandline: EOF
__emacs_complete_pre_command; function __emacs_complete_pre_command ...
phikal
- 5
- Opened on Jun 13, 2024
- #71
I have been using this amazing package for years on Linux, but I m not able to make work on macOS with the same
configuration. It invariably reports No match. Please see the report below. Any idea? Thanks! ...
aadcg
- 4
- Opened on Mar 22, 2024
- #69

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.