Re: Buglet in bbdb completion

2000-09-03 Thread Ronan Waide
On September 2, [EMAIL PROTECTED] said: It is possible for an automatically harvested record not to have a name or company associated with it. In that case, the functions bbdb-record-name and bbdb-record-company return nil. On the other hand, downcase expects a string, and this leads to

Re: ispell conflict

2000-09-03 Thread Ronan Waide
On September 3, [EMAIL PROTECTED] said: I've been playing with saying: (global-unset-key "\M-\t") in my .emacs before loading bbdb, and that isn't doing it. I think I'd guess that the M-TAB keybinding is being set by a mode-specific hook rather than when ispell is loaded, but

Re: bbdb from cvs has extar (load bbdb-autoloads) ?

2000-09-03 Thread Ronan Waide
On September 3, [EMAIL PROTECTED] said: bbdb-initialize contains code (load "bbdb-autoloads") But the actual file is nowhere whan I checked out the cvstree... Jari bbdb-autoloads is generated by the build process. do a "make" and you're set. Cheers, Waider. --

Re: ispell conflict

2000-09-03 Thread Kai Großjohann
Suppose that you don't do anything (except configure BBDB normally). What does M-TAB then do in message mode? Does it invoke BBDB completion, or does it invoke ispell completion? If the latter, try this: (defun my-message-mode-keys () (define-key message-mode-map (kbd "M-TAB")

Re: ispell conflict

2000-09-03 Thread Laura Conrad
"Kai" == Kai Großjohann [EMAIL PROTECTED] writes: Kai Suppose that you don't do anything (except configure BBDB normally). Kai What does M-TAB then do in message mode? Does it invoke BBDB Kai completion, or does it invoke ispell completion? The interesting thing is that at home it