|
From: | Dmitry Gutov |
Subject: | Re: Namespace macros |
Date: | Mon, 08 Dec 2014 13:52:40 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 12/08/2014 01:42 PM, Artur Malabarba wrote:
> > This will be the case for any namespacing solution. You can work around by > > defining the minor mode after the macro. > > Not if the reader is namespace-aware. (See Clojure backquote). I don't understand. What does that have to do with grep?
Sorry, the above indeed doesn't make sense, and was speed-reading, and assumed the above referred to the item two.
What I meant to point out is that is the reader is namespace-aware, you can resolve the local names with special syntax, instead of making the namespace macro aware of `define-minor-mode' specifically.
[Prev in Thread] | Current Thread | [Next in Thread] |