From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ray@nabuli.de (Raimund Kohl-Fuechsle) Newsgroups: gmane.emacs.help Subject: calendar functions Date: Sun, 24 Aug 2003 13:36:38 +0200 (CEST) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030824113638.DCBBF30694@oldsmartoffice> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061739778 5923 80.91.224.253 (24 Aug 2003 15:42:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2003 15:42:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 17:42:57 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qx16-00036S-00 for ; Sun, 24 Aug 2003 17:42:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qx11-0003lw-UI for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2003 11:42:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qx0T-0003fk-G1 for help-gnu-emacs@gnu.org; Sun, 24 Aug 2003 11:42:17 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qwzt-0003LR-Ri for help-gnu-emacs@gnu.org; Sun, 24 Aug 2003 11:42:13 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qwyb-00027G-TN for help-gnu-emacs@gnu.org; Sun, 24 Aug 2003 11:40:21 -0400 Original-Received: from [212.227.126.183] (helo=moutng.kundenserver.de) by mx20.gnu.org with esmtp (Exim 4.20) id 19qwpo-0006GE-Rs for help-gnu-emacs@gnu.org; Sun, 24 Aug 2003 11:31:16 -0400 Original-Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19qvwd-0005dk-00 for help-gnu-emacs@gnu.org; Sun, 24 Aug 2003 16:34:15 +0200 Original-Received: from [80.140.9.95] (helo=oldsmartoffice) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 19qvwc-0007nV-00 for help-gnu-emacs@gnu.org; Sun, 24 Aug 2003 16:34:14 +0200 Original-Received: by oldsmartoffice (Postfix, from userid 1000) id DCBBF30694; Sun, 24 Aug 2003 13:36:38 +0200 (CEST) Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12025 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12025 Hello all, I recently switched from SuSE to Debian. Somehow I feel the behaviour of a few calender functions seem to work differently ... or not at all. Previously I had set ;;(setq calender-week-start-day 1) to start the calender display with Mo instead of Su. But it doesn't work at all ... the calender display starts with Su, no matter what value I set in .emacs. Next is that I previously had set ;;(setq calender-latitude +49.27) ;; (setq calender-longitude +8.21) ;; (setq calender-location-name "Mutterstadt, LU") which worked fine with SuSE. But if I ask for Sunrise I am prompted to give in latitude and longtitude datas. How can I change that in a way that it works? Thank you in advance, ray