From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Patches to calendar Date: Mon, 20 Sep 2004 23:20:26 +0100 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <7ay8j4y445.fsf@xpc14.ast.cam.ac.uk> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095718888 3568 80.91.229.6 (20 Sep 2004 22:21:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 22:21:28 +0000 (UTC) Cc: eclig@gmx.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 21 00:21:11 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 1C9WX1-0008Pk-00 for ; Tue, 21 Sep 2004 00:21:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9Wcu-0001Ft-HM for ged-emacs-devel@m.gmane.org; Mon, 20 Sep 2004 18:27:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9Wcm-0001Ef-JN for emacs-devel@gnu.org; Mon, 20 Sep 2004 18:27:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9Wci-0001Du-T5 for emacs-devel@gnu.org; Mon, 20 Sep 2004 18:27:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9Wci-0001Dk-On for emacs-devel@gnu.org; Mon, 20 Sep 2004 18:27:04 -0400 Original-Received: from [131.111.8.138] (helo=ppsw-8.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9WWM-0005pd-P7 for emacs-devel@gnu.org; Mon, 20 Sep 2004 18:20:30 -0400 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]:39348) by ppsw-8.csi.cam.ac.uk (mx.cam.ac.uk [131.111.8.148]:25) with esmtp (Exim 4.34) id 1C9WWJ-0006sK-JL (return-path gmorris+emacs@ast.cam.ac.uk); Mon, 20 Sep 2004 23:20:27 +0100 Original-Received: from xserv1.ast.cam.ac.uk (IDENT:g7FDrcO8y9vLaU7OSiiWpv6V36UVji97@xserv1.ast.cam.ac.uk [131.111.69.235]) by cass41.ast.cam.ac.uk (8.12.10+Sun/8.12.10) with ESMTP id i8KMKR0I027641; Mon, 20 Sep 2004 23:20:27 +0100 (BST) Original-Received: from xserv1.ast.cam.ac.uk (IDENT:/LhMg+enq8W7jg1eDuqzZ94PcbczxVdI@xpc14.ast.cam.ac.uk [131.111.69.34]) by xserv1.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id i8KMKQf01997; Mon, 20 Sep 2004 23:20:26 +0100 Original-To: emacs-devel@gnu.org X-Spook: Afghanistan pre-teen Arab Revolutionary Brigades Maubere X-Attribution: GM Mail-Followup-To: emacs-devel@gnu.org, eclig@gmx.net User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned 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:27351 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27351 (with-calendar-maintainer-hat ... ) Sorry to come late to this discussion. Emilio Lopes wrote: > Here are the patches to calendar as discussed with Ed Reingold. > > Besides the new command `calendar-goto-iso-week' I don't think it's worth adding a whole new function which duplicates practically the entire code from calendar-goto-iso-date, just for this. Instead, I'm minded to just make calendar-goto-iso-date default to 1 for the day of the week. The UI difference between that and `calendar-goto-iso-week' would just be a matter of pressing RET once more. We could have (defalias 'calendar-goto-iso-week 'calendar-goto-iso-date) if people really think it necessary. > I also unquoted all the lambda forms in the code, as suggested by > Stefan Monnier. I'm not going to make that change unless a pressing need is felt to change every such instance in Emacs; in which case it's the kind of thing that might as well be done in one fell swoop, IMO.