Created
March 8, 2009 20:11
-
-
Save wfarr/75885 to your computer and use it in GitHub Desktop.
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: (wrong-type-argument sequencep item\.condition\.temp) | |
| coerce(item\.condition\.temp string) | |
| (lambda (x) (coerce x (quote string)))(item\.condition\.temp) | |
| mapcar((lambda (x) (coerce x (quote string))) (item\.condition\.temp weather\.forecast location=30332)) | |
| (let ((query-args ...)) query-args) | |
| (test (quote select) item\.condition\.temp weather\.forecast location=30332) | |
| eval((test (quote select) item\.condition\.temp weather\.forecast location=30332)) | |
| eval-last-sexp-1(t) | |
| eval-last-sexp(t) | |
| eval-print-last-sexp() | |
| call-interactively(eval-print-last-sexp nil nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment