Cengiz Alaettinoglu wrote:
>
> It does not update the record if the record is in the database,
> instead it signals an error.
Use bbdb-search-simple to see if the record is there; use bbdb-record-putprop
to change the non-builtin slots. Other than that, all you've got to work with
is bbdb-record-edit-field-internal. But if you're down at that level, you'd
better really know what you're doing or you're going to corrupt your database.
It's easy.
The interfaces defined in bbdb-hooks.el are the best way to do this stuff.
-- Jamie