emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#19848: closed (Minibuffer completion does not work with ECB package?


From: GNU bug Tracking System
Subject: bug#19848: closed (Minibuffer completion does not work with ECB package?)
Date: Wed, 15 Jan 2020 05:35:02 +0000

Your message dated Wed, 15 Jan 2020 06:34:27 +0100
with message-id <address@hidden>
and subject line Re: bug#19848: Minibuffer completion does not work with ECB 
package?
has caused the debbugs.gnu.org bug report #19848,
regarding Minibuffer completion does not work with ECB package?
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
19848: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19848
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Minibuffer completion does not work with ECB package? Date: Thu, 12 Feb 2015 21:18:55 +0100 User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

(Following Stefan's suggestion: http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00790.html)

It seems that minibuffer completion does not work properly if ECB
package is installed (from MELPA, with : Options | Manage Emacs Packages), and active.

For example, if I want to strip the trailing withe spaces (M-x
delete-trailing-whitespace), I try

  M-x del<TAB>

In the minibuffer I get

Click on a completion to select it.
In this buffer, type RET to select the completion near point.

Possible completions are:
delete-backward-char    delete-blank-lines
[...]


but at this point, if I click on 'delete-trailing-whitespace', I get

  Minibuffer is not active for completion


If I try to exit with C-G, it print 'Quit', but does not exit. In short,
whatever I do I cannot exit minibuffer if not quitting Emacs.

In the above, if I change 'M-x del<TAB>' with

  M-x dele<TAB>

the completion works,

  M-x delete-

and with few other tabs I can complete the command.

I can reproduce this behavior with this minimal init.el file in ~/.emacs.d:

$ cat init.el
;;
;; ECB : Emacs Code browser setup
;;
(add-to-list 'load-path "~/.emacs.d/elpa/ecb-20140215.114")
(require 'ecb)

;; So that ECB is activated at Emacs startup
(setq ecb-auto-activate t)

;; This is suggested here:
;; http://www.patrickmin.com/linux/tip.php?name=emacs_ecb_startup
(setq ecb-tip-of-the-day nil)
(custom-set-variables '(ecb-options-version "2.40"))

Maybe the issue is in ECB, so I flagged this just for completeness.


TIA,
 Angelo.





--- End Message ---
--- Begin Message --- Subject: Re: bug#19848: Minibuffer completion does not work with ECB package? Date: Wed, 15 Jan 2020 06:34:27 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Stefan Kangas <address@hidden> writes:

> Stefan Kangas <address@hidden> writes:
>
>>> I don't think it's an Emacs bug. I think ECB chokes on the Emacs 25
>>> version of `minibuffer-completion-help' from "minibuffer.el".
>>
>> The last message here suggests that this is not an Emacs bug.  Does
>> anyone disagree with that?
>
> More information was requested, but none was given within 4 weeks, so
> I'm closing this bug.  If this is still an issue, please reply to this
> email (use "Reply to all" in your email client) and we can reopen the
> bug report.

I missed to actually close this bug.  Closing it now.

Best regards,
Stefan Kangas


--- End Message ---

reply via email to

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