On 2001-05-07, Andreas Fuchs <[EMAIL PROTECTED]> wrote:
> ------ first Backtrace (opening a message):
> Signaling: (wrong-type-argument number-char-or-marker-p nil)
>   bbdb-insert-record-internal([nil nil nil nil nil nil nil

Okay, thanks to edebug, I could track this bug down to:

(if (and (/= point bbdb-end-marker)
         (not (looking-at "[\[]")))
    (error "doubleplus ungood: not inserting before a record (%s)"
           point))

in this function: bbdb-end-marker is nil. This also seems to match some
other (often unreproducible) errors when I open a message by someone who
is in my BBDB: "Marker does not point anywhere".

Or does it?
-- 
Andreas Fuchs, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, antifuchs

PGP signature

Reply via email to