Discussion:
[VM] vm-postponed-value is nil
Dave Webb
2011-05-22 07:09:35 UTC
Permalink
trying to get vm running on a windows7 box w/ emacs23.3.1, trying to
load vm-mode i get the following emacs-lisp error:

Symbol's value as variable is void: vm-postponed-folder

from past fiddling, i know that this is often missing quote marks or
parens, but I can't find where this is coming from. I have created a .vm
file to hold most values, but this string is not present there.
Uday S Reddy
2011-05-22 10:15:32 UTC
Permalink
trying to get vm running on a windows7 box w/ emacs23.3.1, trying to load
 Symbol's value as variable is void: vm-postponed-folder
from past fiddling, i know that this is often missing quote marks or parens,
but I can't find where this is coming from. I have created a .vm file to hold
most values, but this string is not present there.
vm-postponed-folder is defined in vm-pine.el, which is officially an add-on
for VM.

My guess is that you are not loading vm-pine.el, but using it somewhere,
perhaps in your modeline.

You might want to start with a minimal .vm file and test it first. Please
send a vm-submit-bug-report if you can't find the problem.

Cheers,
Uday

Loading...