It's very nice, but it breaks for me because I have used
(set! *print-length* 200) in my repl-options. 

When this bit of code is run

    (let* ((form "(sort (map name (keys (ns-publics (quote %s)))))")
           (vars (cider-eval-and-get-value (format form namespace))))

The last value of "vars" ends up as \.\.\. rather than a string.

Is this more of an issue with cider?

Phil


Bozhidar Batsov <bozhidar.bat...@gmail.com> writes:

> Nicely done! As you might know I'm cider's maintainer and I actually had a 
> namespace browser on the roadmap. :-) I'd like to invite you to transfer 
> the project to the official clojure-emacs github organisation (to increase 
> the package's visibility and to make easier for the cider team to help you 
> with the maintenance). 
>
> I hope to eventually include cider-browse-ns in the standard cider package.
>
> On Monday, July 28, 2014 5:48:20 AM UTC+3, John Andrews wrote:
>>
>> Emacs users: I have put together a namespace browser which builds upon the 
>> existing functionality of Cider. It is in early stages of development but I 
>> find it quite useful.
>>
>> Check it out! https://github.com/jxa/cider-browse-ns
>>  

-- 
Phillip Lord,                           Phone: +44 (0) 191 222 7827
Lecturer in Bioinformatics,             Email: phillip.l...@newcastle.ac.uk
School of Computing Science,            
http://homepages.cs.ncl.ac.uk/phillip.lord
Room 914 Claremont Tower,               skype: russet_apples
Newcastle University,                   twitter: phillord
NE1 7RU                                 

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to