all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Minibuffer completion does not work with ECB package?
@ 2015-02-11 14:01 Angelo Graziosi
  2015-02-12 14:13 ` Stefan Monnier
  2015-02-12 20:18 ` bug#19848: " Angelo Graziosi
  0 siblings, 2 replies; 8+ messages in thread
From: Angelo Graziosi @ 2015-02-11 14:01 UTC (permalink / raw)
  To: emacs-devel

It seems that minibuffer completion does not work properly if ECB 
package is installed (from MELPA with Emacs packages manager), 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 for completeness. If you 
think it regards Emacs directly (master), I will open a bug report, if 
needed.


TIA,
  Angelo.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-01-15  5:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 14:01 Minibuffer completion does not work with ECB package? Angelo Graziosi
2015-02-12 14:13 ` Stefan Monnier
2015-02-12 20:18 ` bug#19848: " Angelo Graziosi
2016-12-11 21:57   ` Thorsten Bonow
2019-11-01 23:35     ` Stefan Kangas
2019-11-29 13:09       ` Stefan Kangas
2020-01-15  5:34         ` Stefan Kangas
2020-01-15  5:56         ` Stefan Kangas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.