Re: status of bbdb3 support in wl?
Michael Welle <[email protected]>
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Randy Bush wrote: > > >> i have been typing ESC TAB > > I guess you can change that to your liking in this snippet: > > > > (add-hook 'wl-draft-mode-hook > > (lambda () > > (define-key wl-draft-mode-map "\C-i" > > 'hmw/complete-and-expand-mailabbrev))) > > why add complexity to allow me to type an extra keystroke? I guess you can break that down a bit. I use the hmw/c-a-e-m function, because it looks in several places to find an expansion for the thing you typed. > >> it now works in wl. not in open emacs > > What does 'in open emacs' mean? > > in a non-wl emacs buffer, *scratch* to be specific, just start emacs and > type > randy@pTAB > for example Ah, I wasn't aware that that is a use case ;). I think that can work, I'm not sure though, if it works more or less OOTS or if programming is involved. As a starting point, maybe you can examine what function is called in bbdb v2 in that case? > > Or the (very) free translation from a German saying: drudgingly > > nurishes the squirrel. > > german has great idioms, what little i know of it. The trouble, as with most idioms, is that one needs cultural or popular cultural background to understand them. Otherwise they just sound like strange phrases ;). Regards hmw