commit 5aa0da1d617d7ba3e1a15575a9b7ae5905c14d15
parent d6bd9372eb74ce41e313318cb09cce7c2747bbc6
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 26 Nov 2021 23:56:14 +0100
Add more motivation for native Bash completions in M-x shell
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/itches/emacs/interpreters.org b/itches/emacs/interpreters.org
@@ -5,7 +5,7 @@
E.g. in most terminals, typing ~ls TAB~ in a folder with a single file
expands to ~ls that-file~.
-See [[https://debbugs.gnu.org/26661][bug#26661]].
+See [[https://debbugs.gnu.org/26661][bug#26661]], and [[https://github.com/szermatt/emacs-bash-completion/issues/45][szermatt/emacs-bash-completion!45]].
** Handle DECSC, DECRC, CUU, ED, HVP and DECSTBM console codes.
Used for APT's "Dpkg::Progress-Fancy" option, enabled by default with
the high-level apt(8) command. Silly script emulating what APT does: