home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.gnus
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!lhc!lhc!warsaw
- From: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Subject: Re: Wrong type argument error
- In-Reply-To: tom@ssd.csd.harris.com's message of Mon, 25 Jan 1993 16:03:07 GMT
- Message-ID: <WARSAW.93Jan25134907@anthem.nlm.nih.gov>
- Lines: 19
- Sender: news@nlm.nih.gov
- Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Organization: Century Computing, Inc.
- References: <TODD.93Jan25092059@todd.kastle.com>
- <TOM.93Jan25110307@amber.ssd.csd.harris.com>
- Distribution: gnu
- Date: 25 Jan 93 18:49:07 GMT
-
-
- >>>>> "Tom" == Tom Horsley <tom@ssd.csd.harris.com> writes:
-
- Tom> Yep. I just tracked this down. Someone (or ones) has started
- Tom> posting articles with a date in a format timezone.el cannot
- Tom> understand. Instead of just having "Jan" in the date, it has
- Tom> "January".
-
- Alternatively, I added the following to my .emacs files:
-
- (setq timezone-months-assoc
- (append timezone-months-assoc
- '(("JANUARY" . 1) ("FEBRUARY" . 2) ("MARCH" . 3)
- ("APRIL" . 4) ("MAY" . 5) ("JUNE" . 6)
- ("JULY" . 7) ("AUGUST" . 8) ("SEPTEMBER" . 9)
- ("OCTOBER" . 10) ("NOVEMBER" . 11) ("DECEMBER" . 12))
- ))
-
- -Barry
-