Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Randall R Schulz
On Saturday 13 December 2008 17:19, Drew Olson wrote: > ... > > You can also compile vim from source with the +ruby flag Yes, of course, but that's a bridge too far. > - Drew RRS --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Drew Olson
On Dec 13, 2008, at 2:10 AM, Meikel Brandmeyer wrote: > Hi Randall, > > Am 12.12.2008 um 23:29 schrieb Randall R Schulz: >> I guess what you should say at least is that it requires Ruby and the >> Vim Ruby module / extension / whatever. Unfortunately, neither of the >> systems I use have that in

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Brian Doyle
Thanks Meikel, removing the ~'s worked. Oh and thanks for vimclojure and gorilla! On Sat, Dec 13, 2008 at 9:28 AM, Meikel Brandmeyer wrote: > Hi, > > Am 13.12.2008 um 17:17 schrieb Brian Doyle: > > Here is my script: >> >> java -cp >> ~/share/clojure.jar:~/share/clojure-contrib.jar:~/share/gor

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Randall R Schulz
On Saturday 13 December 2008 08:17, Brian Doyle wrote: > I'm sure I'm doing something stupid but I can't start up gorilla. > > ... > > Here is my script: > > java -cp > ~/share/clojure.jar:~/share/clojure-contrib.jar:~/share/gorilla.jar > de.kotka.gorilla Tildes don't expand anywhere but at the b

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread J. McConnell
On Sat, Dec 13, 2008 at 11:17 AM, Brian Doyle wrote: > I'm sure I'm doing something stupid but I can't start up gorilla. > > Exception in thread "main" java.lang.NoClassDefFoundError: de/kotka/gorilla > Caused by: java.lang.ClassNotFoundException: de.kotka.gorilla > at java.net.URLClassLoader

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Meikel Brandmeyer
Hi, Am 13.12.2008 um 17:17 schrieb Brian Doyle: Here is my script: java -cp ~/share/clojure.jar:~/share/clojure-contrib.jar:~/share/ gorilla.jar de.kotka.gorilla I can reproduce the issue. The ~ is a shellish feature from Unix. It is only expanded at the start of a word. So the first ~ in y

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Brian Doyle
I'm sure I'm doing something stupid but I can't start up gorilla. Exception in thread "main" java.lang.NoClassDefFoundError: de/kotka/gorilla Caused by: java.lang.ClassNotFoundException: de.kotka.gorilla at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessContr

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Meikel Brandmeyer
Hi, Am 13.12.2008 um 15:07 schrieb Randall R Schulz: I installed a couple of new packages on my 10.3 box and now "vim --version" reports +ruby, so I guess I can at least give it a try there (that's not my primary box, though it is the faster one). Unfortunately, vim by itself cannot do, what I

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Randall R Schulz
On Saturday 13 December 2008 00:10, Meikel Brandmeyer wrote: > Hi Randall, > > ... > > For your problem with the ruby-enabled vim: at least > debian has a vim-ruby package, IIRC. So maybe Suse > has this also. I installed a couple of new packages on my 10.3 box and now "vim --version" reports +r

Re: Gorilla: Release of Version 1.1.0

2008-12-13 Thread Meikel Brandmeyer
Hi Randall, Am 12.12.2008 um 23:29 schrieb Randall R Schulz: I guess what you should say at least is that it requires Ruby and the Vim Ruby module / extension / whatever. Unfortunately, neither of the systems I use have that in their Vim builds. From the vim.org page, where you can download Go

Re: Gorilla: Release of Version 1.1.0

2008-12-12 Thread Nathan Kitchen
On Dec 12, 2:29 pm, Randall R Schulz wrote: > > > I think I may have asked this before, but what Vim version > > > requirements > > > does Gorilla have? > > > .. > > I guess what you should say at least is that it requires Ruby and the > Vim Ruby module / extension / whatever. Unfortunately, ne

Re: Gorilla: Release of Version 1.1.0

2008-12-12 Thread Randall R Schulz
On Friday 12 December 2008 13:59, Meikel Brandmeyer wrote: > Hi Randall, > > Am 12.12.2008 um 22:54 schrieb Randall R Schulz: > > I think I may have asked this before, but what Vim version > > requirements > > does Gorilla have? > > .. I guess what you should say at least is that it requires Ruby

Re: Gorilla: Release of Version 1.1.0

2008-12-12 Thread Meikel Brandmeyer
Hi Randall, Am 12.12.2008 um 22:54 schrieb Randall R Schulz: I think I may have asked this before, but what Vim version requirements does Gorilla have? To be honest: I don't know. My MacVim claims to be 7.2. So this is what I tested Gorilla with. It may work with earlier version or it may no

Re: Gorilla: Release of Version 1.1.0

2008-12-12 Thread Randall R Schulz
On Friday 12 December 2008 13:43, Meikel Brandmeyer wrote: > Dear vimming Clojurians, (or was the name changed?) > > I'd like to announce the next release of Gorilla. > > ... > Meikel Great news, thanks! I think I may have asked this before, but what Vim version requirements does Gorilla have?