|
From: | Mark H Weaver |
Subject: | Re: use-modules: selecting, which symbols not to load |
Date: | Thu, 27 Dec 2012 23:34:10 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
Panicz Maciej Godek <address@hidden> writes: > What I've been lacking is specifying symbols that are NOT meant > to be imported from a module. > So I'd wish to be able to load modules in the following manner: > > (use-modules ((rnrs) #:version (6) #:without (write display))) Although it is not documented, there's a way to do this: (use-modules ((rnrs) #:version (6) #:hide (write display))) Regards, Mark
[Prev in Thread] | Current Thread | [Next in Thread] |