From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Evil defvars in org.el Date: Fri, 27 Apr 2012 16:48:44 +0200 Organization: GNU Message-ID: <87vckls01f.fsf@gnu.org> References: <87k411g8xa.fsf@gnu.org> <877gx1pv19.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335538088 19467 80.91.229.3 (27 Apr 2012 14:48:08 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2012 14:48:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong , Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 27 16:48:05 2012 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 1SNmSj-0000SB-1C for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2012 16:47:57 +0200 Original-Received: from localhost ([::1]:49064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNmSi-0004tg-EA for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2012 10:47:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNmSf-0004t9-C6 for emacs-devel@gnu.org; Fri, 27 Apr 2012 10:47:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNmSZ-0000xm-86 for emacs-devel@gnu.org; Fri, 27 Apr 2012 10:47:52 -0400 Original-Received: from incoming2.cnam.fr ([163.173.128.34]:43052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNmSS-0000x2-Hw; Fri, 27 Apr 2012 10:47:40 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQMAHaumk+jrT4T/2dsb2JhbABEsE4BAoEZgQeCCQEBBAF5BQsLDQETJQ8BBBgxARKICAS9AYtKXYUcBI4QjgOKKoJq X-IronPort-AV: E=Sophos;i="4.75,491,1330902000"; d="scan'208";a="30877499" Original-Received: from unknown (HELO myhost.localdomain) ([163.173.62.19]) by outgoing2.cnam.fr with ESMTP; 27 Apr 2012 16:47:38 +0200 Original-Received: by myhost.localdomain (Postfix, from userid 1000) id 2B2EA856E; Fri, 27 Apr 2012 16:48:45 +0200 (CEST) In-Reply-To: <877gx1pv19.fsf@gnu.org> (Bastien's message of "Fri, 27 Apr 2012 08:07:30 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 163.173.128.34 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:150086 Archived-At: Hi Glenn, Bastien writes: > From latest calendar.el in Emacs: > > ;; A note on free variables: > > ;; The calendar passes around a few dynamically bound variables, which > ;; unfortunately have rather common names. They are meant to be > ;; available for external functions, so the names can't be changed. > > ;; displayed-month, displayed-year: bound in calendar-generate, the > ;; central month of the 3 month calendar window > ;; original-date, number: bound in diary-list-entries, the arguments > ;; with which that function was called. > ;; date, entry: bound in diary-list-sexp-entries (qv) > ^^^^ ^^^^^ I'm not entirely sure whether the comment quoted above reflects the situation in Calendar's code. Could you have a look and tell me if something needs to be fixed in Calendar? Thanks! -- Bastien