Skip to content

Instantly share code, notes, and snippets.

@dhaley
Last active December 18, 2015 14:49
Show Gist options
  • Save dhaley/5799918 to your computer and use it in GitHub Desktop.
Save dhaley/5799918 to your computer and use it in GitHub Desktop.
php-extras backtrace
Debugger entered--Lisp error: (void-variable php-extras-insert-previous-variable-key)
(lookup-key php-mode-map php-extras-insert-previous-variable-key)
(eq (lookup-key php-mode-map php-extras-insert-previous-variable-key) (quote php-extras-insert-previous-variable))
(if (eq (lookup-key php-mode-map php-extras-insert-previous-variable-key) (quote php-extras-insert-previous-variable)) (progn (define-key php-mode-map php-extras-insert-previous-variable-key (quote undefined))))
(progn (if (eq (lookup-key php-mode-map php-extras-insert-previous-variable-key) (quote php-extras-insert-previous-variable)) (progn (define-key php-mode-map php-extras-insert-previous-variable-key (quote undefined)))) (define-key php-mode-map value (quote php-extras-insert-previous-variable)))
(if (boundp (quote php-mode-map)) (progn (if (eq (lookup-key php-mode-map php-extras-insert-previous-variable-key) (quote php-extras-insert-previous-variable)) (progn (define-key php-mode-map php-extras-insert-previous-variable-key (quote undefined)))) (define-key php-mode-map value (quote php-extras-insert-previous-variable))))
(lambda (symbol value) (if (boundp (quote php-mode-map)) (progn (if (eq (lookup-key php-mode-map php-extras-insert-previous-variable-key) (quote php-extras-insert-previous-variable)) (progn (define-key php-mode-map php-extras-insert-previous-variable-key (quote undefined)))) (define-key php-mode-map value (quote php-extras-insert-previous-variable)))) (set-default symbol value))(php-extras-insert-previous-variable-key [(control c) (control $)])
custom-initialize-reset(php-extras-insert-previous-variable-key [(control c) (control $)])
custom-declare-variable(php-extras-insert-previous-variable-key [(control c) (control $)] "Key sequence for `php-extras-insert-previous-variable'." :group php :set (lambda (symbol value) (if (boundp (quote php-mode-map)) (progn (if (eq (lookup-key php-mode-map php-extras-insert-previous-variable-key) (quote php-extras-insert-previous-variable)) (progn (define-key php-mode-map php-extras-insert-previous-variable-key (quote undefined)))) (define-key php-mode-map value (quote php-extras-insert-previous-variable)))) (set-default symbol value)) :type key-sequence)
eval-buffer(#<buffer *load*> nil "/Users/daha1836/.emacs.d/site-lisp/php-extras/php-extras.el" nil t) ; Reading at buffer position 2710
load-with-code-conversion("/Users/daha1836/.emacs.d/site-lisp/php-extras/php-extras.el" "/Users/daha1836/.emacs.d/site-lisp/php-extras/php-extras.el" nil t)
require(php-extras)
eval((require (quote php-extras)))
pp-eval-expression((require (quote php-extras)))
pp-eval-last-sexp(nil)
call-interactively(pp-eval-last-sexp nil nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment