From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ed Reingold Newsgroups: gmane.emacs.devel Subject: Re: invalid-regexp in calendar Date: Wed, 04 Feb 2004 20:52:54 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200402050252.i152qssq004909@emr.cs.iit.edu> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1075949947 4710 80.91.224.253 (5 Feb 2004 02:59:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 02:59:07 +0000 (UTC) Cc: deego@gnufans.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 05 03:58:57 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoZjF-0008HG-00 for ; Thu, 05 Feb 2004 03:58:57 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoZjE-00026w-00 for ; Thu, 05 Feb 2004 03:58:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoZeE-0006gq-8e for emacs-devel@quimby.gnus.org; Wed, 04 Feb 2004 21:53:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AoZdz-0006c3-Px for emacs-devel@gnu.org; Wed, 04 Feb 2004 21:53:31 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoZdQ-0006JW-3X for emacs-devel@gnu.org; Wed, 04 Feb 2004 21:53:28 -0500 Original-Received: from [216.47.143.101] (helo=email2.iit.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoZdP-0006JR-QC; Wed, 04 Feb 2004 21:52:55 -0500 Original-Received: from emr.cs.iit.edu (emr.cs.iit.edu [216.47.142.126]) by email2.iit.edu (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HSL00L8BBWE32@email2.iit.edu>; Wed, 04 Feb 2004 20:50:38 -0600 (CST) Original-Received: from emr.cs.iit.edu (localhost [127.0.0.1]) by emr.cs.iit.edu (8.12.9+Sun/8.12.2) with ESMTP id i152qssq004909; Wed, 04 Feb 2004 20:52:54 -0600 (CST) In-reply-to: Message from Sam Steingold "of Fri, 16 Jan 2004 13:56:41 EST." Original-To: sds@gnu.org X-Mailer: exmh version 2.5 11/23/2002 with nmh-1.0.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19726 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19726 Who made the change (and why)? > GNU Emacs 21.3.50.1 (i386-msvc-nt5.0.2195) > of 2004-01-08 on WINSTEINGOLDLAP > --with-msvc (12.00) > > Debugger entered--Lisp error: (invalid-regexp "Unmatched ) or \\)") > string-match("\\`[ \n\\^M]*\\([0-9]?[0-9]\\)[:.][\\([0-9][0-9]\\)\\([ap]\\)m\\>" "Day 22 of 2004; 344 days remaining in the year") > diary-entry-time("Day 22 of 2004; 344 days remaining in the year") > diary-entry-compare(((1 22 2004) "Day 22 of 2004; 344 days remaining in the year" "&%%(diary-day-of-year)" # nil) ((1 22 2004) "Daylight [Eastern Standard Time]: 07:08/16:44 [=9:35] at Boston, MA, USA" "&%%(diary-sunrise-sunset)" # nil)) > sort((((1 22 2004) "Hebrew date (until sunset): 5764, Teveth 28" "&%%(diary-hebrew-date)" # nil)) diary-entry-compare) > sort-diary-entries() > run-hooks(nongregorian-diary-listing-hook list-diary-entries-hook) > list-diary-entries((1 22 2004) 1) > view-diary-entries(1) > * call-interactively(view-diary-entries) > > this appears to be caused by the 2004-01-09 change > > (diary-entry-time): > Also accept time in the form XX[.XX][am/pm/AM/PM]. > > -- > Sam Steingold (http://www.podval.org/~sds) running w2k > > > Modern man is the missing link between apes and human beings. > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://mail.gnu.org/mailman/listinfo/emacs-devel >