all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#15495: loading packages shows: void-function cl--do-remf
@ 2013-09-30  7:37 Darren Hoo
  2013-09-30 18:32 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hoo @ 2013-09-30  7:37 UTC (permalink / raw)
  To: 15495

steps to reproduce:

emacs -Q

M-x toggle-debug-on-error

M-x list-packages  brings the stacktrace:

Debugger entered--Lisp error: (void-function cl--do-remf)
  cl--do-remf(nil :kind)
  package-desc-from-define("caml" "3.12.0.1" "OCaml code editing
commands for Emacs" (quote nil))
  apply(package-desc-from-define ("caml" "3.12.0.1" "OCaml code
editing commands for Emacs" (quote nil)))
  package-process-define-package((define-package "caml" "3.12.0.1"
"OCaml code editing commands for Emacs" (quote nil))
"/Users/darren/.emacs.d/elpa/caml-3.12.0.1/caml-pkg.el")
  package-load-descriptor("/Users/darren/.emacs.d/elpa/caml-3.12.0.1")
  package-load-all-descriptors()
  package-initialize(t)
  list-packages(nil)
  call-interactively(list-packages record nil)
  command-execute(list-packages record)
  execute-extended-command(nil "list-packages")
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)

It seems that cl--do-remf is not autoloaded, have to explicitly require 'cl.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-01 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30  7:37 bug#15495: loading packages shows: void-function cl--do-remf Darren Hoo
2013-09-30 18:32 ` Stefan Monnier
2013-10-01  2:18   ` Darren Hoo
2013-10-01 14:30     ` Andy Moreton
2013-10-01 15:53     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.