Last active
December 18, 2015 14:49
-
-
Save dhaley/5799918 to your computer and use it in GitHub Desktop.
php-extras backtrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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