vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #00401
[Bug 505122] Re: Symbol's function definition is void: nil
The problem has been traced to vm-summary-faces-add, which calls vm-vs-
or for some reason. vm-vs-or looks up all the selectors used in vm-
summary-faces-alist from vm-virtual-selector-function-alist. If a
selector is not present in this alist, then a nil function is returned,
which is causing the error.
--
Symbol's function definition is void: nil
https://bugs.launchpad.net/bugs/505122
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: Triaged
Bug description:
This error message arises occasionally. debug-on-error as well as debug-on-quit don't catch it.
References