Created
November 18, 2012 12:24
-
-
Save johnbendi/4104953 to your computer and use it in GitHub Desktop.
package.el error
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: (error "Trying to parse HTTP response code in odd buffer: *http marmalade-repo.org:80*-968649") | |
signal(error ("Trying to parse HTTP response code in odd buffer: *http marmalade-repo.org:80*-968649")) | |
error("Trying to parse HTTP response code in odd buffer: %s" " *http marmalade-repo.org:80*-968649") | |
url-http-parse-response() | |
package-handle-response() | |
package--download-one-archive(("marmalade" . "http://marmalade-repo.org/packages/") "archive-contents") | |
#[nil "\301\302\"\207" [archive package--download-one-archive "archive-contents"] 3]() | |
package-refresh-contents() | |
call-interactively(package-refresh-contents record nil) | |
command-execute(package-refresh-contents record) | |
(progn (setq prefix-arg current-prefix-arg) (command-execute chosen-item (quote record))) | |
(unwind-protect (progn (setq prefix-arg current-prefix-arg) (command-execute chosen-item (quote record))) (smex-rank chosen-item) (smex-show-key-advice chosen-item) (run-at-time 0.01 nil (function (lambda (cmd) (setq last-repeatable-command cmd))) chosen-item)) | |
(if smex-custom-action (let ((action smex-custom-action)) (setq smex-custom-action nil) (funcall action chosen-item)) (unwind-protect (progn (setq prefix-arg current-prefix-arg) (command-execute chosen-item (quote record))) (smex-rank chosen-item) (smex-show-key-advice chosen-item) (run-at-time 0.01 nil (function (lambda (cmd) (setq last-repeatable-command cmd))) chosen-item))) | |
(let ((chosen-item (intern (smex-completing-read commands initial-input)))) (if smex-custom-action (let ((action smex-custom-action)) (setq smex-custom-action nil) (funcall action chosen-item)) (unwind-protect (progn (setq prefix-arg current-prefix-arg) (command-execute chosen-item (quote record))) (smex-rank chosen-item) (smex-show-key-advice chosen-item) (run-at-time 0.01 nil (function (lambda (cmd) (setq last-repeatable-command cmd))) chosen-item)))) | |
smex-read-and-run(("package-list-packages" "package-list-packages-no-fetch" "inferior-haskell-load-and-run" "nrepl-clear-output" "load-theme" "eshell" "nrepl-set-ns" "ecb-activate" "ecb-show-layout-help" "server-start" "ansi-term" "clojure-jack-in" "ecb-deactivate" "nrepl-jack-in" "ecb-toggle-enlarged-compilation-window" "shell" "ecb-hide-ecb-windows" "kill-emacs" "nrepl-interrupt" "nrepl" "speedbar" "ecb-toggle-compile-window" "ecb-show-ecb-windows" "slime-connect" "ecb-store-window-sizes" "recover-this-file" "ecb-add-source-path" "info" "vi-mode" "ecb-change-layout" "load-file" "browse-url" "run-python" "clojure-mode" "package-install" "ecb-byte-compile" "byte-compile-file" "browse-url-firefox" "byte-recompile-file" "ielm" "slime-mode" "org-version" "ecb-customize" "make-directory" "term-send-input" "java-docs-lookup" "browse-url-elinks" "comint-send-input" "ecb-delete-source" "open-java-project" ...)) | |
(if (smex-already-running) (smex-update-and-rerun) (and smex-auto-update (smex-detect-new-commands) (smex-update)) (smex-read-and-run smex-ido-cache)) | |
smex() | |
call-interactively(smex nil nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment