Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-25 Thread George Jahad
On May 25, 5:53 pm, David Nolen wrote: > Oops actually it works for .clj files that have been loaded via :use and > :require in the ns declaration, but not for the source file you're editing > (it seems). Have you found a workaround for this or have a usage pattern > where you can get it to wor

Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-25 Thread David Nolen
Oops actually it works for .clj files that have been loaded via :use and :require in the ns declaration, but not for the source file you're editing (it seems). Have you found a workaround for this or have a usage pattern where you can get it to work for the current file being edited? On Mon, May 2

Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-25 Thread George Jahad
On May 25, 4:51 pm, David Nolen wrote: > Just got around to messing with this today, this is great. > I note that cljdb can't point to the exact location inside of Clojure source > files (it works in Java files). It knows where you are, but you don't get > line highlighting or the line pointer

Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-25 Thread David Nolen
Just got around to messing with this today, this is great. I note that cljdb can't point to the exact location inside of Clojure source files (it works in Java files). It knows where you are, but you don't get line highlighting or the line pointer in .clj files. Is this difficult to implement? Th

Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-20 Thread David Nolen
Wow, that was quick thanks. On Wed, May 20, 2009 at 3:26 PM, George Jahad wrote: > > > > On May 20, 11:20 am, David Nolen wrote: > > Wow this sounds fantastic. Wanna put this on GitHub so people can fork it > > and work on it concurrently? ;) > > > > Good idea: > > http://github.com/GeorgeJahad/

Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-20 Thread George Jahad
On May 20, 11:20 am, David Nolen wrote: > Wow this sounds fantastic. Wanna put this on GitHub so people can fork it > and work on it concurrently? ;) Good idea: http://github.com/GeorgeJahad/cljdb/tree/master --~--~-~--~~~---~--~~ You received this message b

Re: CLJDB: Using Emacs/JDB mode with Clojure

2009-05-20 Thread David Nolen
Wow this sounds fantastic. Wanna put this on GitHub so people can fork it and work on it concurrently? ;) On Wed, May 20, 2009 at 1:51 PM, George Jahad wrote: > > Hi Kids: > > I've been working on integrating Emacs JDB, (command line java debug > interface,) mode with Clojure. It still a work in

CLJDB: Using Emacs/JDB mode with Clojure

2009-05-20 Thread George Jahad
Hi Kids: I've been working on integrating Emacs JDB, (command line java debug interface,) mode with Clojure. It still a work in progress, and has some funky aspects due to language differences between Clojure and Java, but you can catch exceptions and bring them up in the source code, print out