all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Static Scoping versus Dynamic Scoping
@ 2007-05-13  8:12 Davin Pearson
  2007-05-13  8:31 ` David Kastrup
  2007-06-09 21:58 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Davin Pearson @ 2007-05-13  8:12 UTC (permalink / raw)
  To: help-gnu-emacs

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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-06-12 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-13  8:12 Static Scoping versus Dynamic Scoping Davin Pearson
2007-05-13  8:31 ` 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.