From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10895 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: timezone.el patterns in emacs 19.34 Date: 08 May 1997 14:37:29 +0200 Message-ID: References: <199705020844.EAA06520@kr-laptop.cygnus.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035150693 27068 80.91.224.250 (20 Oct 2002 21:51:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:51:33 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id GAA24508 for ; Thu, 8 May 1997 06:05:51 -0700 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Thu, 8 May 1997 14:41:15 +0200 Original-Received: (qmail 11710 invoked by uid 504); 8 May 1997 12:39:02 -0000 Original-Received: (qmail 11707 invoked from network); 8 May 1997 12:39:02 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by claymore.vcinet.com with SMTP; 8 May 1997 12:39:01 -0000 Original-Received: from proletcult.slip.ifi.uio.no (root@ppp18.larris.ifi.uio.no [129.240.68.118]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 8 May 1997 14:41:11 +0200 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id OAA02869; Thu, 8 May 1997 14:37:32 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Ken Raeburn's message of 03 May 1997 19:44:25 -0400 Original-Lines: 16 X-Mailer: Gnus v5.4.51/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > Okay, so how would you get around the requirement of matching a > substring, without using regexps? Have a look at parse-time.el (written by Erik Naggum), which is included in the Gnus distribution. It uses no regexps to handle date parsing, and it's faster than the timezone functions. It doesn't understand ISO8601 dates yet, though. Gnus doesn't use this yet, but will probably start using it instead of timezone in Quassia Gnus. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen