bling / dotvim

lean & mean vim distribution
428 stars 82 forks source link

Emacs Init Error #11

Closed LukeMauldin closed 10 years ago

LukeMauldin commented 10 years ago

Cloned dotemacs directory into ~/.emacs.d Received error below. Running Emacs 24.3 on Xbunutu 14.04.

Debugger entered--Lisp error: (wrong-number-of-arguments quote 10) (quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode) eval((quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode)) custom-initialize-reset(dotemacs-evil-emacs-state-modes (quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode)) custom-declare-variable(dotemacs-evil-emacs-state-modes (quote special-mode eshell-mode comint-mode project-explorer-mode git-commit-mode diff-mode custom-mode dired-mode calendar-mode help-mode) "List of modes where Evil should start up in Emacs state." :type (repeat (symbol)) :group dotemacs) eval-buffer(#<buffer load-550218> nil "/home/lmauldin/.emacs.d/config/init-evil.el" nil t) ; Reading at buffer position 1219 load-with-code-conversion("/home/lmauldin/.emacs.d/config/init-evil.el" "/home/lmauldin/.emacs.d/config/init-evil.el" nil t) require(init-evil) (while --dolist-tail-- (setq module (car --dolist-tail--)) (require module) (setq --dolist-tail-- (cdr --dolist-tail--))) (let ((--dolist-tail-- dotemacs-modules) module) (while --dolist-tail-- (setq module (car --dolist-tail--)) (require module) (setq --dolist-tail-- (cdr --dolist-tail--)))) (progn (let ((--dolist-tail-- dotemacs-modules) module) (while --dolist-tail-- (setq module (car --dolist-tail--)) (require module) (setq --dolist-tail-- (cdr --dolist-tail--))))) eval-buffer(#<buffer load> nil "/home/lmauldin/.emacs.d/init.el" nil t) ; Reading at buffer position 1284 load-with-code-conversion("/home/lmauldin/.emacs.d/init.el" "/home/lmauldin/.emacs.d/init.el" t t) load("/home/lmauldin/.emacs.d/init" t t)

[0 "\205\262 \306=\203\307\310Q\202; \311=\204\307\312Q\202;\313\307\314\315#\203*\316\202;\313\307\314\317#\203:\320\nB\321\202;\316\322\323\322\211#\210 \322=\203a\324\325\326\307\327Q!\"\323\322\211#\210 \322=\203\210 \203\243\330 !\331\232\203\243\332 !\211\333P\334!\203}\211\202\210\334!\203\207\202\210\314\262\203\241\335 \"\203\237\336\337 #\210\340\341!\210\266\f?\205\260\314\323\342\322\211#)\262\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()

command-line() normal-top-level()

LukeMauldin commented 10 years ago

Emacs version string: GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian

bling commented 10 years ago

you were in the middle of a bad commit. grab latest and it should be resolved.

bling commented 10 years ago

and you opened the issue in the wrong project :P