[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
[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
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
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
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
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.
___
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
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