From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Carsten Dominik" Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: [Orgmode] Re: org mode, cvs emacs, and calendar.el Date: Sun, 25 Nov 2007 07:37:06 +0100 Message-ID: References: <871wafv1x9.fsf@everybody.org> <8r6if81qn.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195972646 28695 80.91.229.12 (25 Nov 2007 06:37:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 06:37:26 +0000 (UTC) Cc: "Mark A. Hershberger" , emacs-orgmode@gnu.org, emacs-devel@gnu.org To: "Glenn Morris" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 07:37:32 2007 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 1IwB7S-0002tz-7o for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 07:37:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwB7D-0004w4-9y for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 01:37:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IwB79-0004tQ-04 for emacs-devel@gnu.org; Sun, 25 Nov 2007 01:37:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IwB77-0004so-Ar for emacs-devel@gnu.org; Sun, 25 Nov 2007 01:37:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IwB77-0004sk-5g for emacs-devel@gnu.org; Sun, 25 Nov 2007 01:37:09 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IwB76-0005t1-OK for emacs-devel@gnu.org; Sun, 25 Nov 2007 01:37:08 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so347760wah for ; Sat, 24 Nov 2007 22:37:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=VG9Jf+SmDqLSDKYau3JxQ6Eq4z+vWogG19SoAS+sLAg=; b=dD5L7eKRNwkmg+g7JM6WsCsgKrsNiVtjA66RnLHcVknSQ2MiGgO+0o/LoYJQOQQTH34gudR31GWo1VZGC3yMXQP6XthHNf3v16OLorWJ3vPER4lcru4oEHCQIYfItiYuB26ZrfRei3hB5JzDiR8ENdlL0IvcEFuHoalXZ0Uh19Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=C2i6bDoQ0iSsYckXgv8WuVvQYywEYqb0ZVgbhxZlBAlQoVETPhBLrFqLpN7Odfe1+WITQZs65pyC+mlhln81FRAjAateA9Q1t6LMqLWwhHhGhDDTxP5C6GhaHC8wtf6cQZPzjbfmqZzoPz7VRrNquEscBMt+tkttWOh5STEZ7O0= Original-Received: by 10.114.192.1 with SMTP id p1mr250679waf.1195972626212; Sat, 24 Nov 2007 22:37:06 -0800 (PST) Original-Received: by 10.115.49.1 with HTTP; Sat, 24 Nov 2007 22:37:06 -0800 (PST) In-Reply-To: <8r6if81qn.fsf@fencepost.gnu.org> Content-Disposition: inline X-Google-Sender-Auth: 6319ef870dc787f0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:84106 gmane.emacs.orgmode:4489 Archived-At: On 11/25/07, Glenn Morris wrote: > Mark A. Hershberger wrote: > > > The other is to add a (require 'holidays) to the org-calendar-holiday > > function. This would allow org.el to continue to work with CVS as well > > as released versions of emacs. > > The org.el in Emacs should just be changed to use the new name. If it > must remain compatible with older Emacs versions, use something like > an fboundp test to handle either name. Or do the require thing. Yes, I will fix this in org.el. - Carsten