From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Trying to cope with Calendar's dynamic scoping Date: Fri, 06 Sep 2013 12:02:34 -0400 Message-ID: <6jeh92aqg5.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1378483362 18532 80.91.229.3 (6 Sep 2013 16:02:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2013 16:02:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 06 18:02:45 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 1VHyUe-0003YB-EI for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 18:02:44 +0200 Original-Received: from localhost ([::1]:38754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHyUd-0007y7-CJ for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 12:02:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHyUY-0007ug-L7 for emacs-devel@gnu.org; Fri, 06 Sep 2013 12:02:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHyUX-0004v6-F4 for emacs-devel@gnu.org; Fri, 06 Sep 2013 12:02:38 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHyUX-0004v2-Cz for emacs-devel@gnu.org; Fri, 06 Sep 2013 12:02:37 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VHyUV-00023l-4v; Fri, 06 Sep 2013 12:02:35 -0400 X-Spook: hackers JSOFC3IP cryptographic high security HAMASMOIS X-Ran: pbjPP`IPNeqw;Z[Ea/;5!)u]#dth-s&6A4#H?L+YN#zT/oa{I_XOX.'o&w])t"}Z.sB^?] X-Hue: black X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Fri, 06 Sep 2013 10:58:45 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:163230 Archived-At: Stefan Monnier wrote: > 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?