problem with bbdb 1.50, VM 5.64 and jka-comp19 0.8

1994-03-11 Thread Francois Felix Ingrand
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)

problem with bbdb 1.50, VM 5.64 and jka-comp19 0.8

1994-03-11 Thread Kyle Jones
Francois Felix Ingrand writes: 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... There should be no loop. (require 'vm) is satisfied before vm-load-init-file is called. I am not sure what is the

bbdb-1.50: problem with auto-notes-alist and vm-5.62

1994-03-11 Thread Gardner Cohen
bbdb-1.50 vm-5.62 emacs 19.22 compiled under irix 5.x When I have: (setq bbdb-auto-notes-alist '( ("Newsgroups" (".*" newsgroup 0)) ("Organization" (".*" company 0 t)) ("Subject" (".*" last-subj 0 t))