Re: bbdb-complete-name return value

2011-02-11 Thread Roland Winkler
On Thu Feb 10 2011 Stefan Monnier wrote: Since BBDB3 only works on Emacs 23, its completion could use completion-at-point-functions and/or completion-in-region. I looked into completion-in-region. Here the problem is that the completion done by bbdb-complete-name is not a comventional

Bug#612912: No MH variant found on the system

2011-02-11 Thread jidanni
X-debbugs-Cc: bbdb-info@lists.sourceforge.net Package: bbdb Version: 2.36-2 Severity: wishlist One gets these scary messages: No MH variant found on the system Perhaps append but that's OK' if they must be shown to the user.

Re: Bug#612912: No MH variant found on the system

2011-02-11 Thread Roland Winkler
On Fri Feb 11 2011 jida...@jidanni.org wrote: X-debbugs-Cc: bbdb-info@lists.sourceforge.net Package: bbdb Version: 2.36-2 Severity: wishlist One gets these scary messages: No MH variant found on the system Perhaps append but that's OK' if they must be shown to the user. This message

Re: bbdb-complete-name return value

2011-02-11 Thread Roland Winkler
On Fri Feb 11 2011 Stefan Monnier wrote: Indeed, we have a problem here, and I think that part of the problem is on the side of bbdb-complete-name's behavior: it should include the name (with quotes) along with the email address so that it is actually a completion rather than a lookup. Of

Re: Bug#612912: No MH variant found on the system

2011-02-11 Thread jidanni
BAP == Barak A Pearlmutter ba...@cs.nuim.ie writes: BAP How about just upgrading the BBDB package to the new bbdb All I know is I just use the .debs people provide. The rest is too deep water. $ apt-cache policy bbdb bbdb: Installed: 2.36-2 Candidate: 2.36-2 Version table: *** 2.36-2 0

Re: bbdb-complete-name return value

2011-02-11 Thread Roland Winkler
On Fri Feb 11 2011 Stefan Monnier wrote: Joe Smith f...@bar.org Now the idea is that typing foo would give you the above line. `substring' completion does that since `foo' is a substring of the above string. Fine! Also, this command implements the concept of cycling, which is yet