memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 75c1aaa7ea8aaaf806f9fec9997886a6cc76e97d
parent bde4d532041c213835085a259cab0ee25bb8edfb
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 30 Dec 2022 23:42:05 +0100

Add another argument for "proper" bash completions in *shell*

Diffstat:
Mitches/emacs/interpreters.org | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/itches/emacs/interpreters.org b/itches/emacs/interpreters.org @@ -33,6 +33,7 @@ Also, in general, =*shell*= has no clue about - Bash aliases, - changes to the current working directory not triggered by an explicit ~cd~, and not announced by OSC 7, +- commands (functions, aliases) defined during the session - etc. See [[https://debbugs.gnu.org/26661][bug#26661]], and [[https://github.com/szermatt/emacs-bash-completion/issues/45][szermatt/emacs-bash-completion!45]].