Re: Question about the Clojure load-file command

2011-03-13 Thread Ken Wesson
On Sun, Mar 13, 2011 at 1:51 PM, Larry Travis wrote: > Ken: > Your question is an interesting one.  My answer may serve as a word to the > wise: I do my Clojure source-code editing in Emacs (actually Aquamacs, but > the difference is not important for what I am saying here). As any Emacs > user kn

Re: Question about the Clojure load-file command

2011-03-13 Thread Larry Travis
Ken: Your question is an interesting one. My answer may serve as a word to the wise: I do my Clojure source-code editing in Emacs (actually Aquamacs, but the difference is not important for what I am saying here). As any Emacs user knows, when one has several Emacs frames (windows) in action

Re: Question about the Clojure load-file command

2011-03-12 Thread Ken Wesson
On Sat, Mar 12, 2011 at 9:46 PM, Larry Travis wrote: > Ken: > The cause of my difficulty indeed was a corrupted file. I was looking for it > in a completely different direction, and I clearly don't know how to > correctly parse Java error messages! > > Thank you very much for sharing your cleverne

Re: Question about the Clojure load-file command

2011-03-12 Thread Larry Travis
Ken: The cause of my difficulty indeed was a corrupted file. I was looking for it in a completely different direction, and I clearly don't know how to correctly parse Java error messages! Thank you very much for sharing your cleverness and your expertise. --Larry On 3/12/11 7:39 PM, Ken W

Re: Question about the Clojure load-file command

2011-03-12 Thread Ken Wesson
On Sat, Mar 12, 2011 at 7:49 PM, Larry Travis wrote: > I'm having trouble getting the load-file command to work in a Clojure repl. > On some files it works and on some it doesn't. Here is an example of its not > working: > > I do: > > (load-file "/Users/larrytravis/AquaFiles/sdku-project-defns") >