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

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

[nongnu] elpa/bash-completion 24088ede85 196/313: Explicitly mention com


From: ELPA Syncer
Subject: [nongnu] elpa/bash-completion 24088ede85 196/313: Explicitly mention compatibility with Bash 3 and 4.
Date: Sat, 3 Dec 2022 10:59:30 -0500 (EST)

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

    Explicitly mention compatibility with Bash 3 and 4.
---
 README.md          |  9 +++++++--
 bash-completion.el | 11 ++++++-----
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index d8d506abb9..1d8ee49772 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@ Unfortunately, many Emacs editing features are not available 
when
 running in term mode.  Also, term mode is not available in
 shell-command prompts.
 
+Bash completion can also be run programatically, outside of a
+shell-mode command, by calling
+`bash-completion-dynamic-complete-nocomint'
+
 ## INSTALLATION
 
 1. copy bash-completion.el into a directory that's on Emacs load-path
@@ -95,5 +99,6 @@ important disadvantages:
 
 ## COMPATIBILITY
 
-bash-completion.el is known to work on Emacs, starting with version
-24.1, under Linux and OSX. It does not work on XEmacs.
+bash-completion.el is known to work with Bash 3 and 4, on Emacs,
+starting with version 24.1, under Linux and OSX. It does not work on
+XEmacs.
diff --git a/bash-completion.el b/bash-completion.el
index 5876b1e488..ba4895a5b4 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -111,8 +111,9 @@
 ;;
 ;; COMPATIBILITY
 ;;
-;; bash-completion.el is known to work on Emacs 22 and later under
-;; Linux and OSX. It does not works on XEmacs.
+;; bash-completion.el is known to work with Bash 3 and 4, on Emacs,
+;; starting with version 24.1, under Linux and OSX. It does not work
+;; on XEmacs.
 ;;
 
 ;;; History:
@@ -147,9 +148,9 @@ BASH completion is only available in the environment for 
which
 (defcustom bash-completion-prog (executable-find "bash")
   "Name or path of the BASH executable to run for command-line completion.
 This should be either an absolute path to the BASH executable or
-the name of the bash command if it is on Emacs' PATH.  This
-should point to a recent version of BASH (BASH 3) with support
-for command-line completion."
+the name of the bash command if it is on Emacs' PATH. This should
+point to a recent version of BASH, 3 or 4, with support for
+command-line completion."
   :type '(file :must-match t)
   :group 'bash-completion)
 



reply via email to

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