From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.help Subject: calendar Date: Thu, 20 Oct 2005 22:46:19 -0400 Message-ID: <878xwn7fk4.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129863036 11302 80.91.229.2 (21 Oct 2005 02:50:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Oct 2005 02:50:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 21 04:50:34 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESmxc-0003kZ-Ds for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Oct 2005 04:48:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESmxb-0000ik-R6 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Oct 2005 22:48:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESmxN-0000ie-76 for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 22:48:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESmxM-0000iQ-Lf for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 22:48:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESmxM-0000iN-Bd for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 22:48:32 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1ESmxM-000097-FJ for help-gnu-emacs@gnu.org; Thu, 20 Oct 2005 22:48:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ESmw7-0003Lv-6n for help-gnu-emacs@gnu.org; Fri, 21 Oct 2005 04:47:15 +0200 Original-Received: from pool-70-19-42-201.ny325.east.verizon.net ([70.19.42.201]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Oct 2005 04:47:15 +0200 Original-Received: from sean.sieger by pool-70-19-42-201.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Oct 2005 04:47:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-19-42-201.ny325.east.verizon.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:0Q4poY/fY+cr5Ym2iEt+YWk8IY8= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:30422 Archived-At: When I do either 'M' or 'S' in calendar I get really wrong lunar and solar data. Is there something really wrong with what I have in my dotemacs: (setq calendar-latitude 40.7) (setq calendar-longitude -73.9) (setq calendar-location-name "New York, NY") (setq calendar-time-zone -500) (setq calendar-standard-time-zone-name "EST") (setq calendar-daylight-time-zone-name "EDT") and yes indeed, I live in Manhattan.