unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Edward Reingold <reingold@iit.edu>
Cc: "Edward M. Reingold" <reingold@cs.uiuc.edu>, emacs-devel@gnu.org
Subject: Re: Trying to cope with Calendar's dynamic scoping
Date: Wed, 21 Aug 2013 00:30:59 -0400	[thread overview]
Message-ID: <jwvwqnfmzyv.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <CAO_04X5O_E8n+UrgiAD3RZP-HdDTdx6OJkg-mAr8KHp5gfaz9w@mail.gmail.com> (Edward Reingold's message of "Tue, 20 Aug 2013 19:19:58 -0500")

> &%%(let* ((month (extract-calendar-month date))
>           (day (extract-calendar-day date))
>           (year (extract-calendar-year date))
>           (last (calendar-last-day-of-month month year))
>           (dayname (calendar-day-of-week date)))
>      (or (and (= day last) (memq dayname '(1 2 3 4 5)))
>          (and (or (= day (1- last)) (= day (- last 2)))
>               (= dayname 5)))) 8am Print IIT pay stub

AFAIK my patch should handle this just fine.

> I suspect the only reason anyone cares is that it generates warning
> messages in compilation.  Is there any other reason?!

With the introduction of lexical scoping, using dynamic scoping on
variables that are normally only used for local vars can lead to
actual breakage (because the presence of the dynamic-scope declaration
changes the nature of the variable).

So while the problems are hypothetical so far, they're not just theoretical.

> Tread very carefully.

Indeed.


        Stefan



  reply	other threads:[~2013-08-21  4:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-20 22:07 Trying to cope with Calendar's dynamic scoping Stefan Monnier
2013-08-21  0:19 ` Edward Reingold
2013-08-21  4:30   ` Stefan Monnier [this message]
2013-08-21  1:22 ` Leo Liu
2013-08-21  4:33   ` Stefan Monnier
2013-08-21  7:05 ` Glenn Morris
2013-09-05  4:58 ` Glenn Morris
2013-09-05 17:29   ` Stefan Monnier
2013-09-05 17:55     ` Glenn Morris
2013-09-05 18:59       ` Stefan Monnier
2013-09-06  1:20         ` Glenn Morris
2013-09-06 14:58           ` Stefan Monnier
2013-09-06 16:02             ` Glenn Morris
2013-09-06 17:16               ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvwqnfmzyv.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=reingold@cs.uiuc.edu \
    --cc=reingold@iit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).