From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: icalendar "description" suggestion Date: Wed, 09 Jan 2008 18:50:33 -0700 Message-ID: References: <87fxx8awt5.fsf@web.de> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199931984 24286 80.91.229.12 (10 Jan 2008 02:26:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 02:26:24 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Ulf Jasper Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 10 03:26:45 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCn80-0002Le-EE for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2008 03:26:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCn7c-0002I0-Tx for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 21:26:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCn7Y-0002Eu-EO for emacs-devel@gnu.org; Wed, 09 Jan 2008 21:26:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCn7V-00029k-0c for emacs-devel@gnu.org; Wed, 09 Jan 2008 21:26:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCn7U-000297-7m for emacs-devel@gnu.org; Wed, 09 Jan 2008 21:26:12 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCn7T-0001Km-Qp for emacs-devel@gnu.org; Wed, 09 Jan 2008 21:26:12 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JCn7S-0004BG-FI for emacs-pretest-bug@gnu.org; Wed, 09 Jan 2008 21:26:10 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JCn41-0000kx-Hq for emacs-pretest-bug@gnu.org; Wed, 09 Jan 2008 21:22:40 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCn41-0000kt-9J for emacs-pretest-bug@gnu.org; Wed, 09 Jan 2008 21:22:37 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m0A2MaDb026497; Wed, 9 Jan 2008 21:22:36 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0A2Mark027827; Wed, 9 Jan 2008 21:22:36 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0A2MZJt005130; Wed, 9 Jan 2008 21:22:35 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 1E9AB5089BD; Wed, 9 Jan 2008 18:50:34 -0700 (MST) X-Attribution: Tom In-Reply-To: <87fxx8awt5.fsf@web.de> (Ulf Jasper's message of "Tue\, 08 Jan 2008 21\:26\:14 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86673 gmane.emacs.pretest.bugs:20569 Archived-At: >>>>> "Ulf" == Ulf Jasper writes: Ulf> Instead I suggest to allow not only format strings but also Ulf> functions as values of icalendar-import-format-description. That would work for me. Meanwhile I hack on the buffer after downloading from Zimbra, but before calling icalendar-*. Thanks for writing icalendar.el. It has been very helpful to me. My appreciation went even higher after I spent some time looking at RFC 2445 today. Tom