Re: Gorilla issue with recent builds?

2009-02-28 Thread MattH
I had the same problem with the Vim Repl, but rebuilding Gorilla fixed the problem. Build instructions are in the README, but to paraphase: $ cd /path/to/gorilla-1.1.1 $ vi local.properties $ cat local.properties clojure.jar=/path/to/clojure.jar clojure-contrib.jar=/path/to/clojure-contrib.jar $

Re: Gorilla issue with recent builds?

2009-02-28 Thread MattH
Environment: ... contrib r1312 ... Sorry, that should be clojure-contrib r545 (the latest revision) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Gorilla issue with recent builds?

2009-01-22 Thread Mark Feeney
Hi Meikel, On Jan 21, 3:01 pm, Meikel Brandmeyer m...@kotka.de wrote: There was a breakage some time ago, which made it necessary to release a bug fix release. The revisions are named on the vim.org page, where you can download Gorilla. Please check there if this solves your problem. If not,

Gorilla issue with recent builds?

2009-01-21 Thread Mark Feeney
Hi all, Anyone else having issues with Gorilla with recent SVN builds of clojure and clojure-contrib? What I'm seeing is that the main commands (es, et, eb, ef, etc.) work as usual, but the in-Vim Repl, doesn't seem to display any evaluation output. No errors on stdout of the gorilla server.

Re: Gorilla issue with recent builds?

2009-01-21 Thread Meikel Brandmeyer
Hi, Am 21.01.2009 um 17:25 schrieb Mark Feeney: Anyone else having issues with Gorilla with recent SVN builds of clojure and clojure-contrib? What I'm seeing is that the main commands (es, et, eb, ef, etc.) work as usual, but the in-Vim Repl, doesn't seem to display any evaluation output. No

Re: Gorilla issue with recent builds?

2009-01-21 Thread Mark Volkmann
What is the difference between vimclojure and Gorilla? On Wed, Jan 21, 2009 at 2:01 PM, Meikel Brandmeyer m...@kotka.de wrote: Hi, Am 21.01.2009 um 17:25 schrieb Mark Feeney: Anyone else having issues with Gorilla with recent SVN builds of clojure and clojure-contrib? What I'm seeing is

Re: Gorilla issue with recent builds?

2009-01-21 Thread Meikel Brandmeyer
Hi, Am 21.01.2009 um 21:44 schrieb Mark Volkmann: What is the difference between vimclojure and Gorilla? VimClojure provides static things like syntax highlighting, indenting and static code completion as supported by Vim (C-N). It's purely Vim and needs nothing else. Gorilla supplements

Re: Gorilla issue with recent builds?

2009-01-21 Thread Mark Volkmann
On Wed, Jan 21, 2009 at 3:06 PM, Meikel Brandmeyer m...@kotka.de wrote: Hi, Am 21.01.2009 um 21:44 schrieb Mark Volkmann: What is the difference between vimclojure and Gorilla? VimClojure provides static things like syntax highlighting, indenting and static code completion as supported by