unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Davin Pearson <davin.pearson@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Static Scoping versus Dynamic Scoping
Date: 13 May 2007 01:12:27 -0700	[thread overview]
Message-ID: <1179043947.214708.291260@e51g2000hsg.googlegroups.com> (raw)

I read somewhere that in the future dynamic scoping of variables
in
Emacs Lisp will be replaced with static
scoping.

I don't want this to happen because I often need to make use of
the
following
idiom:

(let ((case-fold-search
t))
 
(foo))

Inside the foo function case-fold-search's value is set to t,
whatever
the global value for case-fold-
search.

Could someone please reassure me that this precious feature will
not
be removed?

             reply	other threads:[~2007-05-13  8:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-13  8:12 Davin Pearson [this message]
2007-05-13  8:31 ` Static Scoping versus Dynamic Scoping David Kastrup
2007-06-09 21:58 ` Stefan Monnier
2007-06-10  4:44   ` Tom Tromey
     [not found]   ` <mailman.1845.1181451756.32220.help-gnu-emacs@gnu.org>
2007-06-12 14:19     ` 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=1179043947.214708.291260@e51g2000hsg.googlegroups.com \
    --to=davin.pearson@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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).