From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Trying to cope with Calendar's dynamic scoping Date: Fri, 06 Sep 2013 13:16:59 -0400 Message-ID: References: <6jeh92aqg5.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1378487839 7440 80.91.229.3 (6 Sep 2013 17:17:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2013 17:17:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 06 19:17:18 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VHzen-0005JX-56 for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 19:17:17 +0200 Original-Received: from localhost ([::1]:39124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHzem-0003JY-Ht for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 13:17:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHzeb-0003FY-Nw for emacs-devel@gnu.org; Fri, 06 Sep 2013 13:17:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHzeU-0006vK-7W for emacs-devel@gnu.org; Fri, 06 Sep 2013 13:17:05 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:42440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHzeU-0006vD-4I; Fri, 06 Sep 2013 13:16:58 -0400 Original-Received: from ceviche.home ([24.203.189.74]) by VL-VM-MR002.ip.videotron.ca (Oracle Communications Messaging Exchange Server 7u4-22.01 64bit (built Apr 21 2011)) with ESMTP id <0MSP00IQ2S09RUG0@VL-VM-MR002.ip.videotron.ca>; Fri, 06 Sep 2013 13:16:57 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 9A7EE66084; Fri, 06 Sep 2013 13:16:59 -0400 (EDT) In-reply-to: <6jeh92aqg5.fsf@fencepost.gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 24.201.245.36 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163234 Archived-At: >> My patch does provide diary-date and diary-entry, so code can/should >> start doing the above, but we should keep the old code working a bit >> longer by also providing the old names via dynamic scoping (since >> lexical scoping is not quite sufficient for that). > Sounds good. Could you install the bit that adds diary-date, -entry, and > we can start advertising those for use in future? I will, yes. Stefan