Add meta data in your definitions as in

(def ^{:dynamic true} *earmuff* ....

Luc


> I have a few issues. What do the following warnings mean and what should I  
> do about them?
> 
> user=> (require 'mypackage)
> Warning: *default-encoding* not declared dynamic and thus is not  
> dynamically rebindable, but its name suggests otherwise. Please either  
> indicate ^:dynamic *default-encoding* or change the name.
> Warning: *buffer-size* not declared dynamic and thus is not dynamically  
> rebindable, but its name suggests otherwise. Please either indicate  
> ^:dynamic *buffer-size* or change the name.
> Warning: *byte-array-type* not declared dynamic and thus is not dynamically  
> rebindable, but its name suggests otherwise. Please either indicate  
> ^:dynamic *byte-array-type* or change the name.
> Warning: *append-to-writer* not declared dynamic and thus is not  
> dynamically rebindable, but its name suggests otherwise. Please either  
> indicate ^:dynamic *append-to-writer* or change the name.
> nil
> 
> -- 
> 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
> Note that posts from new members are moderated - please be patient with your 
> first post.
> 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
--
Softaddicts<lprefonta...@softaddicts.ca> sent by ibisMail!

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to