home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / gnus / 1511 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.3 KB  |  35 lines

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