Skip to content

Instantly share code, notes, and snippets.

@devn
Created December 18, 2009 00:35
Show Gist options
  • Select an option

  • Save devn/259159 to your computer and use it in GitHub Desktop.

Select an option

Save devn/259159 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (wrong-type-argument listp :after)
eieio-defmethod(initialize-instance (:after ((this rudel-socket-owner) &rest slots) "Attach THIS to as process object of our socket." (with-slots (socket) this (rudel-set-process-object socket this))))
(defmethod initialize-instance :after ((this rudel-socket-owner) &rest slots) "Attach THIS to as process object of our socket." (with-slots (socket) this (rudel-set-process-object socket this)))
eval-buffer(#<buffer *load*<5>> nil "/home/defn/src/rudel/rudel-util.el" nil t) ; Reading at buffer position 2998
load-with-code-conversion("/home/defn/src/rudel/rudel-util.el" "/home/defn/src/rudel/rudel-util.el" nil t)
require(rudel-util)
eval-buffer(#<buffer *load*<4>> nil "/home/defn/src/rudel/rudel.el" nil t) ; Reading at buffer position 1290
load-with-code-conversion("/home/defn/src/rudel/rudel.el" "/home/defn/src/rudel/rudel.el" nil t)
require(rudel)
eval-buffer(#<buffer *load*<3>> nil "/home/defn/src/rudel/rudel-mode.el" nil t) ; Reading at buffer position 1542
load-with-code-conversion("/home/defn/src/rudel/rudel-mode.el" "/home/defn/src/rudel/rudel-mode.el" nil t)
require(rudel-mode)
eval-buffer(#<buffer *load*<2>> nil "/home/defn/.emacs.d/init.el" nil t) ; Reading at buffer position 3147
load-with-code-conversion("/home/defn/.emacs.d/init.el" "/home/defn/.emacs.d/init.el" nil nil)
load("~/.emacs.d/init.el")
eval-buffer(#<buffer *load*> nil "/home/defn/.emacs" nil t) ; Reading at buffer position 28
load-with-code-conversion("/home/defn/.emacs" "/home/defn/.emacs" t t)
load("~/.emacs" t t)
#[nil "\205\264 \306=\203\307\310Q\2027 \311=\2033\312\307\313\314#\203#\315\2027\312\307\313\316#\203/\317\2027\315\2027\307\320Q\321\322\n\321\211#\210 \321=\203_\323\324\325\307\326Q!\"\322\f\321\211#\210 \321=\203^\n) \203\244\327 !\330\232\203\244\331 !\211\332P\"\333\"!\203\200\"\202\213\333 !\203\212 \202\213\313\211\203\243\334 \"\203\241\335\336 #\210\337\340!\210 *#?\205\263\313$\322\341\321\211#))\207" [init-file-user system-type user-init-file-1 user-init-file otherfile source ms-dos "~" "/_emacs" windows-nt directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/_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" alt inhibit-default-init inhibit-startup-screen] 7]()
command-line()
normal-top-level()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment