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

Re: Zip code bug?

2001-02-12 Thread Alex Schroeder
[EMAIL PROTECTED] (Kai Grojohann) writes: On 11 Feb 2001, Alex Schroeder wrote: [EMAIL PROTECTED] (Kai Grojohann) writes: It's not quite clear to me how to recognize those. But BBDB should provide support for it. I think. Well, if there is any need, somebody will write it up

Re: Zip code bug?

2001-02-11 Thread Kai Großjohann
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 about the only difference, right? Chinese zip codes have five digits and they come after the *country* name, ie after `P. R. China'. It's not quite

Re: Zip code bug?

2001-02-07 Thread Mats Löfdahl
Alex Schroeder [EMAIL PROTECTED] writes: I propose the following documentation for the zip code related stuff in BBDB, and the transformation of some defvars into defcustom. [...] +@cindex Address display +Controls the display of addresses in the buffer. Each entry in this +list consists

Re: Zip code bug?

2001-02-07 Thread Mats Löfdahl
Alex Schroeder [EMAIL PROTECTED] writes: Mats Lfdahl [EMAIL PROTECTED] writes: May I suggest a change in the regular expression that determines whether a zip code is US or continental? You are right of course; in Switzerland and Portugal four digits are used, and in Germany and France

Re: Zip code bug?

2001-02-07 Thread Alex Schroeder
Mats Lfdahl [EMAIL PROTECTED] writes: May I suggest a change in the regular expression that determines whether a zip code is US or continental? You are right of course; in Switzerland and Portugal four digits are used, and in Germany and France five digits are used (those are the countries I

Re: Zip code bug?

2001-02-07 Thread Frank Morawietz
Hi Alex, since I upgraded to BBDB 2.2, I use the following continental zip code regexp "\\(^\\s *[A-Z][A-Z]?\\s *-\\s *[0-9][0-9][0-9]\\|^\\s *[1-9][0-9][0-9][0-9][0-9]\\)" which basically matches the old continental zip codes and German ones (5 digits with the first one not being zero and no

Re: Zip code bug?

2001-02-06 Thread Alex Schroeder
I propose the following documentation for the zip code related stuff in BBDB, and the transformation of some defvars into defcustom. Alex. /home/alex/elisp/bbdb $ cvs diff -u cvs server: Diffing . Index: ChangeLog === RCS file:

Zip code bug?

2001-01-30 Thread Mats Löfdahl
BBDB version 2.2 ($Date: 2001/01/24 23:14:00 $) GNU Emacs 20.5.1 Gnus v5.8.8 Bug: BBDB does not accept an empty zip code field when I'm entering an address. Because of this, if I don't know the zip code I can't enter the address at all. -- Mats Lfdahl

Re: Zip code bug?

2001-01-30 Thread Alex Schroeder
Mats Lfdahl [EMAIL PROTECTED] writes: BBDB does not accept an empty zip code field when I'm entering an address. Because of this, if I don't know the zip code I can't enter the address at all. Oops, you are right. You can either set bbdb-check-zip-codes-p to nil (that should disable