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: various bits of code Date: Thu, 29 Apr 2004 23:40:36 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <15oepao1az.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 1083279403 4160 80.91.224.253 (29 Apr 2004 22:56:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Apr 2004 22:56:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Apr 30 00:56:34 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJKSI-0007lz-00 for ; Fri, 30 Apr 2004 00:56:34 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJKSH-0006gZ-00 for ; Fri, 30 Apr 2004 00:56:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJKFm-0000zp-UL for emacs-devel@quimby.gnus.org; Thu, 29 Apr 2004 18:43:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BJKDT-0000O4-1c for emacs-devel@gnu.org; Thu, 29 Apr 2004 18:41:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BJKCv-0000E5-LD for emacs-devel@gnu.org; Thu, 29 Apr 2004 18:41:12 -0400 Original-Received: from [131.111.8.3] (helo=plum.csi.cam.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJKCv-0000DH-1W for emacs-devel@gnu.org; Thu, 29 Apr 2004 18:40:41 -0400 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by plum.csi.cam.ac.uk with esmtp (Exim 4.20) id 1BJKCq-0007ey-Od; Thu, 29 Apr 2004 23:40:36 +0100 Original-Received: from xserv1.ast.cam.ac.uk (IDENT:hrSR6e3Rc8M14ksVlfvR93iV0PyDRid7@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 i3TMeamm028013; Thu, 29 Apr 2004 23:40:36 +0100 (BST) Original-Received: from xserv1.ast.cam.ac.uk (IDENT:4E1ZPLxp+Y2F56wG8tIZZhJhhYxSmSPq@xpc14.ast.cam.ac.uk [131.111.69.34]) by xserv1.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id i3TMeam25983; Thu, 29 Apr 2004 23:40:36 +0100 Original-To: Dave Love X-Spook: hydrogen bomb ICBM assault FMLN gold bullion Kosovo China X-Attribution: GM Mail-Followup-To: Dave Love , emacs-devel@gnu.org In-Reply-To: (Dave Love's message of "Thu, 29 Apr 2004 15:23:55 +0100") 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.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22388 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22388 Dave Love wrote: > I thought it was small enough and appropriate enough to go in > diary-lib, but I don't have a strong opinion. Me neither. I wouldn't quibble with the appropriateness at all; I just thought that it was bigger than some of the existing .el files already in calendar/, and that diary-lib was already of a fair size. > `import' sounds a bit general to me -- I'd expect that to cover things > like importing from your PDA, but I think I didn't have a good > alternative, so I'll leave to others' judgement. The simplest solution would therefore be for me to add it to diary-lib.el for now at least.