From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Regression in calendar? Date: Sun, 09 Mar 2008 18:50:15 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205103044 22818 80.91.229.12 (9 Mar 2008 22:50:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2008 22:50:44 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Len Trigg Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 09 23:51:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYUM2-0002s4-L9 for ged-emacs-devel@m.gmane.org; Sun, 09 Mar 2008 23:50:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYULU-0006Pt-GO for ged-emacs-devel@m.gmane.org; Sun, 09 Mar 2008 18:50:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYULR-0006PR-DI for emacs-devel@gnu.org; Sun, 09 Mar 2008 18:50:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYULP-0006Or-Tv for emacs-devel@gnu.org; Sun, 09 Mar 2008 18:50:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYULP-0006Oo-RS for emacs-devel@gnu.org; Sun, 09 Mar 2008 18:50:15 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYULP-0001IG-Ol for emacs-devel@gnu.org; Sun, 09 Mar 2008 18:50:15 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JYULP-0006OZ-7U; Sun, 09 Mar 2008 18:50:15 -0400 X-Spook: IRA Abu Ghraib Blowfish rs9512c Exon Shell ANDVT hackers X-Ran: oQwW3n|KDRA{mc[X.,-P-~>hNdI!7g'?K9/w)FB(L_M-EW5_A9bj)1A:&aY8bJeX$V$PSU X-Hue: magenta X-Attribution: GM In-Reply-To: (Len Trigg's message of "Mon, 10 Mar 2008 10:49:06 +1300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91943 gmane.emacs.pretest.bugs:21480 Archived-At: Len Trigg wrote: > diary-list-entries: Wrong type argument: sequencep, 10 > > > Enabling stack-trace-on-error shows the trace as: > > mapconcat(eval (day "/" month "[^/0-9]") "\\)\\(?:") > diary-list-entries((3 10 2008) 1) > diary-view-entries(1) > call-interactively(diary-view-entries nil nil) Change the `let' at line diary-lib.el:707 back to `let*'.