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

I often got this error as following: #77

Closed
ltn614 opened this issue Mar 13, 2014 · 7 comments
Closed

I often got this error as following: #77

ltn614 opened this issue Mar 13, 2014 · 7 comments

Comments

@ltn614
Copy link

ltn614 commented Mar 13, 2014

No description provided.

@ltn614
Copy link
Author

ltn614 commented Mar 13, 2014

byte-code: Can't expand minibuffer to full frameError during redisplay: (eval undecided-unix) signaled (void-variable undecided-unix)

@ltn614
Copy link
Author

ltn614 commented Mar 13, 2014

like I simplely run the cmd : M-x help-with-tutorial-spec-language, it complains about:
byte-code: Can't expand minibuffer to full frame, Can U help me with that ?

@redguardtoo
Copy link
Owner

sorry, I can't. I also see this error happens sometimes. I just ignore it and retry. It looks is related to emacs version.

@ltn614
Copy link
Author

ltn614 commented Mar 13, 2014

I doubt that because when I use purcell‘s config or my old config I didn't get this issue while the emacs still the same version.

@redguardtoo
Copy link
Owner

add below code into .emacs, if it still exists, report bug at helm, it's helm issue.

(helm-mode 1)

(setq helm-completing-read-handlers-alist
      '((describe-function . ido)
        (describe-variable . ido)
        (debug-on-entry . helm-completing-read-symbols)
        (find-function . helm-completing-read-symbols)
        (find-tag . helm-completing-read-with-cands-in-buffer)
        (ffap-alternate-file . nil)
        (tmm-menubar . nil)
        (dired-do-copy . nil)
        (dired-do-rename . nil)
        (dired-create-directory . nil)
        (find-file . ido)
        (copy-file-and-rename-buffer . nil)
        (rename-file-and-buffer . nil)
        (w3m-goto-url . nil)
        (ido-find-file . nil)
        (ido-edit-input . nil)
        (mml-attach-file . ido)
        (read-file-name . nil)
        (yas/compile-directory . ido)
        (execute-extended-command . ido)
        (help-with-tutorial-spec-language . ido)
        (help-with-tutorial . ido)
        (read-language-name . ido)
        (minibuffer-completion-help . ido)
        (wg-load . ido)
        (rgrep . ido)
        (read-directory-name . ido)
        ))

@redguardtoo
Copy link
Owner

I reported to helm author and it's solved. please upgrade your helm and set up it (there is still some minor issue need be work arounded). anyway, check my commit for details:
0bd75f1 helm has issue with minibuffer (Chen Bin)

Here is the bug report on emacs-helm/helm#448

For helm setup, all you need is just one line, search
(help-with-tutorial . ido) in my init-helm.el

@ltn614 ltn614 mentioned this issue Mar 16, 2014
Closed
@redguardtoo
Copy link
Owner

Now we finally figured out, it's another package popwin.el which hooked helm function. I just remove it and everything fine now,

69bdc0c remove popwin because which has issue with helm (Chen Bin)

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

2 participants