Malabarba / paradox

Project for modernizing Emacs' Package Menu. With package ratings, usage statistics, customizability, and more.
GNU General Public License v2.0
561 stars 36 forks source link

Error in process sentinel #37

Closed kaushalmodi closed 9 years ago

kaushalmodi commented 9 years ago

Hi,

I am having issues updating packages using the asynchronous option in paradox since the last one or two updates.

This error does not come up when updating packages using the regular way (still using paradox). So the problem is localized to the async option.

I thought of putting up this issue meanwhile I try to narrow down the cause.

Error:

Execute in the background? (see `paradox-execute-asynchronously') (y or n) y
error in process sentinel: paradox--report: Wrong type argument: characterp, listp
error in process sentinel: Wrong type argument: characterp, listp

I am able to recreate this error every time I try to install/update a package asynchronously.

Emacs 24.4 stable

kaushalmodi commented 9 years ago

Unable to repeat this after emacs restart.. not sure what was causing this.

Malabarba commented 9 years ago

No problem, let me know if it comes up again.

kaushalmodi commented 9 years ago

I got this issue to repeat for me. Only this time, I did toggle-debug-on-error and realized that it's the familiar \.\.\. issue that has come back haunting to me, this time on emacs 24.4.

Debugger entered--Lisp error: (wrong-type-argument characterp listp)
  mapconcat(cdr ((wrong-type-argument listp \.\.\.)) "\n ")
  paradox--report(((noquery) (async . t) (installed) (deleted) (activated) (error (wrong-type-argument listp \.\.\.))))
  run-hook-with-args(paradox--report ((noquery) (async . t) (installed) (deleted) (activated) (error (wrong-type-argument listp \.\.\.))))
  (lambda (x) (setq package-alist (pop x) package-archive-contents (pop x)) (run-hook-with-args (quote paradox-after-execute-functions) (pop x)) (paradox--post-execute-star-unstar (quote ("thierryvolpiatto/zop-to-char" "capitaomorte/yasnippet" "yoshiki/yaml-mode" "zenozeng/yafolding.el" "vibhavp/emacs-xkcd" "rejeep/wrap-region" "mhayashi1120/Emacs-wgrep" "mhayashi1120/Emacs-wgrep" "fxbois/web-mode" "k-talo/volatile-highlights.el" "benma/visual-regexp.el" "jwiegley/use-package" "rolandwalker/ucs-utils" "abo-abo/tiny" "politza/pdf-tools" "zk-phi/symon" "vermiculus/sx.el" "aaronbieber/sunshine.el" "sabof/stripe-buffer" "nonsequitur/smex" "myuhe/smartrep.el" "Fuco1/smartparens" "Bruce-Connor/smart-mode-line" "magnars/s.el" "Bruce-Connor/rich-minority" "tkf/emacs-request" "tkf/emacs-request" "edvorg/req-package" "fgallina/region-bindings-mode" "thierryvolpiatto/rectangle-utils" "Fanael/rainbow-delimiters" "bbatsov/projectile" "m2ym/popwin-el" "auto-complete/popup-el" "QBobWatson/poporg" "lunaryorn/pkg-info.el" "rolandwalker/persistent-soft" "politza/pdf-tools" "joddie/pcre2el" "sigma/pcache" "Bruce-Connor/paradox" "purcell/page-break-lines" "tj64/outshine" "tj64/outorg" "org-trello/org-trello" "chrisdone/number" "jaypei/emacs-neotree" "tj64/navi" "rolandwalker/nav-flash" "Bruce-Connor/names" ...)) (paradox--repo-alist)))((((zop-to-char [cl-struct-package-desc zop-to-char (20150124 1156) "A replacement of zap-to-char." ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/zop-to-char-20150124.1156" ((:url . "https://github.com/thierryvolpiatto/zop-to-char")) nil]) (yasnippet [cl-struct-package-desc yasnippet (20141223 303) "Yet another snippet extension for Emacs." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/yasnippet-20141223.303" ((:keywords "convenience" "emulation") (:url . "http://github.com/capitaomorte/yasnippet")) nil]) (yaml-mode [cl-struct-package-desc yaml-mode (20141125 37) "Major mode for editing YAML files" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/yaml-mode-20141125.37" ((:keywords "data" "yaml")) nil]) (yafolding [cl-struct-package-desc yafolding (20141202 2056) "Yet another folding extension for Emacs" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/yafolding-20141202.2056" ((:keywords "folding")) nil]) (xkcd [cl-struct-package-desc xkcd (20140505 511) "View xkcd from Emacs" ((json (1 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/xkcd-20140505.511" nil nil]) (wrap-region [cl-struct-package-desc wrap-region (20140116 2320) "Wrap text with punctation or tag" ((dash (1 0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/wrap-region-20140116.2320" nil nil]) (wgrep-ag [cl-struct-package-desc wgrep-ag (20141012 311) "Writable ag buffer and apply the changes to files" ((wgrep (2 1 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/wgrep-ag-20141012.311" nil nil]) (wgrep [cl-struct-package-desc wgrep (20141016 1656) "Writable grep buffer and apply the changes to files" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/wgrep-20141016.1656" nil nil]) (web-mode [cl-struct-package-desc web-mode (20150204 757) "major mode for editing web templates" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/web-mode-20150204.757" ((:keywords "languages") (:url . "http://web-mode.org")) nil]) (volatile-highlights [cl-struct-package-desc volatile-highlights (20141004 2240) "Minor mode for visual feedback on some operations." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/volatile-highlights-20141004.2240" nil nil]) (visual-regexp [cl-struct-package-desc visual-regexp (20140926 408) "A regexp/replace command for Emacs with interactive visual feedback" ((cl-lib (0 2))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/visual-regexp-20140926.408" nil nil]) (use-package [cl-struct-package-desc use-package (20150118 722) "A use-package declaration for simplifying your .emacs" ((bind-key (1 0)) (diminish (0 44))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/use-package-20150118.722" ((:keywords "dotemacs" "startup" "speed" "config" "package") (:url . "https://github.com/jwiegley/use-package")) nil]) (undo-tree [cl-struct-package-desc undo-tree (20140509 522) "Treat undo history as a tree" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/undo-tree-20140509.522" nil nil]) (ucs-utils [cl-struct-package-desc ucs-utils (20140626 534) "Utilities for Unicode characters" ((persistent-soft (0 8 8)) (pcache (0 2 3)) (list-utils (0 4 2))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/ucs-utils-20140626.534" ((:keywords "i18n" "extensions") (:url . "http://github.com/rolandwalker/ucs-utils")) nil]) (tiny [cl-struct-package-desc tiny (20150111 1032) "Quickly generate linear ranges in Emacs" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/tiny-20150111.1032" ((:url . "https://github.com/abo-abo/tiny")) nil]) (tablist [cl-struct-package-desc tablist (20150127 658) "Extended tabulated-list-mode" ((emacs (24 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/tablist-20150127.658" ((:keywords "extensions" "lisp")) nil]) (symon [cl-struct-package-desc symon (20150201 2316) "tiny graphical system monitor" ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/symon-20150201.2316" ((:url . "http://hins11.yu-yake.com/")) nil]) (sx [cl-struct-package-desc sx (20150203 1831) "StackExchange client. Ask and answer questions on Stack Overflow, Super User, and the likes" ((emacs (24 1)) (cl-lib (0 5)) (json (1 3)) (markdown-mode (2 0)) (let-alist (1 0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/sx-20150203.1831" ((:keywords "help" "hypermedia" "tools") (:url . "https://github.com/vermiculus/sx.el/")) nil]) (sunshine [cl-struct-package-desc sunshine (20150204 339) "Provide weather and forecast information." ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/sunshine-20150204.339" ((:keywords "tools" "weather") (:url . "https://github.com/aaronbieber/sunshine.el")) nil]) (stripe-buffer [cl-struct-package-desc stripe-buffer (20141208 708) "Use a different background for even and odd lines" ((cl-lib (1 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/stripe-buffer-20141208.708" ((:url . "https://github.com/sabof/stripe-buffer")) nil]) (smex [cl-struct-package-desc smex (20141210 1422) "M-x interface with Ido-style fuzzy matching." ((emacs (24))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/smex-20141210.1422" ((:keywords "convenience" "usability") (:url . "http://github.com/nonsequitur/smex/")) nil]) (smartrep [cl-struct-package-desc smartrep (20140404 1714) "Support sequential operation which omitted prefix keys." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/smartrep-20140404.1714" ((:keywords "convenience") (:url . "https://github.com/myuhe/smartrep.el")) nil]) (smart-mode-line [cl-struct-package-desc smart-mode-line (20150106 1401) "A color coded smart mode-line." ((emacs (24 3)) (dash (2 2 0)) (rich-minority (0 1))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/smart-mode-line-20150106.1401" ((:keywords "mode-line" "faces" "theme" "themes") (:url . "http://github.com/Bruce-Connor/smart-mode-line")) nil]) (smart-compile [cl-struct-package-desc smart-compile (20140622 919) "an interface to `compile'" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/smart-compile-20140622.919" nil nil]) (s [cl-struct-package-desc s (20140910 334) "The long lost Emacs string manipulation library." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/s-20140910.334" nil nil]) (rich-minority [cl-struct-package-desc rich-minority (20141225 820) "Clean-up and Beautify the list of minor-modes." ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/rich-minority-20141225.820" ((:keywords "mode-line" "faces") (:url . "http://github.com/Bruce-Connor/rich-minority")) nil]) (request-deferred [cl-struct-package-desc request-deferred (20130526 1015) "Wrap request.el by deferred" ((deferred (0 3 1)) (request (0 2 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/request-deferred-20130526.1015" nil nil]) (request [cl-struct-package-desc request (20140316 417) "Compatible layer for URL request in Emacs" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/request-20140316.417" nil nil]) (req-package [cl-struct-package-desc req-package (20141109 1208) "A use-package wrapper for package runtime dependencies management" ((use-package (1 0)) (dash (2 7 0)) (log4e (0 2 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/req-package-20141109.1208" ((:keywords "dotemacs" "startup" "speed" "config" "package") (:url . "https://github.com/edvorg/req-package")) nil]) (region-bindings-mode [cl-struct-package-desc region-bindings-mode (20140407 1514) "Enable custom bindings when mark is active." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/region-bindings-mode-20140407.1514" nil nil]) (rectangle-utils [cl-struct-package-desc rectangle-utils (20140621 2331) "Some useful rectangle functions." ((emacs (24)) (cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/rectangle-utils-20140621.2331" ((:url . "https://github.com/thierryvolpiatto/rectangle-utils")) nil]) (rainbow-mode [cl-struct-package-desc rainbow-mode (0 10) "Colorize color names in buffers" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/rainbow-mode-0.10" nil nil]) (rainbow-delimiters [cl-struct-package-desc rainbow-delimiters (20141221 925) "Highlight brackets according to their depth" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/rainbow-delimiters-20141221.925" ((:keywords "faces" "convenience" "lisp" "tools") (:url . "https://github.com/Fanael/rainbow-delimiters")) nil]) (python-mode [cl-struct-package-desc python-mode (20150117 955) "Python major mode" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/python-mode-20150117.955" nil nil]) (projectile [cl-struct-package-desc projectile (20150201 1134) "Manage and navigate projects in Emacs easily" ((dash (1 5 0)) (pkg-info (0 4))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/projectile-20150201.1134" ((:keywords "project" "convenience") (:url . "https://github.com/bbatsov/projectile")) nil]) (popwin [cl-struct-package-desc popwin (20141227 2351) "Popup Window Manager." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/popwin-20141227.2351" ((:keywords "convenience")) nil]) (popup [cl-struct-package-desc popup (20150116 1223) "Visual Popup User Interface" ((cl-lib (0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/popup-20150116.1223" ((:keywords "lisp")) nil]) (poporg [cl-struct-package-desc poporg (20140616 1453) "Pop a comment or string to an empty buffer for text editing" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/poporg-20140616.1453" nil nil]) (pkg-info [cl-struct-package-desc pkg-info (20140610 630) "Information about packages" ((epl (0 4))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pkg-info-20140610.630" nil nil]) (persistent-soft [cl-struct-package-desc persistent-soft (20140508 1341) "Persistent storage, returning nil on failure" ((pcache (0 2 3)) (list-utils (0 4 2))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/persistent-soft-20140508.1341" nil nil]) (pdf-tools [cl-struct-package-desc pdf-tools (20150204 857) "Support library for PDF documents." ((emacs (24 3)) (tablist (0 50))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pdf-tools-20150204.857" ((:keywords "files" "multimedia")) nil]) (pcre2el [cl-struct-package-desc pcre2el (20140724 36) "parse, convert, and font-lock PCRE, Emacs and rx regexps" ((cl-lib (0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pcre2el-20140724.36" nil nil]) (pcache [cl-struct-package-desc pcache (20150125 1653) "persistent caching for Emacs" ((eieio (1 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pcache-20150125.1653" nil nil]) (paradox [cl-struct-package-desc paradox (20150110 1628) "A modern Packages Menu. Colored, with package ratings, and customizable." ((emacs (24 4)) (dash (2 6 0)) (cl-lib (0 5)) (json (1 3)) (let-alist (1 0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/paradox-20150110.1628" ((:keywords "package" "packages" "mode-line") (:url . "http://github.com/Bruce-Connor/paradox")) nil]) (page-break-lines [cl-struct-package-desc page-break-lines (20141228 1130) "Display ugly ^L page breaks as tidy horizontal lines" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/page-break-lines-20141228.1130" ((:keywords "convenience" "faces") (:url . "https://github.com/purcell/page-break-lines")) nil]) (outshine [cl-struct-package-desc outshine (20141221 1805) "outline with outshine outshines outline" ((outorg (2 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/outshine-20141221.1805" ((:url . "https://github.com/tj64/outshine")) nil]) (outorg [cl-struct-package-desc outorg (20150111 626) "Org-style comment editing" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/outorg-20150111.626" ((:url . "https://github.com/tj64/outorg")) nil]) (org-trello [cl-struct-package-desc org-trello (20150127 1013) "Minor mode to synchronize org-mode buffer and trello board" ((request-deferred (0 1 0)) (deferred (0 3 2)) (s (1 9 0)) (dash (2 8 0)) (emacs (24))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/org-trello-20150127.1013" nil nil]) (org [cl-struct-package-desc org (20150202) "Outline-based notes management and organizer" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/org-20150202" nil t]) (number [cl-struct-package-desc number (20141127 1004) "Working with numbers at point." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/number-20141127.1004" nil nil]) ...) ((2048-game [cl-struct-package-desc 2048-game (20140910 2243) "play 2048 in Emacs" nil single "melpa" nil ((:url . "https://bitbucket.org/zck/2048.el")) nil]) (4clojure [cl-struct-package-desc 4clojure (20131014 1507) "Open and evaluate 4clojure.com questions" ((json (1 2)) (request (0 2 0))) single "melpa" nil ((:keywords "languages" "data")) nil]) (@ [cl-struct-package-desc @ (20140707 520) "multiple-inheritance prototype-based objects DSL" ((queue (0 1)) (emacs (24))) tar "melpa" nil ((:url . "https://github.com/skeeto/at-el")) nil]) (abc-mode [cl-struct-package-desc abc-mode (20140225 944) "Major mode for editing abc music files" nil single "melpa" nil ((:keywords "local" "docs")) nil]) (abl-mode [cl-struct-package-desc abl-mode (20140724 635) "Python TDD minor mode" nil single "melpa" nil ((:url . "http://github.com/afroisalreadyinu/abl-mode")) nil]) (ac-anaconda [cl-struct-package-desc ac-anaconda (20150115 1101) "Anaconda sources for auto-complete-mode" ((auto-complete (1 4 0)) (anaconda-mode (0 1 0)) (dash (2 6 0))) single "melpa" nil ((:url . "https://github.com/proofit404/ac-anaconda")) nil]) (ac-c-headers [cl-struct-package-desc ac-c-headers (20141231 814) "auto-complete source for C headers" ((auto-complete (1 3 1))) single "melpa" nil ((:url . "http://hins11.yu-yake.com/")) nil]) (ac-cake [cl-struct-package-desc ac-cake (20140315 929) "CakePHP Minor Mode auto-complete.el source" ((cake (1 4 2)) (auto-complete (1 4 0))) single "melpa" nil ((:url . "http://code.101000lab.org")) nil]) (ac-cake2 [cl-struct-package-desc ac-cake2 (20140320 8) "CakePHP 2 Minor Mode auto-complete.el source" ((cake2 (1 1 2)) (auto-complete (1 4 0))) single "melpa" nil ((:url . "http://code.101000lab.org")) nil]) (ac-capf [cl-struct-package-desc ac-capf (20140720 1817) "auto-complete source with completion-at-point" ((auto-complete (1 4)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/syohex/emacs-ac-capf")) nil]) (ac-cider [cl-struct-package-desc ac-cider (20141231 901) "Clojure auto-complete sources using CIDER" ((cider (0 8 0)) (auto-complete (1 4)) (cl-lib (0 3))) single "melpa" nil ((:url . "https://github.com/clojure-emacs/ac-cider") (:keywords "languages" "clojure" "nrepl" "cider" "compliment")) nil]) (ac-dabbrev [cl-struct-package-desc ac-dabbrev (20130906 518) "auto-complete.el source for dabbrev" nil single "melpa" nil nil nil]) (ac-dcd [cl-struct-package-desc ac-dcd (20141124 15) "Auto Completion source for dcd for GNU Emacs" ((auto-complete (1 3 1)) (flycheck-dmd-dub (0 7))) single "melpa" nil ((:url . "http://github.com/atilaneves/ac-dcd") (:keywords "languages")) nil]) (ac-emmet [cl-struct-package-desc ac-emmet (20131015 858) "auto-complete sources for emmet-mode's snippets" ((emmet-mode (1 0 2)) (auto-complete (1 4))) single "melpa" nil ((:url . "https://github.com/yasuyk/ac-emmet") (:keywords "completion" "convenience" "emmet")) nil]) (ac-etags [cl-struct-package-desc ac-etags (20131127 311) "etags/ctags completion source for auto-complete" ((auto-complete (1 4))) single "melpa" nil ((:url . "https://github.com/syohex/emacs-ac-etags")) nil]) (ac-geiser [cl-struct-package-desc ac-geiser (20130928 2347) "Auto-complete backend for geiser" ((geiser (0 5)) (auto-complete (1 4))) tar "melpa" nil nil nil]) (ac-haskell-process [cl-struct-package-desc ac-haskell-process (20141206 1138) "Haskell auto-complete source which uses the current haskell process" ((auto-complete (1 4)) (haskell-mode (13))) single "melpa" nil ((:keywords "languages")) nil]) (ac-helm [cl-struct-package-desc ac-helm (20140919 917) "Helm interface for auto-complete" ((helm (1 6 3)) (auto-complete (1 4 0)) (popup (0 5 0)) (cl-lib (0 5))) single "melpa" nil ((:keywords "completion" "convenience" "helm")) nil]) (ac-html [cl-struct-package-desc ac-html (20150118 2116) "auto complete source for html tags and attributes" ((auto-complete (1 4))) tar "melpa" nil ((:url . "https://github.com/cheunghy/ac-html") (:keywords "html" "auto-complete" "rails" "ruby")) nil]) (ac-html-bootstrap [cl-struct-package-desc ac-html-bootstrap (20150201 959) "auto complete bootstrap3 classes, tags and attributes" ((ac-html (0 3 0))) tar "melpa" nil ((:url . "https://github.com/osv/ac-html-bootstrap") (:keywords "html" "auto-complete" "bootstrap" "cssx")) nil]) (ac-html-csswatcher [cl-struct-package-desc ac-html-csswatcher (20150203 539) "css/less class/id completion with `ac-html'" ((ac-html (0 3))) single "melpa" nil ((:url . "https://github.com/osv/ac-html-csswatcher") (:keywords "html" "css" "less" "auto-complete")) nil]) (ac-inf-ruby [cl-struct-package-desc ac-inf-ruby (20131115 350) "Enable auto-complete in inf-ruby sessions" ((inf-ruby (2 3 2)) (auto-complete (1 4))) single "melpa" nil ((:keywords "languages" "tools")) nil]) (ac-ispell [cl-struct-package-desc ac-ispell (20140702 1553) "ispell completion source for auto-complete" ((auto-complete (1 4))) single "melpa" nil ((:url . "https://github.com/syohex/emacs-ac-ispell")) nil]) (ac-js2 [cl-struct-package-desc ac-js2 (20140809 2217) "Auto-complete source for Js2-mode, with navigation" ((js2-mode (20090723)) (skewer-mode (1 4))) tar "melpa" nil ((:url . "https://github.com/ScottyB/ac-js2")) nil]) (ac-math [cl-struct-package-desc ac-math (20141116 1327) "Auto-complete sources for input of mathematical symbols and latex tags" ((auto-complete (1 4)) (math-symbol-lists (1 0))) single "melpa" nil ((:url . "https://github.com/vitoshka/ac-math") (:keywords "latex" "auto-complete" "unicode" "symbols")) nil]) (ac-nim [cl-struct-package-desc ac-nim (20150111 26) "auto-complete source for nim" ((auto-complete (1 4)) (nim-mode (0 1 5))) single "melpa" nil ((:keywords "convenience")) nil]) (ac-octave [cl-struct-package-desc ac-octave (20150111 1708) "An auto-complete source for Octave" ((auto-complete (1 4 0))) single "melpa" nil ((:url . "https://github.com/coldnew/ac-octave") (:keywords "octave" "auto-complete" "completion")) nil]) (ac-skk [cl-struct-package-desc ac-skk (20141229 1719) "auto-complete-mode source for DDSKK a.k.a Japanese input method" ((auto-complete (1 3 1)) (ddskk (16 0 50)) (tinysegmenter (0)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/myuhe/ac-skk.el") (:keywords "convenience" "auto-complete")) nil]) (ac-slime [cl-struct-package-desc ac-slime (20141002 639) "An auto-complete source using slime completions" ((auto-complete (1 4)) (slime (2 9)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/purcell/ac-slime")) nil]) (ac-sly [cl-struct-package-desc ac-sly (20141003 11) "An auto-complete source using sly completions" ((sly (2 9)) (auto-complete (1 4)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/qoocku/ac-sly")) nil]) (ace-isearch [cl-struct-package-desc ace-isearch (20150116 230) "A seamless bridge between isearch and ace-jump-mode" ((ace-jump-mode (2 0)) (helm-swoop (1 4)) (emacs (24))) single "melpa" nil ((:url . "https://github.com/tam17aki/ace-isearch")) nil]) (ace-jump-buffer [cl-struct-package-desc ace-jump-buffer (20141107 1317) "fast buffer switching extension to `ace-jump-mode'" ((ace-jump-mode (1 0)) (dash (2 4 0))) single "melpa" nil ((:url . "https://github.com/waymondo/ace-jump-buffer")) nil]) (ace-jump-mode [cl-struct-package-desc ace-jump-mode (20140616 115) "a quick cursor location minor mode for emacs" nil single "melpa" nil ((:url . "https://github.com/winterTTr/ace-jump-mode/") (:keywords "motion" "location" "cursor")) nil]) (ace-jump-zap [cl-struct-package-desc ace-jump-zap (20141208 926) "Character zapping, `ace-jump-mode` style" ((ace-jump-mode (1 0))) single "melpa" nil ((:url . "https://github.com/waymondo/ace-jump-zap") (:keywords "convenience" "tools" "extensions")) nil]) (ace-link [cl-struct-package-desc ace-link (20150108 1324) "Quickly follow links using `ace-jump-mode'" ((ace-jump-mode (2 0))) single "melpa" nil ((:url . "https://github.com/abo-abo/ace-link") (:keywords "convenience" "links")) nil]) (ace-window [cl-struct-package-desc ace-window (20150203 730) "Quickly switch windows using `ace-jump-mode'." ((ace-jump-mode (2 0))) single "melpa" nil ((:url . "https://github.com/abo-abo/ace-window") (:keywords "cursor" "window" "location")) nil]) (achievements [cl-struct-package-desc achievements (20141114 1157) "Achievements for emacs usage." ((keyfreq (0 0 3))) tar "melpa" nil nil nil]) (ack-menu [cl-struct-package-desc ack-menu (20130312 131) "A menu-based front-end for ack" ((mag-menu (0 1 0))) single "melpa" nil ((:url . "https://github.com/chumpage/ack-menu") (:keywords "tools" "matching" "convenience")) nil]) (actionscript-mode [cl-struct-package-desc actionscript-mode (20140605 1128) "A simple mode for editing Actionscript 3 files" nil single "melpa" nil ((:keywords "language" "modes")) nil]) (addressbook-bookmark [cl-struct-package-desc addressbook-bookmark (20141205 2108) "An address book based on Standard Emacs bookmarks." ((emacs (24))) single "melpa" nil ((:url . "https://github.com/thierryvolpiatto/addressbook-bookmark")) nil]) (adoc-mode [cl-struct-package-desc adoc-mode (20150102 835) "a major-mode for editing AsciiDoc files in Emacs" ((markup-faces (1 0 0))) single "melpa" nil ((:url . "https://github.com/sensorflo/adoc-mode/wiki") (:keywords "wp" "asciidoc")) nil]) (aes [cl-struct-package-desc aes (20150117 408) "Implementation of AES" nil single "melpa" nil ((:url . "https://github.com/gaddhi/aes") (:keywords "data" "tools")) nil]) (afternoon-theme [cl-struct-package-desc afternoon-theme (20140104 1059) "Dark color theme with a deep blue background" ((emacs (24 1))) single "melpa" nil ((:url . "http://github.com/osener/emacs-afternoon-theme") (:keywords "themes")) nil]) (ag [cl-struct-package-desc ag (20150105 1314) "A front-end for ag ('the silver searcher'), the C ack replacement." ((dash (2 8 0)) (s (1 9 0)) (cl-lib (0 5))) single "melpa" nil nil nil]) (aggressive-fill-paragraph [cl-struct-package-desc aggressive-fill-paragraph (20150121 552) "A mode to automatically keep paragraphs filled" ((emacs (24 4)) (dash (2 10 0))) single "melpa" nil ((:url . "https://github.com/davidshepherd7/aggressive-fill-paragraph-mode") (:keywords "fill-paragraph" "automatic" "comments")) nil]) (aggressive-indent [cl-struct-package-desc aggressive-indent (20150202 548) "Minor mode to aggressively keep your code always indented" ((emacs (24 1)) (names (0 5)) (cl-lib (0 5))) single "melpa" nil ((:url . "http://github.com/Bruce-Connor/aggressive-indent-mode") (:keywords "indent" "lisp" "maint" "tools")) nil]) (ahg [cl-struct-package-desc ahg (20141104 551) "Alberto's Emacs interface for Mercurial (Hg)" nil single "melpa" nil ((:url . "https://bitbucket.org/agriggio/ahg")) nil]) (airplay [cl-struct-package-desc airplay (20130212 426) "Airplay bindings to Emacs" ((request (20130110 2144)) (simple-httpd (1 4 1)) (deferred (0 3 1))) tar "melpa" nil ((:url . "https://github.com/gongo/airplay-el") (:keywords "appletv" "airplay")) nil]) (alchemist [cl-struct-package-desc alchemist (20150201 2244) "Elixir tooling integration into Emacs" ((emacs (24))) tar "melpa" nil ((:url . "http://www.github.com/tonini/alchemist.el") (:keywords "languages" "mix" "elixir" "elixirc" "hex")) nil]) (alect-themes [cl-struct-package-desc alect-themes (20150107 1121) "Configurable color themes (light, dark and black) for Emacs 24" nil tar "melpa" nil nil nil]) ...) ((noquery) (async . t) (installed) (deleted) (activated) (error (wrong-type-argument listp \.\.\.)))))
  async-handle-result((lambda (x) (setq package-alist (pop x) package-archive-contents (pop x)) (run-hook-with-args (quote paradox-after-execute-functions) (pop x)) (paradox--post-execute-star-unstar (quote ("thierryvolpiatto/zop-to-char" "capitaomorte/yasnippet" "yoshiki/yaml-mode" "zenozeng/yafolding.el" "vibhavp/emacs-xkcd" "rejeep/wrap-region" "mhayashi1120/Emacs-wgrep" "mhayashi1120/Emacs-wgrep" "fxbois/web-mode" "k-talo/volatile-highlights.el" "benma/visual-regexp.el" "jwiegley/use-package" "rolandwalker/ucs-utils" "abo-abo/tiny" "politza/pdf-tools" "zk-phi/symon" "vermiculus/sx.el" "aaronbieber/sunshine.el" "sabof/stripe-buffer" "nonsequitur/smex" "myuhe/smartrep.el" "Fuco1/smartparens" "Bruce-Connor/smart-mode-line" "magnars/s.el" "Bruce-Connor/rich-minority" "tkf/emacs-request" "tkf/emacs-request" "edvorg/req-package" "fgallina/region-bindings-mode" "thierryvolpiatto/rectangle-utils" "Fanael/rainbow-delimiters" "bbatsov/projectile" "m2ym/popwin-el" "auto-complete/popup-el" "QBobWatson/poporg" "lunaryorn/pkg-info.el" "rolandwalker/persistent-soft" "politza/pdf-tools" "joddie/pcre2el" "sigma/pcache" "Bruce-Connor/paradox" "purcell/page-break-lines" "tj64/outshine" "tj64/outorg" "org-trello/org-trello" "chrisdone/number" "jaypei/emacs-neotree" "tj64/navi" "rolandwalker/nav-flash" "Bruce-Connor/names" ...)) (paradox--repo-alist))) (((zop-to-char [cl-struct-package-desc zop-to-char (20150124 1156) "A replacement of zap-to-char." ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/zop-to-char-20150124.1156" ((:url . "https://github.com/thierryvolpiatto/zop-to-char")) nil]) (yasnippet [cl-struct-package-desc yasnippet (20141223 303) "Yet another snippet extension for Emacs." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/yasnippet-20141223.303" ((:keywords "convenience" "emulation") (:url . "http://github.com/capitaomorte/yasnippet")) nil]) (yaml-mode [cl-struct-package-desc yaml-mode (20141125 37) "Major mode for editing YAML files" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/yaml-mode-20141125.37" ((:keywords "data" "yaml")) nil]) (yafolding [cl-struct-package-desc yafolding (20141202 2056) "Yet another folding extension for Emacs" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/yafolding-20141202.2056" ((:keywords "folding")) nil]) (xkcd [cl-struct-package-desc xkcd (20140505 511) "View xkcd from Emacs" ((json (1 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/xkcd-20140505.511" nil nil]) (wrap-region [cl-struct-package-desc wrap-region (20140116 2320) "Wrap text with punctation or tag" ((dash (1 0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/wrap-region-20140116.2320" nil nil]) (wgrep-ag [cl-struct-package-desc wgrep-ag (20141012 311) "Writable ag buffer and apply the changes to files" ((wgrep (2 1 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/wgrep-ag-20141012.311" nil nil]) (wgrep [cl-struct-package-desc wgrep (20141016 1656) "Writable grep buffer and apply the changes to files" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/wgrep-20141016.1656" nil nil]) (web-mode [cl-struct-package-desc web-mode (20150204 757) "major mode for editing web templates" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/web-mode-20150204.757" ((:keywords "languages") (:url . "http://web-mode.org")) nil]) (volatile-highlights [cl-struct-package-desc volatile-highlights (20141004 2240) "Minor mode for visual feedback on some operations." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/volatile-highlights-20141004.2240" nil nil]) (visual-regexp [cl-struct-package-desc visual-regexp (20140926 408) "A regexp/replace command for Emacs with interactive visual feedback" ((cl-lib (0 2))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/visual-regexp-20140926.408" nil nil]) (use-package [cl-struct-package-desc use-package (20150118 722) "A use-package declaration for simplifying your .emacs" ((bind-key (1 0)) (diminish (0 44))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/use-package-20150118.722" ((:keywords "dotemacs" "startup" "speed" "config" "package") (:url . "https://github.com/jwiegley/use-package")) nil]) (undo-tree [cl-struct-package-desc undo-tree (20140509 522) "Treat undo history as a tree" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/undo-tree-20140509.522" nil nil]) (ucs-utils [cl-struct-package-desc ucs-utils (20140626 534) "Utilities for Unicode characters" ((persistent-soft (0 8 8)) (pcache (0 2 3)) (list-utils (0 4 2))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/ucs-utils-20140626.534" ((:keywords "i18n" "extensions") (:url . "http://github.com/rolandwalker/ucs-utils")) nil]) (tiny [cl-struct-package-desc tiny (20150111 1032) "Quickly generate linear ranges in Emacs" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/tiny-20150111.1032" ((:url . "https://github.com/abo-abo/tiny")) nil]) (tablist [cl-struct-package-desc tablist (20150127 658) "Extended tabulated-list-mode" ((emacs (24 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/tablist-20150127.658" ((:keywords "extensions" "lisp")) nil]) (symon [cl-struct-package-desc symon (20150201 2316) "tiny graphical system monitor" ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/symon-20150201.2316" ((:url . "http://hins11.yu-yake.com/")) nil]) (sx [cl-struct-package-desc sx (20150203 1831) "StackExchange client. Ask and answer questions on Stack Overflow, Super User, and the likes" ((emacs (24 1)) (cl-lib (0 5)) (json (1 3)) (markdown-mode (2 0)) (let-alist (1 0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/sx-20150203.1831" ((:keywords "help" "hypermedia" "tools") (:url . "https://github.com/vermiculus/sx.el/")) nil]) (sunshine [cl-struct-package-desc sunshine (20150204 339) "Provide weather and forecast information." ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/sunshine-20150204.339" ((:keywords "tools" "weather") (:url . "https://github.com/aaronbieber/sunshine.el")) nil]) (stripe-buffer [cl-struct-package-desc stripe-buffer (20141208 708) "Use a different background for even and odd lines" ((cl-lib (1 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/stripe-buffer-20141208.708" ((:url . "https://github.com/sabof/stripe-buffer")) nil]) (smex [cl-struct-package-desc smex (20141210 1422) "M-x interface with Ido-style fuzzy matching." ((emacs (24))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/smex-20141210.1422" ((:keywords "convenience" "usability") (:url . "http://github.com/nonsequitur/smex/")) nil]) (smartrep [cl-struct-package-desc smartrep (20140404 1714) "Support sequential operation which omitted prefix keys." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/smartrep-20140404.1714" ((:keywords "convenience") (:url . "https://github.com/myuhe/smartrep.el")) nil]) (smart-mode-line [cl-struct-package-desc smart-mode-line (20150106 1401) "A color coded smart mode-line." ((emacs (24 3)) (dash (2 2 0)) (rich-minority (0 1))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/smart-mode-line-20150106.1401" ((:keywords "mode-line" "faces" "theme" "themes") (:url . "http://github.com/Bruce-Connor/smart-mode-line")) nil]) (smart-compile [cl-struct-package-desc smart-compile (20140622 919) "an interface to `compile'" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/smart-compile-20140622.919" nil nil]) (s [cl-struct-package-desc s (20140910 334) "The long lost Emacs string manipulation library." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/s-20140910.334" nil nil]) (rich-minority [cl-struct-package-desc rich-minority (20141225 820) "Clean-up and Beautify the list of minor-modes." ((cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/rich-minority-20141225.820" ((:keywords "mode-line" "faces") (:url . "http://github.com/Bruce-Connor/rich-minority")) nil]) (request-deferred [cl-struct-package-desc request-deferred (20130526 1015) "Wrap request.el by deferred" ((deferred (0 3 1)) (request (0 2 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/request-deferred-20130526.1015" nil nil]) (request [cl-struct-package-desc request (20140316 417) "Compatible layer for URL request in Emacs" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/request-20140316.417" nil nil]) (req-package [cl-struct-package-desc req-package (20141109 1208) "A use-package wrapper for package runtime dependencies management" ((use-package (1 0)) (dash (2 7 0)) (log4e (0 2 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/req-package-20141109.1208" ((:keywords "dotemacs" "startup" "speed" "config" "package") (:url . "https://github.com/edvorg/req-package")) nil]) (region-bindings-mode [cl-struct-package-desc region-bindings-mode (20140407 1514) "Enable custom bindings when mark is active." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/region-bindings-mode-20140407.1514" nil nil]) (rectangle-utils [cl-struct-package-desc rectangle-utils (20140621 2331) "Some useful rectangle functions." ((emacs (24)) (cl-lib (0 5))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/rectangle-utils-20140621.2331" ((:url . "https://github.com/thierryvolpiatto/rectangle-utils")) nil]) (rainbow-mode [cl-struct-package-desc rainbow-mode (0 10) "Colorize color names in buffers" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/rainbow-mode-0.10" nil nil]) (rainbow-delimiters [cl-struct-package-desc rainbow-delimiters (20141221 925) "Highlight brackets according to their depth" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/rainbow-delimiters-20141221.925" ((:keywords "faces" "convenience" "lisp" "tools") (:url . "https://github.com/Fanael/rainbow-delimiters")) nil]) (python-mode [cl-struct-package-desc python-mode (20150117 955) "Python major mode" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/python-mode-20150117.955" nil nil]) (projectile [cl-struct-package-desc projectile (20150201 1134) "Manage and navigate projects in Emacs easily" ((dash (1 5 0)) (pkg-info (0 4))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/projectile-20150201.1134" ((:keywords "project" "convenience") (:url . "https://github.com/bbatsov/projectile")) nil]) (popwin [cl-struct-package-desc popwin (20141227 2351) "Popup Window Manager." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/popwin-20141227.2351" ((:keywords "convenience")) nil]) (popup [cl-struct-package-desc popup (20150116 1223) "Visual Popup User Interface" ((cl-lib (0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/popup-20150116.1223" ((:keywords "lisp")) nil]) (poporg [cl-struct-package-desc poporg (20140616 1453) "Pop a comment or string to an empty buffer for text editing" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/poporg-20140616.1453" nil nil]) (pkg-info [cl-struct-package-desc pkg-info (20140610 630) "Information about packages" ((epl (0 4))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pkg-info-20140610.630" nil nil]) (persistent-soft [cl-struct-package-desc persistent-soft (20140508 1341) "Persistent storage, returning nil on failure" ((pcache (0 2 3)) (list-utils (0 4 2))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/persistent-soft-20140508.1341" nil nil]) (pdf-tools [cl-struct-package-desc pdf-tools (20150204 857) "Support library for PDF documents." ((emacs (24 3)) (tablist (0 50))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pdf-tools-20150204.857" ((:keywords "files" "multimedia")) nil]) (pcre2el [cl-struct-package-desc pcre2el (20140724 36) "parse, convert, and font-lock PCRE, Emacs and rx regexps" ((cl-lib (0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pcre2el-20140724.36" nil nil]) (pcache [cl-struct-package-desc pcache (20150125 1653) "persistent caching for Emacs" ((eieio (1 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/pcache-20150125.1653" nil nil]) (paradox [cl-struct-package-desc paradox (20150110 1628) "A modern Packages Menu. Colored, with package ratings, and customizable." ((emacs (24 4)) (dash (2 6 0)) (cl-lib (0 5)) (json (1 3)) (let-alist (1 0 3))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/paradox-20150110.1628" ((:keywords "package" "packages" "mode-line") (:url . "http://github.com/Bruce-Connor/paradox")) nil]) (page-break-lines [cl-struct-package-desc page-break-lines (20141228 1130) "Display ugly ^L page breaks as tidy horizontal lines" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/page-break-lines-20141228.1130" ((:keywords "convenience" "faces") (:url . "https://github.com/purcell/page-break-lines")) nil]) (outshine [cl-struct-package-desc outshine (20141221 1805) "outline with outshine outshines outline" ((outorg (2 0))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/outshine-20141221.1805" ((:url . "https://github.com/tj64/outshine")) nil]) (outorg [cl-struct-package-desc outorg (20150111 626) "Org-style comment editing" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/outorg-20150111.626" ((:url . "https://github.com/tj64/outorg")) nil]) (org-trello [cl-struct-package-desc org-trello (20150127 1013) "Minor mode to synchronize org-mode buffer and trello board" ((request-deferred (0 1 0)) (deferred (0 3 2)) (s (1 9 0)) (dash (2 8 0)) (emacs (24))) nil nil "/home/kmodi/.emacs.d/elpa_24_4/org-trello-20150127.1013" nil nil]) (org [cl-struct-package-desc org (20150202) "Outline-based notes management and organizer" nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/org-20150202" nil t]) (number [cl-struct-package-desc number (20141127 1004) "Working with numbers at point." nil nil nil "/home/kmodi/.emacs.d/elpa_24_4/number-20141127.1004" nil nil]) ...) ((2048-game [cl-struct-package-desc 2048-game (20140910 2243) "play 2048 in Emacs" nil single "melpa" nil ((:url . "https://bitbucket.org/zck/2048.el")) nil]) (4clojure [cl-struct-package-desc 4clojure (20131014 1507) "Open and evaluate 4clojure.com questions" ((json (1 2)) (request (0 2 0))) single "melpa" nil ((:keywords "languages" "data")) nil]) (@ [cl-struct-package-desc @ (20140707 520) "multiple-inheritance prototype-based objects DSL" ((queue (0 1)) (emacs (24))) tar "melpa" nil ((:url . "https://github.com/skeeto/at-el")) nil]) (abc-mode [cl-struct-package-desc abc-mode (20140225 944) "Major mode for editing abc music files" nil single "melpa" nil ((:keywords "local" "docs")) nil]) (abl-mode [cl-struct-package-desc abl-mode (20140724 635) "Python TDD minor mode" nil single "melpa" nil ((:url . "http://github.com/afroisalreadyinu/abl-mode")) nil]) (ac-anaconda [cl-struct-package-desc ac-anaconda (20150115 1101) "Anaconda sources for auto-complete-mode" ((auto-complete (1 4 0)) (anaconda-mode (0 1 0)) (dash (2 6 0))) single "melpa" nil ((:url . "https://github.com/proofit404/ac-anaconda")) nil]) (ac-c-headers [cl-struct-package-desc ac-c-headers (20141231 814) "auto-complete source for C headers" ((auto-complete (1 3 1))) single "melpa" nil ((:url . "http://hins11.yu-yake.com/")) nil]) (ac-cake [cl-struct-package-desc ac-cake (20140315 929) "CakePHP Minor Mode auto-complete.el source" ((cake (1 4 2)) (auto-complete (1 4 0))) single "melpa" nil ((:url . "http://code.101000lab.org")) nil]) (ac-cake2 [cl-struct-package-desc ac-cake2 (20140320 8) "CakePHP 2 Minor Mode auto-complete.el source" ((cake2 (1 1 2)) (auto-complete (1 4 0))) single "melpa" nil ((:url . "http://code.101000lab.org")) nil]) (ac-capf [cl-struct-package-desc ac-capf (20140720 1817) "auto-complete source with completion-at-point" ((auto-complete (1 4)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/syohex/emacs-ac-capf")) nil]) (ac-cider [cl-struct-package-desc ac-cider (20141231 901) "Clojure auto-complete sources using CIDER" ((cider (0 8 0)) (auto-complete (1 4)) (cl-lib (0 3))) single "melpa" nil ((:url . "https://github.com/clojure-emacs/ac-cider") (:keywords "languages" "clojure" "nrepl" "cider" "compliment")) nil]) (ac-dabbrev [cl-struct-package-desc ac-dabbrev (20130906 518) "auto-complete.el source for dabbrev" nil single "melpa" nil nil nil]) (ac-dcd [cl-struct-package-desc ac-dcd (20141124 15) "Auto Completion source for dcd for GNU Emacs" ((auto-complete (1 3 1)) (flycheck-dmd-dub (0 7))) single "melpa" nil ((:url . "http://github.com/atilaneves/ac-dcd") (:keywords "languages")) nil]) (ac-emmet [cl-struct-package-desc ac-emmet (20131015 858) "auto-complete sources for emmet-mode's snippets" ((emmet-mode (1 0 2)) (auto-complete (1 4))) single "melpa" nil ((:url . "https://github.com/yasuyk/ac-emmet") (:keywords "completion" "convenience" "emmet")) nil]) (ac-etags [cl-struct-package-desc ac-etags (20131127 311) "etags/ctags completion source for auto-complete" ((auto-complete (1 4))) single "melpa" nil ((:url . "https://github.com/syohex/emacs-ac-etags")) nil]) (ac-geiser [cl-struct-package-desc ac-geiser (20130928 2347) "Auto-complete backend for geiser" ((geiser (0 5)) (auto-complete (1 4))) tar "melpa" nil nil nil]) (ac-haskell-process [cl-struct-package-desc ac-haskell-process (20141206 1138) "Haskell auto-complete source which uses the current haskell process" ((auto-complete (1 4)) (haskell-mode (13))) single "melpa" nil ((:keywords "languages")) nil]) (ac-helm [cl-struct-package-desc ac-helm (20140919 917) "Helm interface for auto-complete" ((helm (1 6 3)) (auto-complete (1 4 0)) (popup (0 5 0)) (cl-lib (0 5))) single "melpa" nil ((:keywords "completion" "convenience" "helm")) nil]) (ac-html [cl-struct-package-desc ac-html (20150118 2116) "auto complete source for html tags and attributes" ((auto-complete (1 4))) tar "melpa" nil ((:url . "https://github.com/cheunghy/ac-html") (:keywords "html" "auto-complete" "rails" "ruby")) nil]) (ac-html-bootstrap [cl-struct-package-desc ac-html-bootstrap (20150201 959) "auto complete bootstrap3 classes, tags and attributes" ((ac-html (0 3 0))) tar "melpa" nil ((:url . "https://github.com/osv/ac-html-bootstrap") (:keywords "html" "auto-complete" "bootstrap" "cssx")) nil]) (ac-html-csswatcher [cl-struct-package-desc ac-html-csswatcher (20150203 539) "css/less class/id completion with `ac-html'" ((ac-html (0 3))) single "melpa" nil ((:url . "https://github.com/osv/ac-html-csswatcher") (:keywords "html" "css" "less" "auto-complete")) nil]) (ac-inf-ruby [cl-struct-package-desc ac-inf-ruby (20131115 350) "Enable auto-complete in inf-ruby sessions" ((inf-ruby (2 3 2)) (auto-complete (1 4))) single "melpa" nil ((:keywords "languages" "tools")) nil]) (ac-ispell [cl-struct-package-desc ac-ispell (20140702 1553) "ispell completion source for auto-complete" ((auto-complete (1 4))) single "melpa" nil ((:url . "https://github.com/syohex/emacs-ac-ispell")) nil]) (ac-js2 [cl-struct-package-desc ac-js2 (20140809 2217) "Auto-complete source for Js2-mode, with navigation" ((js2-mode (20090723)) (skewer-mode (1 4))) tar "melpa" nil ((:url . "https://github.com/ScottyB/ac-js2")) nil]) (ac-math [cl-struct-package-desc ac-math (20141116 1327) "Auto-complete sources for input of mathematical symbols and latex tags" ((auto-complete (1 4)) (math-symbol-lists (1 0))) single "melpa" nil ((:url . "https://github.com/vitoshka/ac-math") (:keywords "latex" "auto-complete" "unicode" "symbols")) nil]) (ac-nim [cl-struct-package-desc ac-nim (20150111 26) "auto-complete source for nim" ((auto-complete (1 4)) (nim-mode (0 1 5))) single "melpa" nil ((:keywords "convenience")) nil]) (ac-octave [cl-struct-package-desc ac-octave (20150111 1708) "An auto-complete source for Octave" ((auto-complete (1 4 0))) single "melpa" nil ((:url . "https://github.com/coldnew/ac-octave") (:keywords "octave" "auto-complete" "completion")) nil]) (ac-skk [cl-struct-package-desc ac-skk (20141229 1719) "auto-complete-mode source for DDSKK a.k.a Japanese input method" ((auto-complete (1 3 1)) (ddskk (16 0 50)) (tinysegmenter (0)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/myuhe/ac-skk.el") (:keywords "convenience" "auto-complete")) nil]) (ac-slime [cl-struct-package-desc ac-slime (20141002 639) "An auto-complete source using slime completions" ((auto-complete (1 4)) (slime (2 9)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/purcell/ac-slime")) nil]) (ac-sly [cl-struct-package-desc ac-sly (20141003 11) "An auto-complete source using sly completions" ((sly (2 9)) (auto-complete (1 4)) (cl-lib (0 5))) single "melpa" nil ((:url . "https://github.com/qoocku/ac-sly")) nil]) (ace-isearch [cl-struct-package-desc ace-isearch (20150116 230) "A seamless bridge between isearch and ace-jump-mode" ((ace-jump-mode (2 0)) (helm-swoop (1 4)) (emacs (24))) single "melpa" nil ((:url . "https://github.com/tam17aki/ace-isearch")) nil]) (ace-jump-buffer [cl-struct-package-desc ace-jump-buffer (20141107 1317) "fast buffer switching extension to `ace-jump-mode'" ((ace-jump-mode (1 0)) (dash (2 4 0))) single "melpa" nil ((:url . "https://github.com/waymondo/ace-jump-buffer")) nil]) (ace-jump-mode [cl-struct-package-desc ace-jump-mode (20140616 115) "a quick cursor location minor mode for emacs" nil single "melpa" nil ((:url . "https://github.com/winterTTr/ace-jump-mode/") (:keywords "motion" "location" "cursor")) nil]) (ace-jump-zap [cl-struct-package-desc ace-jump-zap (20141208 926) "Character zapping, `ace-jump-mode` style" ((ace-jump-mode (1 0))) single "melpa" nil ((:url . "https://github.com/waymondo/ace-jump-zap") (:keywords "convenience" "tools" "extensions")) nil]) (ace-link [cl-struct-package-desc ace-link (20150108 1324) "Quickly follow links using `ace-jump-mode'" ((ace-jump-mode (2 0))) single "melpa" nil ((:url . "https://github.com/abo-abo/ace-link") (:keywords "convenience" "links")) nil]) (ace-window [cl-struct-package-desc ace-window (20150203 730) "Quickly switch windows using `ace-jump-mode'." ((ace-jump-mode (2 0))) single "melpa" nil ((:url . "https://github.com/abo-abo/ace-window") (:keywords "cursor" "window" "location")) nil]) (achievements [cl-struct-package-desc achievements (20141114 1157) "Achievements for emacs usage." ((keyfreq (0 0 3))) tar "melpa" nil nil nil]) (ack-menu [cl-struct-package-desc ack-menu (20130312 131) "A menu-based front-end for ack" ((mag-menu (0 1 0))) single "melpa" nil ((:url . "https://github.com/chumpage/ack-menu") (:keywords "tools" "matching" "convenience")) nil]) (actionscript-mode [cl-struct-package-desc actionscript-mode (20140605 1128) "A simple mode for editing Actionscript 3 files" nil single "melpa" nil ((:keywords "language" "modes")) nil]) (addressbook-bookmark [cl-struct-package-desc addressbook-bookmark (20141205 2108) "An address book based on Standard Emacs bookmarks." ((emacs (24))) single "melpa" nil ((:url . "https://github.com/thierryvolpiatto/addressbook-bookmark")) nil]) (adoc-mode [cl-struct-package-desc adoc-mode (20150102 835) "a major-mode for editing AsciiDoc files in Emacs" ((markup-faces (1 0 0))) single "melpa" nil ((:url . "https://github.com/sensorflo/adoc-mode/wiki") (:keywords "wp" "asciidoc")) nil]) (aes [cl-struct-package-desc aes (20150117 408) "Implementation of AES" nil single "melpa" nil ((:url . "https://github.com/gaddhi/aes") (:keywords "data" "tools")) nil]) (afternoon-theme [cl-struct-package-desc afternoon-theme (20140104 1059) "Dark color theme with a deep blue background" ((emacs (24 1))) single "melpa" nil ((:url . "http://github.com/osener/emacs-afternoon-theme") (:keywords "themes")) nil]) (ag [cl-struct-package-desc ag (20150105 1314) "A front-end for ag ('the silver searcher'), the C ack replacement." ((dash (2 8 0)) (s (1 9 0)) (cl-lib (0 5))) single "melpa" nil nil nil]) (aggressive-fill-paragraph [cl-struct-package-desc aggressive-fill-paragraph (20150121 552) "A mode to automatically keep paragraphs filled" ((emacs (24 4)) (dash (2 10 0))) single "melpa" nil ((:url . "https://github.com/davidshepherd7/aggressive-fill-paragraph-mode") (:keywords "fill-paragraph" "automatic" "comments")) nil]) (aggressive-indent [cl-struct-package-desc aggressive-indent (20150202 548) "Minor mode to aggressively keep your code always indented" ((emacs (24 1)) (names (0 5)) (cl-lib (0 5))) single "melpa" nil ((:url . "http://github.com/Bruce-Connor/aggressive-indent-mode") (:keywords "indent" "lisp" "maint" "tools")) nil]) (ahg [cl-struct-package-desc ahg (20141104 551) "Alberto's Emacs interface for Mercurial (Hg)" nil single "melpa" nil ((:url . "https://bitbucket.org/agriggio/ahg")) nil]) (airplay [cl-struct-package-desc airplay (20130212 426) "Airplay bindings to Emacs" ((request (20130110 2144)) (simple-httpd (1 4 1)) (deferred (0 3 1))) tar "melpa" nil ((:url . "https://github.com/gongo/airplay-el") (:keywords "appletv" "airplay")) nil]) (alchemist [cl-struct-package-desc alchemist (20150201 2244) "Elixir tooling integration into Emacs" ((emacs (24))) tar "melpa" nil ((:url . "http://www.github.com/tonini/alchemist.el") (:keywords "languages" "mix" "elixir" "elixirc" "hex")) nil]) (alect-themes [cl-struct-package-desc alect-themes (20150107 1121) "Configurable color themes (light, dark and black) for Emacs 24" nil tar "melpa" nil nil nil]) ...) ((noquery) (async . t) (installed) (deleted) (activated) (error (wrong-type-argument listp \.\.\.)))) #)
  async-when-done(# "finished\n")

Again, this problem occurs only if I choose to install/delete a package asynchronously. I don't get this error if I do install/delete using the regular method (emacs default).

Malabarba commented 9 years ago

Is there any chance you have an advice which might be affecting princ or prin1?

If not, this might be an async bug.

kaushalmodi commented 9 years ago

I did a recursive ag of 'defad.*prin' in my ~/.emacs.d but nothing turned up except for (defadvice tabulated-list-print (after tabulated-list activate) in tablist.el.

The difficulty is that the problem repeats but I can't figure out what triggers it. And once it is triggered, I can't update/install/delete packages asynchronously. The only way to resolve it is to restart emacs.

Malabarba commented 9 years ago

While your aging away. Try searching for print-level print-length eval-expression-print-length and eval-expression-print-level.

kaushalmodi commented 9 years ago

All I found were lets used by various packages setting them to nil. Only names sets the max values of the "eval-expression-*" variables to 300, and looks fine too.

Malabarba commented 9 years ago

Ok. I can tell now there are two things going on here.

There's one error where a list is getting truncated, this happens in the async processand might be an async bug. There's another error with Paradox's error-report system (ironic, I know) which throws a new error before the original one has time to be reported.

I'll fix the paradox side, and if this keeps happening (it probably will) we'll see about the async part.

Malabarba commented 9 years ago

Ok, the commit quoted above shouldhave affected this. Could you try to reproduce this again and show me what you get?

The expected result now is that you shouldn't get any errors, but the *Paradox Report* buffer should have an Errors: section mentioning the weird \.\.\. error you got.

kaushalmodi commented 9 years ago

Thanks! I have been trying to reproduce this error ever since but have been unable to. I'll update this thread when I see that problem again.

kaushalmodi commented 9 years ago

I haven't seen this problem repeat in more than 3 weeks now. I believe it's fixed now and works fine on both emacs 24.4 and emacs 25.0 trunk.

Malabarba commented 9 years ago

Sure. Let me know if it pops up again.