Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!mrsvr.UUCP!mrsvr!nuge From: nuge@ctmed@gemed.ge.com (James A. Nugent) Newsgroups: comp.emacs Subject: Re: calendar.el (on September 30, 1990) Message-ID: Date: 4 Oct 90 22:15:31 GMT References: Sender: news@mrsvr.UUCP Distribution: comp Organization: GE Medical Systems, Milwaukee, WI Lines: 23 In-reply-to: ron@mlfarm.uucp's message of 1 Oct 90 02:01:50 GMT In article ron@mlfarm.uucp (Ronald Florence) writes: > The function calendar-cursor-to-date() in Edward M. Reingold > (reingold@cs.uiuc.edu)'s calendar.el announces > (args-out-of-range 555 558) when the various calendar > movement commands are used on September 30, 1990. The > functions seem to work other days of the year. It is > obvious that the layout of the calendar is a little > different that year (the cursor is on the only date in the > bottom line of the buffer). Any idea how to fix what seems > like a bug? Thanks. I must have an older version because mine doesn't even have that function in it, and I can't reproduce your specific problem or suggest an exact fix. I suspect that the "put the cursor on date" function is being confused by tabs in the buffer. I do remember having to change it because the analagous function in my version "broke" in February 1989. In goto-visible-date (in my version), I changed a forward-char () to move-to-column (). The latter understands tabs; the former doesn't. Maybe that's your problem. -- Jim Nugent