Re: bbdb 1.50

1994-02-18 Thread ca
I got the following error. vm 5.57 FSF Emacs 19.22. I have the following in my .emacs ;;; BBDB (autoload 'bbdb "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-name"bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-company "bbdb-com" "Insidious Big Brother D

unsubscribe

1994-02-18 Thread mikew
Please remove me from any bbdb related mailing lists... Thanks, -Mike

bbdb 1.50

1994-02-18 Thread Jamie Zawinski
Not much new; I've been bullied into this release by all the people asking me why it stopped working with the latest VM... It's in the usual place: lucid.com: pub/hacks/bbdb-1.50.tar.gz. Here's a patch from 1.49. Most of this patch is a new version of mail-extr, let me know how it works.

Re: Tracking all posters to gnu.*

1994-02-18 Thread Colin Owen Rafferty
> (defun news () > (interactive) > (setq gnus-nntp-server "ingres") > (setq gnus-select-group-hook > '(lambda () >(setq bbdb/news-auto-create-p > (string< "gnu" gnus-newsgroup-name) > ;; This isn't quite right as I want to match all groups starting > ;; "gn

bbdb 1.49 - minor (doc?) bug

1994-02-18 Thread Andy Cowling
bbdb.el contains : (defvar bbdb-use-pop-up 'horiz ^ "If true, display a continuously-updating bbdb window while in VM, MH, RMAIL, or GNUS. If 'horiz, stack the window horizontally if there is room.") which contradicts the 'Customization Parameters' node in bbdb.in

Tracking all posters to gnu.*

1994-02-18 Thread Andy Cowling
(defun news () (interactive) (setq gnus-nntp-server "ingres") (setq gnus-select-group-hook '(lambda () (setq bbdb/news-auto-create-p (string< "gnu" gnus-newsgroup-name) ;; This isn't quite right as I want to match all groups starting ;; "gnu." Any offers fro