Re: Gorilla: key combinations

2008-12-16 Thread Drew Olson
On Mon, Dec 15, 2008 at 10:08 PM, Alex Burka wrote: > > Thanks for Gorilla. I am using it with MacVim. One (or :bug :pebkac) > report... > > I put plugin/gorilla.vim in /Applications/MacVim.app/Contents/ > Resources/vim/runtime/plugin/ and it seems to be loaded when MacVim > starts. But the keybi

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: In core structure editor, anyone?

2008-12-10 Thread Drew Olson
On Wed, Dec 10, 2008 at 4:10 PM, J. McConnell <[EMAIL PROTECTED]> wrote: > > On Wed, Dec 10, 2008 at 4:06 PM, Chouser <[EMAIL PROTECTED]> wrote: > > > > I'm a vim user, but although I don't envy the multitude of > > configuration issues it sound like emacs/slime/swank users seem to > > have, I'm c

Re: Lazy sequences without caching?

2008-12-09 Thread Drew Olson
On Tue, Dec 9, 2008 at 3:08 PM, Stephan Mühlstrasser < [EMAIL PROTECTED]> wrote: > > > > On Dec 9, 8:48 pm, "Drew Olson" <[EMAIL PROTECTED]> wrote: > > On Tue, Dec 9, 2008 at 2:28 PM, Stephan Mühlstrasser < > > > > [EMAIL PROTECTED]> wrot

Re: Lazy sequences without caching?

2008-12-09 Thread Drew Olson
On Tue, Dec 9, 2008 at 2:28 PM, Stephan Mühlstrasser < [EMAIL PROTECTED]> wrote: > > On Dec 9, 12:34 am, "harrison clarke" <[EMAIL PROTECTED]> wrote: > > you're keeping the head of the sequence, and thus all the elements > between > > the head and nth. > > > > it's because you're using def, basica

Re: AOT Compilation for Contrib

2008-12-03 Thread Drew Olson
On Wed, Dec 3, 2008 at 5:27 PM, Stephen C. Gilardi <[EMAIL PROTECTED]> wrote: Buildfile: build.xml > > init: > [mkdir] Created dir: /ext/clojure-contrib/classes > > compile_clojure: > [java] Compiling clojure.contrib.command-line to /ext/clojure- > contrib/classes > [java] Comp

Re: clojure.contrib.repl-ln available

2008-12-03 Thread Drew Olson
Would it make sense to add a :gen-class declaration and have the -main function automatically call the repl function? This would make launching the repl less painful for new-comers. - Drew On Wed, Dec 3, 2008 at 9:27 AM, Stephen C. Gilardi <[EMAIL PROTECTED]> wrote: > > I was just about to do tha