[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67661: 30.0.50; *Completions* has started popping up for icomplete-i
From: |
Sean Whitton |
Subject: |
bug#67661: 30.0.50; *Completions* has started popping up for icomplete-in-buffer |
Date: |
Wed, 10 Jan 2024 17:55:34 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
On Tue 09 Jan 2024 at 09:12pm -06, john muhl wrote:
> This commit (d7ff14fcba6) caused an eshell test to start
> failing. It seems like the test was written to account for the
> above mentioned bug in pcomplete but wasn’t sure. Attached is
> the test output and the change in the test to fix it.
>
>
>
> --- a/test/lisp/eshell/em-cmpl-tests.el
> +++ b/test/lisp/eshell/em-cmpl-tests.el
> @@ -186,7 +186,7 @@ em-cmpl-test/file-completion/non-unique
> (save-excursion
> (goto-char (point-max))
> (forward-line -1)
> - (should (looking-at "Complete, but not unique")))))))
> + (should (looking-at "Making completion list...")))))))
>
> (ert-deftest em-cmpl-test/file-completion/glob ()
> "Test completion of file names using a glob."
Jim, does this seem reasonable?
--
Sean Whitton