Re: Wrong type argument:arrayp, nil

2015-01-11 Thread Roland Winkler
I do not know `smex' which seems to have started your bbdb session. But this does not initialize your bbdb session properly. Your records do not have the cache which they need to have for proper functioning of bbdb. (Each record gets its cache appended upon initialization of bbdb.) Roland On F

Re: Wrong type argument:arrayp, nil

2015-01-09 Thread Enrico Pirani
Debugger entered--Lisp error: (wrong-type-argument arrayp nil) bbdb-record-set-name([nil "" nil nil nil nil nil ("inviodocume...@ingdirectitalia.it") ((priority . "Normal") (creation-date . "2014-11-16 17:18:10 +") (timestamp . "2014-11-16 17:18:10 +")) nil] t t) bbdb-record-name-l

Re: Wrong type argument:arrayp, nil

2015-01-08 Thread Enrico Pirani
Debugger entered--Lisp error: (wrong-type-argument arrayp nil) aset(nil 0 "") bbdb-cache-set-fl-name(nil "") (let ((fl-name (bbdb-concat (quote name-first-last) first last)) (lf-name (bbdb-concat (quote name-last-first) last first)) (cache (bbdb-record-cache record))) (bbdb-cache-s

Re: Wrong type argument:arrayp, nil

2015-01-07 Thread Eric Abrahamsen
Enrico Pirani writes: > BBDB suddenly is giving me this error when I try to search a string. The > database is located in Dropobx directory. I am using the BBDB installed > from melpa on a MacOSX (Emacs installed with Mac Ports). I have a Linux > with the same configuration which is working with

Wrong type argument:arrayp, nil

2015-01-07 Thread Enrico Pirani
BBDB suddenly is giving me this error when I try to search a string. The database is located in Dropobx directory. I am using the BBDB installed from melpa on a MacOSX (Emacs installed with Mac Ports). I have a Linux with the same configuration which is working with no errors. This is my config re