Re: Zip code bug?

2001-02-13 Thread Manoj Srivastava
Hi, "Sergei" == Sergei Pokrovsky [EMAIL PROTECTED] writes: "ZSH" == ShengHuo ZHU skribis: ZSH [EMAIL PROTECTED] (Kai Grojohann) writes: On 07 Feb 2001, Mats Lfdahl wrote: Basically, a continental zip code is displayed in front of the city while a US zip code comes after. That is

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*

Re: texinfo patch

2001-02-13 Thread Alex Schroeder
When I updated my CVS today, I missed the following patch: +2001-02-06 Alex Schroeder [EMAIL PROTECTED] + + * texinfo/bbdb.texinfo (Customization Parameters): Documented + bbdb-check-zip-codes-p, bbdb-address-formatting-alist, and + bbdb-continental-zip-regexp. + + *

SyncBBDB issues

2001-02-13 Thread Kelsey Jordahl
Hi, I've just started trying to use SyncBBDB to syncronize records between BBDB and my Palm III. It looks great, I think that I will finally be able to have addresses stay in sync on both. I have it working now for the most part, but I have encountered a number of problems/inconveniences/wish

Re: Replacing Gnus nnmail-split-fancy badness with bbdb goodness

2001-02-13 Thread Jack Twilley
"Adam" == Adam C Finnefrock [EMAIL PROTECTED] writes: Adam I only use gnus-private, so that I can have per-user sorting, Adam without an regexp entry for each person in BBDB. So each related BBDB entry has a gnus-private tag, right? That'll handle "other mail" and "people" in my example