branch: elpa/bash-completion
commit 7697f1a87c9260c12fcaa3915f66d631853d4227
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>
comments about tried systems
---
bash-completion.el | 18 ++++++++++++++++++
bash-completion_test.el | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/bash-completion.el b/bash-completion.el
index fe92ce7363..3419ffb127 100644
--- a/bash-completion.el
+++ b/bash-completion.el
@@ -21,6 +21,24 @@
;;
;; Interactive command:
;; 'bash-completion-reset`
+;;
+;; Tried on:
+;;
+;; Emacs:
+;;
+;; GNU Emacs 22.3.1 (Aquamacs 1.7)
+;; GNU Emacs 22.1.1 (OSX 10.5)
+;; GNU Emacs 22.1.1 (Ubuntu Dapper)
+;; GNU Emacs 23.0.94.1 (custom build)
+;; Workaround for this version: Disable minibuffer messages.
+;; (defun minibuffer-message (message &rest args))
+;;
+;;
+;; Environments:
+;; OSX 10.5
+;; Ubuntu 8.04
+;; Ubuntu 8.10
+;;
;;; History:
;;
diff --git a/bash-completion_test.el b/bash-completion_test.el
index 91f0a97ea8..b00251e906 100644
--- a/bash-completion_test.el
+++ b/bash-completion_test.el
@@ -573,7 +573,7 @@ garbage
("bash-completion execute wordbreak completion"
(bash-completion_test-with-shell
(let ((start (point)))
- (insert "export PATH=/sbin:/b")
+ (insert "export PATH=/sbin:/bi")
(bash-completion-dynamic-complete)))
"export PATH=/sbin:/bin/")