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-date . 2012

Re: Record %s does not exist

2012-09-13 Thread Sam Steingold
* Sam Steingold f...@tah.bet [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

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= nl

Re: Record %s does not exist

2012-09-13 Thread Sam Steingold
* Roland Winkler jvax...@tah.bet [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