From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Year 2038 problem with calendar (Bad holiday list items) Date: Mon, 16 Apr 2007 15:37:50 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176752439 15719 80.91.229.12 (16 Apr 2007 19:40:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Apr 2007 19:40:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sascha Wilde Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 16 21:40:32 2007 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 1HdX3s-0006P8-PG for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2007 21:40:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdX8W-000356-BT for ged-emacs-devel@m.gmane.org; Mon, 16 Apr 2007 15:45:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HdX8T-00034G-8l for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:45:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HdX8Q-000344-Pn for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:45:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdX8Q-000341-NE for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:45:10 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdX3m-0005hl-Fj for emacs-devel@gnu.org; Mon, 16 Apr 2007 15:40:22 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HdX1K-0007h1-Kj; Mon, 16 Apr 2007 15:37:50 -0400 X-Spook: Watergate assassination eavesdropping broadside BATF X-Ran: [z*qlZsZl5$ao}HF*`)VfLRF1qaQLUzw>8.;"OmrQ49e5Z75-z;0|oVjH*S*k{;Dj% X-Hue: yellow X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Mon, 16 Apr 2007 13:35:01 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: 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:69508 Archived-At: Glenn Morris wrote: > Works for me. OK, now I can reproduce it on a 32-bit system. As has been said, it's because things like: (encode-time 1 0 0 1 1 2039) fail on such systems ("specified time is not representable"). > (setq calendar-dst-check-each-year-flag nil) This does avoid the problem for me. I will see if this can be handled more gracefully, but I see no need for this to be changed before the release of Emacs 22. Assuming, as Nick says, that this happens in the next 30 years...