← Back to team overview

vm team mailing list archive

[Bug 505122] Re: Symbol's function definition is void: nil

 

The problem turns out to be the fact that vm-vars.el has defconst's,
which redefine the values that might be defined previously.  So, if any
of these defconst's are loaded in the middle of a VM session then all
the changes that might have been made by addon libraries are liable to
be lost.

If the addons are moved to the contrib directory, this will at least
make it clear that addons have to be treated specially.


** Changed in: vm
   Importance: Low => Wishlist

-- 
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: In Progress

Bug description:
This error message arises occasionally.  debug-on-error as well as debug-on-quit don't catch it.





References