Re: function clashes with bbdb

2001-02-14 Thread Kai Großjohann
On Tue, 13 Feb 2001, Paul Franklin wrote: > Besides, C-g letter is reserved for personalized key bindings, but > C-g C-letter isn't, so this change is a good thing regardless. ITYM C-c, not C-g. kai -- Be indiscrete. Do it continuously. ___ [EMAIL

Re: Electric mode (was Re: function clashes with bbdb)

2001-02-14 Thread Ronan Waide
On February 14, [EMAIL PROTECTED] said: > > Isn't it time to switch electric mode off by default? Few people seem > to like it, and no matter how good the documentation or how profuse > the apologies it will always confuse new users otherwise. This is exactly why, I imagine, jwz was sorry he im

Electric mode (was Re: function clashes with bbdb)

2001-02-14 Thread Patrick Campbell-Preston
> On February 13, [EMAIL PROTECTED] said: > > 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 until then, I'm a happy non-electric BBDB user. > > There's a comment either on the old list archi

Re: function clashes with bbdb

2001-02-14 Thread Ronan Waide
On February 13, [EMAIL PROTECTED] said: > 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 until then, I'm a happy non-electric BBDB user. There's a comment either on the old list archives or in the

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 ha

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 u

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

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 bbdb-b

Re: function clashes with bbdb

2001-02-13 Thread John Hunter
> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes: Ronan> It's about not reading the manual :) When the -> prompt is Ronan> in your buffer, you're in BBDB-electric-mode or somesuch Ronan> (details, details). You should not bury the BBDB buffer; Ronan> you should simply press

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 si

Re: function clashes with bbdb

2001-02-13 Thread John Hunter
> "Ronan" == Ronan Waide <[EMAIL PROTECTED]> writes: Ronan> On February 13, [EMAIL PROTECTED] said: >> I wanted to send along a backtrace but cannot remember how to >> do it (and DejaNews is down!). From the *Apropos*, I thought >> it would be backtrace-debug, but this is app

Re: function clashes with bbdb

2001-02-13 Thread Ronan Waide
On February 13, [EMAIL PROTECTED] said: > I wanted to send along a backtrace but cannot remember how to do it > (and DejaNews is down!). From the *Apropos*, I thought it would be > backtrace-debug, but this is apparently not an interactive function. > Could someone please remind me how to do this

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