You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-19
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ Bash completion for Emacs:
13
13
- is configurable through programmable bash completion
14
14
- works on remote shells, through TRAMP.
15
15
16
-
However, bash-completion.el only works with bash. If you run
17
-
other shells or other interactive programs that support completion,
18
-
bash-completion will not be able to help.
16
+
However, bash-completion.el only works with bash. If you run
17
+
other shells or other interactive programs that support completion,
18
+
bash-completion will not be able to help.
19
19
20
-
A more powerful alternative to bash-completion.el is [MisTTY],
21
-
as it works with all shells and most interactive programs that support
22
-
completion. On the other hand, MisTTY cannot integrate with Emacs
23
-
completion and is not able to provide completion in shell-command
24
-
prompts nor in eshell mode.
20
+
A more powerful alternative to bash-completion.el is [MisTTY],
21
+
as it works with all shells and most interactive programs that support
22
+
completion. On the other hand, MisTTY cannot integrate with Emacs
23
+
completion and is not able to provide completion in shell-command
24
+
prompts nor in eshell mode.
25
25
26
-
> [!NOTE]
26
+
> [!NOTE]
27
27
> While I'm still maintaining bash-completion.el, I've switched
28
28
> to [MisTTY] for day-to-day operation, so that package is more
29
29
> likely to receive updates. -- szermatt
@@ -115,25 +115,29 @@ the following:
115
115
116
116
* Does bash behave differently when run outside of Emacs? If not, check
117
117
your shell configuration.
118
-
* Call `M-x bash-completion-debug` and look at the `output-buffer`
119
-
section. Does it match the expected set of completion? If yes,
120
-
it might be a display problem. Are you using a completion engine
121
-
other than the default, such as ivy or helm? Try turning it off to
122
-
confirm, then [file a bug][new_issue]
123
-
* If all else fails, [file a bug][new_issue]. Please include the output
118
+
* Call `M-x bash-completion-debug` and look at the `output-buffer`
119
+
section. Does it match the expected set of completion? If yes,
120
+
it might be a display problem. Are you using a completion engine
121
+
other than the default, such as ivy or helm? Try turning it off to
122
+
confirm, then [file a bug][new_issue].
123
+
* If all else fails, [file a bug][new_issue]. Please include the output
124
124
of `M-x bash-completion-debug`, the command you're trying to use
125
125
and the function or package providing completion for that command and
126
-
where to download it.
126
+
where to download it.
127
127
128
128
## CONTRIBUTING
129
129
130
-
To report bugs, features or even to ask questions, please open an [issue](https://github.com/szermatt/emacs-bash-completion/issues). To contribute code or documentation, please open a [pull request](https://github.com/szermatt/emacs-bash-completion/pulls).
130
+
To report bugs, features or even to ask questions, please open an
131
+
[issue][issues]. To contribute code or documentation, please open a
132
+
[pull request][pull-requests].
131
133
132
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
134
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
133
135
134
136
## COMPATIBILITY
135
137
136
138
bash-completion.el is known to work with Bash 4.2 and later and Bash
137
-
5, on Emacs, starting with version 25.3, under Linux and OSX.
139
+
5, on Emacs, starting with version 25.3, under Linux and OSX.
0 commit comments