When trying to add a new person to my BBDB under GNUS, if that person
had a name such as 'Name <other@address>', the
'bbdb-snarf-nice-real-name' would be called without actually having been
loaded.

The attached patch adds an autoload cookie for it which, after
rebuilding them, fixed the issue for me.

        Daniel

Index: lisp/bbdb-snarf.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-snarf.el,v
retrieving revision 1.18
diff -u -r1.18 bbdb-snarf.el
--- lisp/bbdb-snarf.el	2000/08/19 09:46:12	1.18
+++ lisp/bbdb-snarf.el	2000/09/06 04:07:18
@@ -405,6 +405,7 @@
   :group 'bbdb-noticing-records
   :type 'string)
 
+;;;###autoload
 (defun bbdb-snarf-nice-real-name (str)
   "Removes unwanted characters form STR in order to get a nice full name.
 Remove any unwanted characters specifyed by `bbdb-snarf-nice-real-name-regexp',

-- 
Sufficiently advanced cluelessness is indistinguishable from malice.
        -- Bill Sei

Reply via email to