Re: Zip code bug?

2001-02-11 Thread Alex Schroeder
[EMAIL PROTECTED] (Kai Großjohann) 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 and post it. Then we can just add the stuff to BBDB. As it is now, this part of the code is

Re: Zip code bug?

2001-02-11 Thread ShengHuo ZHU
[EMAIL PROTECTED] (Kai Großjohann) writes: > On 07 Feb 2001, Mats Löfdahl 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 afte

Re: strange VM display after updating

2001-02-11 Thread Ronan Waide
On February 11, [EMAIL PROTECTED] said: > On Thu, 1 Feb 2001, Albert L. Ting wrote: > > > ! (when (not (string-match "XEmacs\\|Lucid" emacs-version)) > > How about: > > (or (featurep 'xemacs) (sit-for 0)) > > Maybe this breaks on real old XEmacsen, but it's cleaner, methinks. > > kai N

Re: message-mode-map problem

2001-02-11 Thread Kai Großjohann
On 07 Feb 2001, Ian Swainson wrote: > Near the end of my .emacs I have the following to rebind M-TAB to > TAB when in Gnus, as the default M-TAB is used by the OS: I think you can still type C-M-i or ESC TAB. > , > | ;; From Shenghuo Zhu on the Gnus mailing list > | ;; Only auto-complete wh

Re: Tell BBDB to NOT add a user with same name as existing record

2001-02-11 Thread Kai Großjohann
On 01 Feb 2001, Harry Putnam wrote: > This still doesn't shut it clear up. I think there should be a > switch that makes bbdb just hold what you give it to hold, record > what you tell it to record and shut clear up about anything else. I'm not sure what you want. I want BBDB to never automati

Re: strange VM display after updating

2001-02-11 Thread Kai Großjohann
On Thu, 1 Feb 2001, Albert L. Ting wrote: > ! (when (not (string-match "XEmacs\\|Lucid" emacs-version)) How about: (or (featurep 'xemacs) (sit-for 0)) Maybe this breaks on real old XEmacsen, but it's cleaner, methinks. kai -- Be indiscrete. Do it continuously. ___

Re: void-function replace-in-string

2001-02-11 Thread Kai Großjohann
On Tue, 6 Feb 2001, Robert Fenk wrote: > You are right, actually speaking there is quite some > GNU/XEmacs compatibility code scatters across various files, > it would be a good idea to put it into one file and "require" > that file for GNU Emacs. No. Test for each individual feature and then D

Re: Zip code bug?

2001-02-11 Thread Kai Großjohann
On 07 Feb 2001, Mats Löfdahl 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 qu