[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BBDB Horking Up Subject Header



At Mon, 11 Jun 2012 10:21:06 -0600,
Ken Gunderson wrote:
> 
> Hello Again:
> 
> I finally got around to configuring wl to use bbdb and all seemed well
> (other than bbdb and flspell both competing for ESC TAB keybinding -
> flyspell won) until I tried sending mail to recipient with multiple
> "net" entries, whereupon selection of desired address resulted not
> only in that address being inserted into "To:" field but also chomping
> into "Subject:" header field in the draft buffer.  This occurs to
> various degrees depending upon how long the "net" address is,
> e.g. maybe only leaving the "t" or maybe leaving "ject".
> 
> Nothing special bbdb related in my .emacs:
> 
> (require 'bbdb)
> (bbdb-initialize)
> 
> Nor my .wl:
> 
> (require 'bbdb-wl)
> (bbdb-wl-setup)
> (setq bbdb-use-pop-up nil)
> (setq bbdb/mail-auto-create-p nil)
> (setq wl-summary-from-function 'bbdb-wl-from-func)
> 
> Is this a known wl issue or something insidious....??? 
> 
> Regards-- Ken

Apologies for following on my own post but as an additional data point
I just re-tested this with very sparse .emacs and .wl files and get
the same result.

.emacs was only:

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

And .wl was only:

(require 'bbdb-wl)
(bbdb-wl-setup)

I've also deleted and recreated .bbdb database to rule out potential
for something corrupted there.

Hence, either something is amiss platform side, and I've not been
experiencing issues with other packages, or I think I may be looking
at a bug here.  

Regards-- Ken