Just to close out this thread, my workaround was to use Clojure to generate a shell script which I then ran manually from the command line.
On May 15, 8:40 am, Wei Hsu <[email protected]> wrote: > 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 <[email protected]> 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
