In article <9408051915.AA26143@sst10c>, [EMAIL PROTECTED] writes:
m> Hello, I get the following error message when trying to use bbdb
m> w/ VM. The error appears when VM tries to create a summary.
m> Appears as if bbdb is trying to figure out who sent the message
m> and then croaks...
m> Invalid function: (macro . "\#[(message) "\300\211
m> \302E\302E\207" [aref message 0] 4])
You are apparently running into the same problem I had. You have to be
careful when compiling macros, making sure that everything the macro
might need is loaded when compiling the macro.
Try this.
-- "make noautoload" with the VM makefile
-- Load VM.
-- Byte-compile bbdb.
Now bbdb should work with VM, and you can remake VM in the standard way.
-- H�vard Fosseng
[EMAIL PROTECTED]