I get the following pb when starting vm (5.64) with bbdb-insinuate-vm (1.50) in
.vm and using jka-comp19 (0.8).

Signalling: (error "Reading from killed buffer")
  eval-buffer(#<killed buffer>)
  (progn (setq lbuf (get-buffer lbufname)) (if lbuf (set-buffer lbuf) (setq lbuf ...) 
(set-buffer lbuf) (insert-file-contents filename)) (set-buffer cbuf) (eval-buffer 
lbuf) (let (...) (and after ...))))
  (unwind-protect (progn (setq lbuf ...) (if lbuf ... ... ... ...) (set-buffer cbuf) 
(eval-buffer lbuf) (let ... ...)) (and lbuf (kill-buffer lbuf))))
  (let ((cbuf ...) (lbufname ...) lbuf) (or nomessage (message "Loading %s..." file)) 
(unwind-protect (progn ... ... ... ... ...) (and lbuf ...)) (or nomessage (message 
"Loading %s...done." file)) t))


In short, jka-compr19 seems to get confused by the fact that vm loads .vm which
load bbdb-vm which require vm.... There is a loop here...

I am not sure what is the best way to fix this pb. Each of you is probably
going to say "not my fault"...

One can make jka-comp19 more robust regarding this situation...

or bbdb-vm should not require vm.... or .vm is not really the best place to put
the bbdb-insinuate-vm or ... 

Anyway, I would appreciate if one of you could comment on this bug.

Thanks in advance,
--
                        Felix

Reply via email to