From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.lisp.guile.devel Subject: Re: summary: lilypond, lambda, and local-eval Date: Mon, 09 Jan 2012 15:44:43 +0100 Organization: Organization?!? Message-ID: <87vcol0wbo.fsf@fencepost.gnu.org> References: <87r506uodd.fsf@pobox.com> <87pqfpj7e3.fsf@netris.org> <87aa6skika.fsf@netris.org> <878vmaicb6.fsf@netris.org> <87vcperufl.fsf@pobox.com> <87aa6olya1.fsf@netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326120317 17522 80.91.229.12 (9 Jan 2012 14:45:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 14:45:17 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 09 15:45:14 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkGTI-0001Bb-KK for guile-devel@m.gmane.org; Mon, 09 Jan 2012 15:45:12 +0100 Original-Received: from localhost ([::1]:37580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGTI-0006ot-6n for guile-devel@m.gmane.org; Mon, 09 Jan 2012 09:45:12 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGTB-0006lc-Qt for guile-devel@gnu.org; Mon, 09 Jan 2012 09:45:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkGT7-0005WO-U0 for guile-devel@gnu.org; Mon, 09 Jan 2012 09:45:05 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:43525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkGT7-0005Vx-Og for guile-devel@gnu.org; Mon, 09 Jan 2012 09:45:01 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RkGT5-00013F-Bp for guile-devel@gnu.org; Mon, 09 Jan 2012 15:44:59 +0100 Original-Received: from p508ed00a.dip.t-dialin.net ([80.142.208.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jan 2012 15:44:59 +0100 Original-Received: from dak by p508ed00a.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 09 Jan 2012 15:44:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p508ed00a.dip.t-dialin.net X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) Cancel-Lock: sha1:lhs4R+to9aDqE47jImiXFQhY0tE= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13451 Archived-At: Mark H Weaver writes: > Ideally I'd like to allow the user to specify a precise list of > variables to capture, and perhaps the other two variants should be > implemented in terms of this one. If you have to specify a precise _list_ of variables, the-environment is pretty pointless since you can always write down an explicit list of variables yourself. It would be different if you were able to specify the _classes_ of variable to capture. -- David Kastrup