Hi,

I get the following backtrace with bbdb.el revision 1.106.  With
revision 1.105 everything works OK.  Can somebody look into it?

Gerd


Signaling: (wrong-type-argument stringp nil)
  file-newer-than-file-p(nil "~/.bbdb")
  (if (file-newer-than-file-p bbdb-file-remote bbdb-file) (progn (copy-file 
bbdb-file-remote bbdb-file t t)))
)
  (when (file-newer-than-file-p bbdb-file-remote bbdb-file) (copy-file 
bbdb-file-remote bbdb-file t t))
)
  (if (and bbdb-buffer (buffer-live-p bbdb-buffer)) bbdb-buffer (when 
(file-newer-than-file-p bbdb-file-remote bbdb-file) (copy-file bbdb-file-remote 
bbdb-file t t)) (setq bbdb-buffer (find-file-noselect bbdb-file ...)))
)
  bbdb-buffer()
  (set-buffer (bbdb-buffer))
)
  (save-current-buffer (set-buffer (bbdb-buffer)) (let (...) (save-excursion ...)))
)
  (with-current-buffer (bbdb-buffer) (let (...) (save-excursion ...)))
)
  (bbdb-with-db-buffer bbdb-propnames)
)
  (bbdb-propnames)
)
  (mapcar (lambda (x) (intern ...)) (bbdb-propnames))
)
  (cons (quote notes) (mapcar (lambda ... ...) (bbdb-propnames)))
)
  (let ((matches ...) (all-fields ...) (case-fold-search bbdb-case-fold-search) 
(records ...) record) (while records (setq record ...) (if ... ...) (setq records 
...)) (nreverse matches))
)
  (bbdb-search (bbdb-records) string string string notes nil)
)
  (bbdb-display-records (bbdb-search (bbdb-records) string string string notes nil))
)
  (let ((bbdb-elided-display ...) (notes ...)) (bbdb-display-records (bbdb-search ... 
string string string notes nil)))
)
  bbdb("" nil)
  call-interactively(bbdb)
  command-execute(bbdb t)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)


_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to