Re: which function is used when hitting space?

2008-02-23 Thread Uwe Brauer
Tassilo == Tassilo Horn [EMAIL PROTECTED] writes: Hi Tassilo, The error is because the function you added to that hook (`sigadapt-insert-signature') has a different number of arguments than the functions in `bbdb-mail-abbrev-expand-hook' are expected to have. I don't know

Re: which function is used when hitting space?

2008-02-23 Thread Tassilo Horn
Uwe Brauer [EMAIL PROTECTED] writes: Hi Uwe, (add-hook 'bbdb-mail-abbrev-hook (lambda (alias rec) (sigadapt-insert-signature))) Thanks, that works in the sense that no error occurs however it does not work in the sense that the function is not executed. Ups, my bad.