krisajenkins / evil-tabs

Integrating Vim-style tabs for Evil mode users.
MIT License
66 stars 11 forks source link

"(wrong-type-argument consp nil)" on clean installation #19

Closed zzantares closed 8 years ago

zzantares commented 8 years ago

Hi, just installing this package following README.md instructions I get an error on startup:

Debugger entered--Lisp error: (wrong-type-argument consp nil)
  byte-code("\304^H>\305^Y^Z    ^H\235\204^S^@\n    \nAB\241\210*\306\307\310\"\210\311\312^K\313\"\314\315\316\315!B\317$\207" [mode-line-format elscreen-mode-line-elm point global-map mode-line-position (elscreen-display-$
  require(elscreen)
  eval-buffer(#<buffer  *load*-393180> nil "/Users/antares/.emacs.d/elpa/evil-tabs-20160217.720/evil-tabs.el" nil t)  ; Reading at buffer position 545
  load-with-code-conversion("/Users/antares/.emacs.d/elpa/evil-tabs-20160217.720/evil-tabs.el" "/Users/antares/.emacs.d/elpa/evil-tabs-20160217.720/evil-tabs.el" nil t)
  (global-evil-tabs-mode t)
  eval-buffer(#<buffer  *load*> nil "/Users/antares/.emacs.d/init.el" nil t)  ; Reading at buffer position 19016
  load-with-code-conversion("/Users/antares/.emacs.d/init.el" "/Users/antares/.emacs.d/init.el" t t)
  load("/Users/antares/.emacs.d/init" t t)
  #[0 "^H\205\262^@ \306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312Q\202;^@\313\307\314\315#\203*^@\316\202;^@\313\307\314\317#\203:^@\320\nB^R\321\202;^@\316\322^S\323^A\322\211#\210^K\322=\203a^@\324\325\326\307^H$
  command-line()
  normal-top-level()

Let me know if you need more info, thanks.

zzantares commented 8 years ago

I'm closing this since is very likely to not be fixed, I tracked down the error and it comes from elscreen, with in turn seems to be an old package thus I'm not be bothered to report this on their side.

If any one has the same problem I highly suggest using eyebrowse-mode it ships with evil mappings that make it to behave like tabs in vim.