From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; on Windows, M-x display-time-world shows the same, incorrect, time for all cities Date: Wed, 17 Oct 2007 21:34:20 +0200 Message-ID: References: <878x6165pn.fsf@offby1.atm01.sea.blarg.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1192649699 27301 80.91.229.12 (17 Oct 2007 19:34:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2007 19:34:59 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Ivan Kanis To: Eric Hanchrow Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 17 21:34:58 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 1IiEfQ-0006eB-Ag for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 21:34:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiEfJ-0007zE-4D for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2007 15:34:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiEfE-0007yj-1n for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:34:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiEfC-0007y0-In for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:34:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiEfC-0007xw-DL for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:34:42 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiEfC-0000pb-2d for emacs-devel@gnu.org; Wed, 17 Oct 2007 15:34:42 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiEfB-0008EI-Pg for emacs-pretest-bug@gnu.org; Wed, 17 Oct 2007 15:34:41 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IiEf8-0000nO-Ex for emacs-pretest-bug@gnu.org; Wed, 17 Oct 2007 15:34:41 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IiEf7-0000mD-Ku for emacs-pretest-bug@gnu.org; Wed, 17 Oct 2007 15:34:37 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-1-138.inter.net.il [83.130.1.138]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DWS20992 (AUTH halo1); Wed, 17 Oct 2007 21:34:20 +0200 (IST) In-reply-to: <878x6165pn.fsf@offby1.atm01.sea.blarg.net> (message from Eric Hanchrow on Wed, 17 Oct 2007 09:55:48 -0700) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:81084 gmane.emacs.pretest.bugs:20152 Archived-At: > From: Eric Hanchrow > Date: Wed, 17 Oct 2007 09:55:48 -0700 > Cc: > > I simply typed M-x display-time-world, and noted that the *wclock* > window contained this text: > > Seattle Wednesday 10 October 17:49 > New York Wednesday 10 October 17:49 > London Wednesday 10 October 17:49 > Paris Wednesday 10 October 17:49 > Bangalore Wednesday 10 October 17:49 > Tokyo Wednesday 10 October 17:49 This is because the implementation of this command uses time-zone specifications that are not portable enough, and in particular cannot work on Windows. The problem is in the value of the option `display-time-world-list'. Thanks for reporting this. If no one beats me to it, I will work on fixing it in a few days.