George Jahad writes:
> I guess it's swank night tonight!
>
> The newer versions of slime.el changed the name of the frame-source-
> location-for-emacs slimefn to frame-source-location, which breaks
> stack trace source file viewing.
>
> This patch fixes that and adds support for finding java fil
Sudish Joseph writes:
> The patch below fixes the computation of swank-version, which broke when
> (clojure-version) was defined to returned a string. The bug only
> manifests itself if swank-clojure-compile-p is set to t.
Thanks! Applied.
-Phil
--~--~-~--~~~---~-
Here's a better version that handles finding inner classes in Java
source:
diff --git a/swank/commands/basic.clj b/swank/commands/basic.clj
index d668d2d..32c01b7 100644
--- a/swank/commands/basic.clj
+++ b/swank/commands/basic.clj
@@ -330,8 +330,14 @@ that symbols accessible in the current names
Hi Phil:
I guess it's swank night tonight!
The newer versions of slime.el changed the name of the frame-source-
location-for-emacs slimefn to frame-source-location, which breaks
stack trace source file viewing.
This patch fixes that and adds support for finding java files in
addition to the clo
Hi,
The patch below fixes the computation of swank-version, which broke when
(clojure-version) was defined to returned a string. The bug only
manifests itself if swank-clojure-compile-p is set to t.
-Sudish Joseph
From: Sudish Joseph
Date: Mon, 1 Jun 2009 19:18:11 -0400
Subject: [PATCH] cloju