emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bash-completion 9588a9c0dd 125/313: Updated README


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 9588a9c0dd 125/313: Updated README
Date: Sat, 3 Dec 2022 10:59:23 -0500 (EST)

branch: elpa/bash-completion
commit 9588a9c0ddf18f9869d4145a67e6446a4b66eba2
Author: Stephane Zermatten <szermatt@gmx.net>
Commit: Stephane Zermatten <szermatt@gmx.net>

    Updated README
---
 README.md | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/README.md b/README.md
index f2e6081da4..3826a81355 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,6 @@
 bash-completion.el defines dynamic completion hooks for shell-mode and
 shell-command prompts that are based on bash completion.
 
-You will need shell-command.el to get tab completion in the
-minibuffer. See 
[http://www.namazu.org/~tsuchiya/elisp/shell-command.el](http://www.namazu.org/~tsuchiya/elisp/shell-command.el)
-
 Bash completion for emacs:
 
 - is aware of bash builtins, aliases and functions
@@ -33,8 +30,6 @@ shell-command prompts.
           "BASH completion hook")
         (add-hook 'shell-dynamic-complete-functions
           'bash-completion-dynamic-complete)
-        (add-hook 'shell-command-complete-functions
-          'bash-completion-dynamic-complete)
 
   or simpler, but forces you to load this file at startup:
 
@@ -100,20 +95,5 @@ important disadvantages:
 
 ## COMPATIBILITY
 
-bash-completion.el is quite sensitive to the OS and BASH version.
-This package is known to work on the following environment:
-
-- GNU Emacs 22.3.1 (Aquamacs 1.7)
-- GNU Emacs 22.1.1 (OSX 10.5)
-- GNU Emacs 22.1.1 (Ubuntu 8.04)
-- GNU Emacs 23.0.94.1 (Ubuntu 8.10)
-- GNU Emacs 24.1.1 (OSX 10.7)
-- GNU Emacs 24.1.1 (OSX 10.8)
-
-and using the following bash versions:
-
-- BASH 3.2.17
-- BASH 3.2.32
-- BASH 3.2.39
-
-bash-completion.el does not works on XEmacs.
+bash-completion.el is known to work on Emacs 22 through 24.4 under
+Linux and OSX. It does not works on XEmacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]