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

Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 2) 0) #22

Open
mambolevis opened this issue Feb 27, 2018 · 0 comments
Open

Comments

@mambolevis
Copy link

Hi,

Using the following configuration, the following message is show: (wrong-number-of-arguments (1 . 2) 0)

(use-package company-jedi
  :ensure t
  :defer t
  :preface
  (add-hook 'python-mode-hook #'company-jedi)
  :config
  ;;(add-to-list 'company-backends 'company-jedi)
  (add-to-list 'company-backends
               (company-mode/backend-with-yas 'company-jedi)))

Here the complete Backtrace

Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 2) 0)
  company-jedi()
  run-hooks(change-major-mode-after-body-hook prog-mode-hook python-mode-hook)
  apply(run-hooks (change-major-mode-after-body-hook prog-mode-hook python-mode-hook))
  run-mode-hooks(python-mode-hook)
  python-mode()
  set-auto-mode-0(python-mode nil)
  set-auto-mode()
  normal-mode(t)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer basics_test.py> "d:/Developer/21_Python/py35/01_learning/basics_test.py" nil nil "d:/Developer/21_Python/py35/01_learning/basics_test.py" (29554872555126583 3434343376))
  find-file-noselect("d:/Developer/21_Python/py35/01_learning/basics_test.py" nil nil nil)
  find-file("d:/Developer/21_Python/py35/01_learning/basics_test.py")
  dired-find-file()
  funcall-interactively(dired-find-file)
  call-interactively(dired-find-file nil nil)
  command-execute(dired-find-file)

Emacs version: GNU Emacs 26.0.91 (build 1, x86_64-w64-mingw32) of 2018-02-26
OS: Windows 10

Thanks

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

No branches or pull requests

1 participant