From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Emilio Lopes Newsgroups: gmane.emacs.devel Subject: Re: calendar-goto-iso-week Date: Thu, 02 Sep 2004 21:33:09 +0200 Organization: private Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87656xepjz.fsf@deepthought.outer.space.org> <413646C5.4030607@yahoo.com> <87656wbm9z.fsf@deepthought.outer.space.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094155314 9460 80.91.224.253 (2 Sep 2004 20:01:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Sep 2004 20:01:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 02 22:01:46 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 1C2xmD-0000ZB-00 for ; Thu, 02 Sep 2004 22:01:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2xrC-0000Cc-VB for ged-emacs-devel@m.gmane.org; Thu, 02 Sep 2004 16:06:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2xqj-0008UL-0z for emacs-devel@gnu.org; Thu, 02 Sep 2004 16:06:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2xqg-0008Sp-7w for emacs-devel@gnu.org; Thu, 02 Sep 2004 16:06:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2xqg-0008SS-4j for emacs-devel@gnu.org; Thu, 02 Sep 2004 16:06:22 -0400 Original-Received: from [62.26.116.129] (helo=webmail.tiscali.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2xlF-0002f2-QX for emacs-devel@gnu.org; Thu, 02 Sep 2004 16:00:46 -0400 Original-Received: from jumeira.tiscali.de (62.246.51.245) by webmail.tiscali.de (6.7.019) id 40FB89FE00DA7BB6 for emacs-devel@gnu.org; Thu, 2 Sep 2004 22:00:44 +0200 Original-Newsgroups: gnu.emacs.sources Mail-Followup-To: eclig@gmx.net Cancel-Lock: sha1:/OYCV7ZC588+DVM3TCc9lrH6JH4= In-Reply-To: <87656wbm9z.fsf@deepthought.outer.space.org> (Detlev Zundel's message of "Thu, 02 Sep 2004 19:42:16 +0200") Posted-To: gnu.emacs.sources User-Agent: Emacs Gnus 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:26735 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26735 [Mailed and posted] Detlev Zundel writes: >> > This is incredibly useful. Could you please post this >> > on emacs.devel so it could get included in the main >> > calendar.el? Thanks. I'm CCing this to emacs-devel too. > However I repeatedly have to check the date for a calendar > week while being on the phone and then I want to type (and > visually parse) as few as possible so I still think the > separate function has value on its own. Yes, that was my motivation too. It's very common in Germany to refer to calendar weeks when making appointments or talking about deadlines. > And to be honest, I didn't even realize I was able to > achieve this goal with 'calendar-goto-iso-date' as I was > never able to deduce this from the function name without > checking the actual code. It is somewhat unfortunate that one can't find `calendar-goto-iso-date' using an apropos search with "calendar.*week", but I can't suggest a better name either.