function clashes with bbdb

2001-02-13 Thread John Hunter
I have a key binding that I use to get my mail from the spool form any buffer (define-key global-map "\C-c\C-g" (lambda () (interactive) (gnus-group-get-new-news 1))) This works great *unless* I have a *BBDB* buffer created

Re: function clashes with bbdb

2001-02-13 Thread Ronan Waide
On February 13, [EMAIL PROTECTED] said: and when I execute "\C-c\C-g" I get the flash which is usually caused by an error. In any case, the binding does not work as expected *until* I bury the bbdb buffer as described above. Is this related to the '-' symbol which appears on the left side

Re: function clashes with bbdb

2001-02-13 Thread Kai Großjohann
On 13 Feb 2001, John Hunter wrote: (define-key global-map "\C-c\C-g" (lambda () (interactive) (gnus-group-get-new-news 1))) This works great *unless* I have a *BBDB* buffer created in which I have not run 'M-x

Re: function clashes with bbdb

2001-02-13 Thread John Hunter
"Kai" == Kai Großjohann [EMAIL PROTECTED] writes: Kai I wonder whether `C-g' is causing this problem. Can you move Kai the binding to `C-c g', say, and see if the problem goes Kai away? Kai `C-g' normally quits, and who knows what strange effects this Kai might have.

Re: function clashes with bbdb

2001-02-13 Thread Kai Großjohann
On 13 Feb 2001, John Hunter wrote: An annoying feature about this electric mode in the minibuffer is that it seems to swallow minibuffer messages. IMHO electricity in BBDB is just not insulated well enough. I prefer to turn it off, lest I get a shock. Maybe some day it will be fixed. But

Re: function clashes with bbdb

2001-02-13 Thread Paul Franklin
On 13 Feb 2001, Kai [iso-8859-1] Großjohann wrote: On 13 Feb 2001, John Hunter wrote: (define-key global-map "\C-c\C-g" (lambda () (interactive) (gnus-group-get-new-news 1))) This works great *unless* I have a *BBDB*