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