From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Patches to calendar Date: Wed, 22 Sep 2004 03:11:24 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <4opt4g7j6c.fsf@tiscali.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095837222 12223 80.91.229.6 (22 Sep 2004 07:13:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2004 07:13:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 22 09:13:32 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CA1Jk-0002cp-00 for ; Wed, 22 Sep 2004 09:13:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CA1Ph-0000iZ-WF for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2004 03:19:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CA1Ob-0008U6-2o for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:18:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CA1OY-0008SU-9p for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:18:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CA1OX-0008SC-GA for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:18:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CA1Hi-00048J-Uh for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:11:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CA1Hg-0007rd-Vj; Wed, 22 Sep 2004 03:11:25 -0400 Original-To: Emilio Lopes In-reply-to: <4opt4g7j6c.fsf@tiscali.de> (message from Emilio Lopes on Mon, 20 Sep 2004 22:57:15 +0200) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27418 Is the following appropriate? ** The new Calendar function `calendar-goto-iso-week' (g w) prompts for a year and a week number, and moves to the first day of that ISO week. It is written the right way. If you are adding this to the manual at the same time, put +++ in front of it.