From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83045 Path: news.gmane.org!not-for-mail From: Jan Tatarik Newsgroups: gmane.emacs.gnus.general Subject: Re: iCalendar support: reply to invitations, sync to org Date: Wed, 03 Apr 2013 23:28:09 +0200 Message-ID: <5n5x2rppyb5mom.fsf@nb-jtatarik2.xing.hh> References: <5n5x2r38v8y3nk.fsf@nb-jtatarik2.xing.hh> <87d2ub63e0.fsf@randomsample.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1365024562 11813 80.91.229.3 (3 Apr 2013 21:29:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2013 21:29:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31311@lists.math.uh.edu Wed Apr 03 23:29:47 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UNVFU-0003GX-Rt for ding-account@gmane.org; Wed, 03 Apr 2013 23:29:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UNVEK-0006ze-Au; Wed, 03 Apr 2013 16:28:28 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UNVEH-0006zM-F4 for ding@lists.math.uh.edu; Wed, 03 Apr 2013 16:28:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UNVEC-0007EK-6S for ding@lists.math.uh.edu; Wed, 03 Apr 2013 16:28:24 -0500 Original-Received: from mail-bk0-f53.google.com ([209.85.214.53]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UNVEA-0004Mv-PD for ding@gnus.org; Wed, 03 Apr 2013 23:28:18 +0200 Original-Received: by mail-bk0-f53.google.com with SMTP id e19so1135160bku.12 for ; Wed, 03 Apr 2013 14:28:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=vpyPQ0T0IBcdwFlS2QPlM0JKm7WwV9g4l+XdsPa+B4U=; b=SsGyc9GWyQnL+dJMMk6Huv015EnupRa0FV/PopmcaQyLnmwATbzFC1KRuV7B3wiHvp TGqq1bnCH23DW+AvBES1tXFJ8mVyUc1ZQ0f6DwvwmBuPrQkW13WHA870HgfDGd5DE0a8 z2oXdHSu9XiXDXdpOmHP5V4H/VxTAwZXyO3ksYv26nR9x0mf1CbcbaVuzCK4OhkYQyI0 FWYCbf0m7zPVTmz6eiiS3jQnLJnWghfRNMx11Wke1sjRnOrXdH0WsJp7I/GUnOySbrge 1UMIx/7SkacQMJK1/eg3wIFU0beNF98tyIGSoTCG9bd03dlCpXMP1LrJ61f5IZculfYO hkDQ== X-Received: by 10.205.100.198 with SMTP id cx6mr2485766bkc.106.1365024493395; Wed, 03 Apr 2013 14:28:13 -0700 (PDT) Original-Received: from nb-jtatarik2.xing.hh (c218087.adsl.hansenet.de. [213.39.218.87]) by mx.google.com with ESMTPS id o2sm4113213bkv.3.2013.04.03.14.28.11 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 03 Apr 2013 14:28:12 -0700 (PDT) In-Reply-To: <87d2ub63e0.fsf@randomsample.de> (David Engster's message of "Wed, 03 Apr 2013 17:27:19 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83045 Archived-At: On Wed, Apr 03 2013, David Engster wrote: > Jan Tatarik writes: >> The code's available at https://github.com/jtatarik/ical-event > Thank you for working on this. This looks very interesting. > @Lars: This would be a valuable addition to Gnus, don't you think? > Jan, would you be interested in that? As you probably know, this would > require that you assign copyright of your code to the FSF and to sign > papers. Also, your code would need some changes to be compatible with > older Emacsen. My papers for emacs and gnus are already on file. As far as making the code compatible, I would appreciate some guidance there. Not just wrt older Emacsen, but also regarding coding conventions, namespace, etc.