Re: load-file, and new function definitions not catching at the REPL

2011-03-03 Thread Lee Spector
On Mar 3, 2011, at 5:53 PM, David Nolen wrote: > > Thanks for the detailed description. Will look into it. > > David FWIW I posted this as issue #13 on the textmate-clojure github site some time back, and Sam provided some confirmation there. I'd love to use textmate-clojure regularly but thi

Re: load-file, and new function definitions not catching at the REPL

2011-03-03 Thread David Nolen
On Thu, Mar 3, 2011 at 4:12 PM, Sam Ritchie wrote: > David, not a problem! I was trying to put together a patch, but stumbled on > this one issue, and figured the clojure list might be able to help out with > the more general question, here. > > Exact steps: > >1. Open textmate project >2

Re: load-file, and new function definitions not catching at the REPL

2011-03-03 Thread Sam Ritchie
David, not a problem! I was trying to put together a patch, but stumbled on this one issue, and figured the clojure list might be able to help out with the more general question, here. Exact steps: 1. Open textmate project 2. run "cake repl" at a terminal, inside the project directory 3.

Re: load-file, and new function definitions not catching at the REPL

2011-03-03 Thread Daniel Solano Gomez
On Thu Mar 3 09:39 2011, Sam Ritchie wrote: > Is there a way to call commands from a JVM process's REPL in any way other > than pasting it in to that REPL? Specifically, is there a way to tell an > active REPL to re-enter its current namespace? I'm not sure if this answers your question, but have

Re: load-file, and new function definitions not catching at the REPL

2011-03-03 Thread David Nolen
On Thu, Mar 3, 2011 at 12:39 PM, Sam Ritchie wrote: > I'd like to bump this, with the question rephrased: > > Is there a way to call commands from a JVM process's REPL in any way other > than pasting it in to that REPL? Specifically, is there a way to tell an > active REPL to re-enter its current

Re: load-file, and new function definitions not catching at the REPL

2011-03-03 Thread Sam Ritchie
I'd like to bump this, with the question rephrased: Is there a way to call commands from a JVM process's REPL in any way other than pasting it in to that REPL? Specifically, is there a way to tell an active REPL to re-enter its current namespace? On Tue, Mar 1, 2011 at 8:50 AM, Sam Ritchie wrote

load-file, and new function definitions not catching at the REPL

2011-03-01 Thread Sam Ritchie
Hey all -- quick question on the REPL. I'm an emacs user, but my two teammates have been working with the excellent textmate-clojure, and it's exposed an issue that I'm not sure how to deal with. The bundle provides a command to load the current file active in textmate, by run