bbdb and vm 5.82beta

1995-05-26 Thread Gardner Cohen
Here's one crude workaround for the misplaced *BBDB* buffer when creating new frames for vm folders. The new vm calls vm-select-message-hook while the previous frame is selected. This advice prevents bbdb's pop up of the initial window until after the vm operation has completed (and selected

more fun dealing with duplicate names

1995-02-21 Thread Gardner Cohen
I have two people in my bbdb: Matthew Ho - Silicon Graphics Inc., Mountain View, CA net: [EMAIL PROTECTED] newsgroup: sgi.general, sgi.market.misc, sgi.engr.all, sgi.misc.www, rec.video, sci.electronics last-subj: Yet another Mountain Bike for Sale mail-folder:

mail-folder property hack anyone?

1994-05-24 Thread Gardner Cohen
Oops, autofiling this message uncovered a bug. Replace: (defun gec-fetch-vm-field (field) "return requested mail field from the current vm message" (let ((msg (car vm-message-pointer))) (save-excursion (save-restriction (set-buffer (vm-buffer-of

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

1994-04-01 Thread Gardner Cohen
I reported to the list a few weeks ago an intermittent 'mark inactive' error happening in bbdb-redisplay-records that started when I added ("Subject" (".*" last-subj 0 t)) to my bbdb-auto-notes-alist. I finally spent enough time ignoring everything but the top of the backtrace, and

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))

bbdb-auto-notes-alist

1994-03-02 Thread Gardner Cohen
Hi, I keep an automatic field (mail-folder) that's the vm mail folder for the person. I create it automatically with bbdb-auto-notes-alist '( ("Newsgroups" (".*" newsgroup 0)) ("Organization" (".*" company 0 t))