タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

clojureとslimeに関するEhrenのブックマーク (1)

  • slime + swank-clojureが動かない

    Clojure with Emacs and Slime/Swank on Ubuntuを参考にemacs + slime + swank-clojureでプログラミングしてるのだけれど、 最近のslimeとswank-clojureの組み合わせがこける。 SLIME REPL broken を参考に、 "/home/hokari/opt/swank-clojure/src/main/clojure/swank/core/protocol.clj" を @@ -4,6 +4,20 @@ ;; Read forms +  (def #^{:private true} +     *percent-re* #"%") + +(defn- fix-percent +  "Replace double colons with a /." +  ([text] (.replaceAll (re-ma

    Ehren
    Ehren 2010/03/25
    リポジトリのslimeではこの変更が必要
  • 1