Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open file does not work (C-x f ) #31

Open
cneira opened this issue Feb 13, 2017 · 5 comments
Open

Open file does not work (C-x f ) #31

cneira opened this issue Feb 13, 2017 · 5 comments

Comments

@cneira
Copy link

cneira commented Feb 13, 2017

Hi,

When trying to open a file a list of completions is shown on the minibuffer but when trying to choose one, the following message appears :

switch-to-prev-buffer: Window #<window 17 on ECB Methods> is dedicated to buffer Completions [3 times]

This is a showstopper.

I'm using emacs 25 and ECB from git.

Bests

@mgavin
Copy link

mgavin commented Feb 27, 2017

I've gone ahead and turned off completion auto help, (setq completion-auto-help nil) , when using ecb with emacs 25.1, so that I don't get stuck in the minibuffer.

I'm not sure what's causing the issue, besides completion and ecb handling buffers, but this is my workaround for now.

@jolhoeft
Copy link

I am seeing a similar issue with completions in the mini-buffer:

Error during redisplay: (eval (car (ecb-mode-line-make-modeline-str (format " W-%d" (1- (ecb-window-in-window-list-number (ecb-canonical-windows-list)))) ecb-mode-line-win-nr-face))) signaled (wrong-type-argument number-or-marker-p nil) [3 times]

I'm running emacs 25.2.2 under Ubuntu 17.10

@jolhoeft
Copy link

That error message appears to be from line 311 of ecb-mode-line.el

@jolhoeft
Copy link

Setting ecb-mode-line-display-window-number to nil disabled the call above, but the breakage in the completion buffer was the same, so I don't think that is related.

@mbfbsae90
Copy link

mbfbsae90 commented Mar 11, 2020

was there a solution to this? I still see this issue with 25.3.1

Fails also with doing M-x describe-variable and typing ecb and 2 tabs...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants