From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: multi-month calendar? Date: Tue, 09 Sep 2003 21:49:23 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1063162225 7394 80.91.224.253 (10 Sep 2003 02:50:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2003 02:50:25 +0000 (UTC) Cc: "Edward M. Reingold" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 10 04:50:24 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 19wv3n-0005h6-00 for ; Wed, 10 Sep 2003 04:50:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wv3S-0006R1-DO for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2003 22:50:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19wv2s-0006Pg-Dj for help-gnu-emacs@gnu.org; Tue, 09 Sep 2003 22:49:26 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19wv2q-0006OF-EJ for help-gnu-emacs@gnu.org; Tue, 09 Sep 2003 22:49:24 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wv2q-0006O7-02 for help-gnu-emacs@gnu.org; Tue, 09 Sep 2003 22:49:24 -0400 Original-Received: from linux183.ma.utexas.edu (linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.3/8.10.2) with ESMTP id h8A2nN914657; Tue, 9 Sep 2003 21:49:23 -0500 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 19wv2p-0003F9-00; Tue, 09 Sep 2003 21:49:23 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (help-gnu-emacs-request@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:12413 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12413 From: Jesper Harder > Yeah, it's hard-wired to three months. But it's works fine for me if > I change the limit from 2 to 5 (thus displaying 6 months) in the > function `generate-calendar' in calendar.el. Neato! Thanks! But unfortunately, 6 months with the current margins are a tiny bit too much for my monitor. Changing this line (generate-calendar-month month year (+ 5 (* 25 i))) I can change the indenting, but messing with this causes some functions in cal-move (eg calendar-goto-today) and diary-lib (eg mark-diary-entries) to behave badly. I don't think I want to go through and find all the relevant integers and change them... so I guess I'll settle for 5 months right now. Maybe this will help motivate me to try to get done with my work a month early. Joe