Re: "Record %s does not exist"

2012-09-13 Thread Sam Steingold
> * Roland Winkler [2012-09-13 17:43:38 -0500]: > On Thu Sep 13 2012 Sam Steingold wrote: >> (setq 'bbdb-add-name 'sds-bbdb-add-name) > > You surely know that setq is a special form that prevents evaluation > of its first arg. come on, that was just a typo; the form signals the error (wrong-type-

Re: "Record %s does not exist"

2012-09-13 Thread Roland Winkler
On Thu Sep 13 2012 Sam Steingold wrote: > (defun sds-bbdb-add-name (rec name) > "Decide whether to change the record name." > (let ((n1 (bbdb-record-firstname rec)) > (nl (bbdb-record-lastname rec))) > (cond ((and (null n1) (null nl)) t) > ((or (string= n1 name) (string= n

Re: "Record %s does not exist"

2012-09-13 Thread Roland Winkler
On Thu Sep 13 2012 Sam Steingold wrote: > I created a record and now I get these: > > error("Record %s does not exist" [nil nil nil nil nil nil nil > ("ch...@alerts.chase.com") ((creation-date . "2012-09-13 21:38:52 +")) > [#1="" #1# nil nil]]) > bbdb-display-records(([nil nil nil nil nil

Re: "Record %s does not exist"

2012-09-13 Thread Sam Steingold
> * Sam Steingold [2012-09-13 17:53:49 -0400]: > > I created a record and now I get these: > > error("Record %s does not exist" [nil nil nil nil nil nil nil > ("ch...@alerts.chase.com") ((creation-date . "2012-09-13 21:38:52 > +")) [#1="" #1# nil nil]]) > bbdb-display-records(([nil nil nil

"Record %s does not exist"

2012-09-13 Thread Sam Steingold
I created a record and now I get these: error("Record %s does not exist" [nil nil nil nil nil nil nil ("ch...@alerts.chase.com") ((creation-date . "2012-09-13 21:38:52 +")) [#1="" #1# nil nil]]) bbdb-display-records(([nil nil nil nil nil nil nil ("ch...@alerts.chase.com") ((creation-dat

Re: Integrating with gnus

2012-09-13 Thread Roland Winkler
On Thu Sep 13 2012 Sam Steingold wrote: > > * Norman Walsh [2012-09-13 07:02:13 -0700]: > > Anyone know the incantation for Gnus+BBDB 3.x integration? > > (require 'bbdb) > (require 'bbdb-loaddefs) > (bbdb-initialize 'gnus 'message) > (bbdb-mua-auto-update-init 'gnus 'message) The first line is

Re: Integrating with gnus

2012-09-13 Thread Sam Steingold
> * Norman Walsh [2012-09-13 07:02:13 -0700]: > Anyone know the incantation for Gnus+BBDB 3.x integration? (require 'bbdb) (require 'bbdb-loaddefs) (bbdb-initialize 'gnus 'message) (bbdb-mua-auto-update-init 'gnus 'message) -- Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 1

Integrating with gnus

2012-09-13 Thread Norman Walsh
Hi folks, I've now fixed my local customizations to work with BBDB 3.02. With BBDB 2.x, opening a message in Gnus would display the matching BBDB record in a small buffer near the bottom of the screen. That doesn't happen in 3.x. The only (obvious to me) possibly relevant difference is that I ha