Ronan Waide <[EMAIL PROTECTED]> writes:

> On August 8, [EMAIL PROTECTED] said:
>> First, a bug report, sort of.  I use RMAIL but almost never the RMAIL
>> summary mode.  Insinuating into RMAIL causes trouble, as bbdb-insinuate-rmail
>> includes
>> 
>>   (define-key rmail-summary-mode-map ":" 'bbdb/rmail-show-sender)
>> 
>> among other stuff.  Of course, (require 'rmailsum) before loading bbdb
>> takes care of that, but it does not seem like a very clean solution.
>
> Was this from a non-CVS version of BBDB? Currently, BBDB-cvs has:
>
> (eval-when-compile
>   (require 'bbdb)
>   (require 'bbdb-com)
>   (require 'rmail)
>   ;(require 'rmailsum)   ; not provided, dammit!
>   (if (not (fboundp 'rmail-make-summary-line))
>       (load-library "rmailsum"))
>   ;; just to avoid a warning 
>   (if (not (boundp 'rmail-buffer))
>       (defvar rmail-buffer nil)))
>

This shuts the byte-compiler up at compilation time.  It does not do
much good at run time, if I do not have rmail **and** rmailsum
loaded.  Or I am missing something major here.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to