From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: org mode, cvs emacs, and calendar.el Date: Sat, 24 Nov 2007 22:04:16 -0500 Message-ID: <8r6if81qn.fsf@fencepost.gnu.org> References: <871wafv1x9.fsf@everybody.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1195959869 5907 80.91.229.12 (25 Nov 2007 03:04:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 25 Nov 2007 03:04:29 +0000 (UTC) Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org To: mah@everybody.org (Mark A. Hershberger) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 25 04:04:37 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 1Iw7nQ-0005HR-HF for ged-emacs-devel@m.gmane.org; Sun, 25 Nov 2007 04:04:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw7nB-0005Nv-Mh for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 22:04:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw7n8-0005Mb-3S for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:04:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw7n7-0005MP-FN for emacs-devel@gnu.org; Sat, 24 Nov 2007 22:04:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw7n7-0005MM-CQ; Sat, 24 Nov 2007 22:04:17 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iw7n7-0006uM-0s; Sat, 24 Nov 2007 22:04:17 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iw7n6-0006cO-MJ; Sat, 24 Nov 2007 22:04:16 -0500 X-Spook: spy NWO Soviet M-14 Sundevil Rubin terrorist White Water X-Ran: Ao/VN*@}-gn+Y4wX|@P%^DjgB:`iJbs[e|q51NztdNS`6@_{w[{:I+}`/*H_/h{5_]`j_N X-Hue: magenta X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:84096 gmane.emacs.orgmode:4487 Archived-At: Mark A. Hershberger wrote: > The other is to add a (require =A1holidays) 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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: Re: org mode, cvs emacs, and calendar.el Date: Sat, 24 Nov 2007 22:04:16 -0500 Message-ID: <8r6if81qn.fsf@fencepost.gnu.org> References: <871wafv1x9.fsf@everybody.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 To: "Mark A. Hershberger" Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org List-Id: emacs-orgmode.gnu.org Mark A. Hershberger wrote: > The other is to add a (require =A1holidays) 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.