The position setting sounds good.

As far as the new REPL goes, in much of my code, I set the namespace
and I would like to have all those blown away as well. Would it be
possible to add a command to the nailgun server that would cause it to
shutdown and automatically restart? Alternatively, I got Java Service
Wrapper, http://wrapper.tanukisoftware.org/doc/english/download.jsp,
working with a network app of mine. Supposedly, it starts a JVM and
restarts it if it crashes. If something like that was used, just
killing the server would cause it to be restarted.

Jim

On Apr 28, 3:06 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> Am 28.04.2009 um 21:55 schrieb jim:
>
> > I've been poking at vimclojure and I like it. I'm looking forward to
> > get good at using it. So far, I've changed it so that the preview
> > window and new REPL's open to the right of the current window.
>
> The next version will have a vimclojure#SplitPos so that one
> can choose the position (left, right, top or bottom).
>
> > One question, is it possible to restart a REPL so that any definitions
> > loaded previously are gone and you have a brand new environment to
> > work in?
>
> Not yet. You have to restart the server. The problem is, that the
> connection to the Repl is not continuous but re-established every
> time a command is sent. So I have to distinguish the connections.
> Hmm.. Maybe I will install one namespace per Repl. So closing
> the Repl with ,close will nuke the namespace.. Hmm...
>
> Anyway noted down for the feature list.
>
> Thanks for the feedback.
>
> Sincerely
> Meikel
>
>  smime.p7s
> 5KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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
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