Thanks Meikel, I am using leiningen and that works beautifully!

So, I'm pretty sure it's a memory issue since the wkhtmltopdf process
works for short pages but not for long pages (though, even the long
pages complete in bash). What would be a good way to verify that, and
how would I increase the memory for the process-- is it in the
leiningen config?

On May 15, 3:43 am, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> Am 15.05.2011 um 09:31 schrieb Wei Hsu:
>
> > Meikel, what are the commands to start an external repl and tie it
> > with nailgun?
>
> Start the external repl via eg. java -cp 
> <your-classpath-here-including-the-vimclojure-jar> clojure.main -r. Or via 
> lein repl, if you use leiningen. Then enter the following commands:
>
> (require 'vimclojure.nails)
> (vimclojure.nails/start-server-thread)
>
> > Can I interact with nailgun with both the external repl
> > and the vim repl?
>
> Yes. That's perfectly possible. There is no such thing as separation of 
> repls. If you do a change in a namespace, you will see it in both repls.
>
> I can't tell though, whether that fixes your original problem.
>
> Sincerely
> Meikel

-- 
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