vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #00646
[Bug 530210] Re: vm-summary-faces-mode doesn't autoload
The "work pc" version contains calls to "vm-select-folder-buffer".
However, this is defined with defsubst and should be expanded (and it is
in the "home pc" version).
I've no idea why it works in one case but not in the other, but can you
try if adding "(require 'vm-macro)" (as in attached patch) fixes it?
Ulrich
** Patch added: "vm-summary-faces.el.diff"
http://launchpadlibrarian.net/40622361/vm-summary-faces.el.diff
--
vm-summary-faces-mode doesn't autoload
https://bugs.launchpad.net/bugs/530210
You received this bug notification because you are a member of VM
development team, which is the registrant for VM.
Status in VM (View Mail) for Emacs: Confirmed
Bug description:
The autoload for vm-summary-faces-mode isn't working for some reason. This is version 706 in the trunk. But other versions have also given this problem.
Debugger entered--Lisp error: (error "Autoloading failed to define function vm-summary-faces-mode")
(vm-summary-faces-mode 1)
eval((vm-summary-faces-mode 1))
eval-last-sexp-1(t)
eval-last-sexp(t)
eval-print-last-sexp()
call-interactively(eval-print-last-sexp)
Follow ups
References