Re: completition in mini-buffer

2011-11-07 Thread Peter Münster
On Mon, Nov 07 2011, Eric Abrahamsen wrote: Also: see `bbdb-completing-read-mails', it might be enough to replace `message-read-from-minibuffer' with your own function that uses this. Thanks! Redefinig `message-read-from-minibuffer' works well: --8---cut

Re: completition in mini-buffer

2011-11-07 Thread Peter Münster
On Mon, Nov 07 2011, Peter Münster wrote: (defadvice gnus-summary-resend-message (around resend-with-bbdb (address n) activate) Resend message with bbdb address completion. (flet ((message-read-from-minibuffer (p optional d)

Re: completition in mini-buffer

2011-11-07 Thread Eric Abrahamsen
On Tue, Nov 08 2011, Peter Münster wrote: On Mon, Nov 07 2011, Peter Münster wrote: (defadvice gnus-summary-resend-message (around resend-with-bbdb (address n) activate) Resend message with bbdb address completion. (flet

completition in mini-buffer

2011-11-06 Thread Peter Münster
Hello, What should I do, to get completion of email addresses in the mini-buffer, when using `gnus-summary-resend-message' (S-D-r)? TIA for any hint! -- Peter -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: completition in mini-buffer

2011-11-06 Thread Eric Abrahamsen
On Mon, Nov 07 2011, Peter Münster wrote: Hello, What should I do, to get completion of email addresses in the mini-buffer, when using `gnus-summary-resend-message' (S-D-r)? TIA for any hint! Well, this is really only a hint, but that command uses `message-read-from-minibuffer', which will

Re: completition in mini-buffer

2011-11-06 Thread Eric Abrahamsen
On Mon, Nov 07 2011, Eric Abrahamsen wrote: On Mon, Nov 07 2011, Peter Münster wrote: Hello, What should I do, to get completion of email addresses in the mini-buffer, when using `gnus-summary-resend-message' (S-D-r)? TIA for any hint! Well, this is really only a hint, but that command