insinuation bug/misfeature/suggestion in RMAIL

2005-08-10 Thread Evil Boris
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

Re: insinuation bug/misfeature/suggestion in RMAIL

2005-08-10 Thread Ronan Waide
On August 8, [EMAIL PROTECTED] said: [-] stuff. IMHO, none of this stuff should be executed in a mode hook, but on load of the mode file. What you have to bear in mind is that much of this code predates things like advice (and possibly eval-on-load), and has not significantly changed since

Re: gnus-summary-limit-to-bbdb: how to display all bbdb entries

2005-08-10 Thread Uwe Brauer
== Thomas Gerds [EMAIL PROTECTED] writes: maybe i did not understand correctly but here is my interpretation of your question: (defun bbdb-list-names () (let ((recs (bbdb-records)) bbdb-name-list) (while recs (setq bbdb-name-list

Re: gnus-summary-limit-to-bbdb: how to display all bbdb entries

2005-08-10 Thread Uwe Brauer
== Uwe Brauer [EMAIL PROTECTED] writes: == Thomas Gerds [EMAIL PROTECTED] writes: maybe i did not understand correctly but here is my interpretation of your question: (defun bbdb-list-names () (eval-expression '(bbdb-list-names) nil) Is your friend, sorry.

Re: BBDB completion

2005-08-10 Thread Ronan Waide
On August 10, [EMAIL PROTECTED] said: I'm confused about how bbdb does its completion. I have bbdb-completion-type set to primary-or-name. I have about 10 Johns in my BBDB, yet, when I bbdb-complete-name on John, the completion window only shows 3 entries. Is this a bug? It may be. I

Re: BBDB completion

2005-08-10 Thread emacs user
From: Ronan Waide [EMAIL PROTECTED] On August 10, [EMAIL PROTECTED] said: I'm confused about how bbdb does its completion. I have bbdb-completion-type set to primary-or-name. I have about 10 Johns in my BBDB, yet, when I bbdb-complete-name on John, the completion window only shows 3

Re: BBDB completion

2005-08-10 Thread Ronan Waide
On August 10, [EMAIL PROTECTED] said: I submitted a detailed reproducible case for this bug. It occurs for me only for cvs gnu emacs, and I was told that only bugs with released versions will be fixed. if requested, I am happy to send that bug report again... I deleted it about two days

Re: insinuation bug/misfeature/suggestion in RMAIL

2005-08-10 Thread Evil Boris
Ronan Waide [EMAIL PROTECTED] writes: On August 8, [EMAIL PROTECTED] said: stuff. IMHO, none of this stuff should be executed in a mode hook, but on load of the mode file. What you have to bear in mind is that much of this code predates things like advice (and possibly eval-on-load)

Re: insinuation bug/misfeature/suggestion in RMAIL

2005-08-10 Thread Ronan Waide
On August 10, [EMAIL PROTECTED] said: I am also (personally) not thrilled with the attitude of refusing to support CVS Emacs. I understand the reasoning behind it---trying to catch up with a moving target plus lack of resources. My major gripe with trying to support CVS Emacs (or CVS XEmacs,