On Mon, Feb 23, 2009 at 2:29 PM, James Reeves <weavejes...@googlemail.com>wrote:
> > On Feb 23, 6:54 pm, Chouser <chou...@gmail.com> wrote: > > (ns n01se.net.graph.issues > > (:import (java.text SimpleDateFormat ParsePosition) > > (java.util GregorianCalendar Calendar) > > (org.jfree.chart ChartFrame)) > > (:use [clojure.zip :only (xml-zip node)] > > [clojure.contrib.zip-filter :as zf :only ()] > > [clojure.contrib.zip-filter.xml :only (xml-> attr text)] > > [clojure.contrib.lazy-xml :only (parse-trim)] > > [clojure.contrib.seq-utils :only (reductions)] > > [com.markmfredrickson.dejcartes :as chart :only ()])) > > Whilst we're throwing out ideas, I almost wonder if it wouldn't be > worth allowing for this case in addition: > > (ns foo.bar > (:use clojure.zip :only (xml-zip node)) > (:use clojure.contrib.zip-filter :as zf)) > +1 I think :as should be mutually exclusive with :only (and friends). -- Cosmin Stejerean http://offbytwo.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---