Re: unhappiness on macos

2016-08-30 Thread Randy Bush
>> macosx 10.11.6 (15G31)
>> GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 
>> 2015-04-11 on builder10-9.porkrind.org [2 times]
>> bbdb from packages
>> wanderlust from packages
>> 
>> all used to work in emacs 22 and bbdb from some ancient source
> 
> Which version of BBDB are you talking about, 2 or 3?

BBDB version 2.35 ($Date: 2007/01/01 21:06:02 $) [2 times]

> The former is not supported anymore.

then perhaps it should not be the version which is installed from
[m]elpa packages?

and does v3 work with wanderlust?

randy

--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: unhappiness on macos

2016-08-30 Thread Roland Winkler
On Sat Aug 27 2016 Randy Bush wrote:
> macosx 10.11.6 (15G31)
> GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 
> 2015-04-11 on builder10-9.porkrind.org [2 times]
> bbdb from packages
> wanderlust from packages
> 
> all used to work in emacs 22 and bbdb from some ancient source

Which version of BBDB are you talking about, 2 or 3?
The former is not supported anymore.

--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


unhappiness on macos

2016-08-26 Thread Randy Bush
macosx 10.11.6 (15G31)
GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 
2015-04-11 on builder10-9.porkrind.org [2 times]
bbdb from packages
wanderlust from packages

all used to work in emacs 22 and bbdb from some ancient source

i have
'(bbdb-canonicalize-net-hook bbdb-wl-canonicalize-full-name-function)
in my .emacsrc so i can expand names in non mail edit buffers (i.e. this
is not a wanderlust problem).

if i try to do an auto-complete, e.g.

randy@pESC TAB

i get "No match"

how do i debug?

---

as a bonus, i bomb if i try a bbdb send hook

  Debugger entered--Lisp error: (void-function delete-if)
  (delete-if (function (lambda (item) (string= "" (caaddr item 
(bbdb-wl-get-addresses bbdb-get-only-first-address-p))
  (bbdb-update-records (delete-if (function (lambda (item) (string= "" (caaddr 
item (bbdb-wl-get-addresses bbdb-get-only-first-address-p)) t t)
  zzz-bbdb-mail-send-function()
  run-hooks(mail-send-hook)
  wl-draft-send(t)
  wl-draft-send-and-exit()
  call-interactively(wl-draft-send-and-exit nil nil)
  command-execute(wl-draft-send-and-exit)

due to this code

;; bbdb gather from message send addresses
(defun zzz-bbdb-mail-send-function ()
  (bbdb-update-records
   (delete-if (lambda (item)
(string= "" (caaddr item)))
  (bbdb-wl-get-addresses bbdb-get-only-first-address-p))
   t t))
(add-hook 'mail-send-hook 'zzz-bbdb-mail-send-function)

randy

--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/