slime
Debugging Lisp & SLIME, error "Cannot find source location"
开发者_JS百科I am wrote the code with bugs. Example: (print (/ 1 0)) I am trying compile with C-c C-c.[详细]
2023-04-11 22:51 分类:问答load external with emacs-slime
I\'d like to install slime on my Emacs 23.2.1. Since M-x slime doesn\'t succeed in start it, I modified the ~/.emacs file.[详细]
2023-04-05 07:13 分类:问答How do I get SLIME + Emacs set up?
According to this answer, Emacs + Slime already has much advanced functionality. So how can I get syntax coloring, auto-completion, and perhaps even version control management, set up and running in开[详细]
2023-04-04 12:29 分类:问答Setting up SLIME & Inferior-Lisp for Clojure in Emacs
SLIME I\'m pretty new to both Clojure & emacs and I\'ve been trying to set up SLIME for Clojure.The official documentation implicitly assumes you know what your doing with emacs.There isn\'t just[详细]
2023-04-02 00:26 分类:问答what exactly does clojure-jack-in do? And how to config the settings with slime?
what exactly does clojure-jack-in do? And how to config the settings with slime ? What do I need to add to 开发者_开发百科.emacs?clojure-jack-in starts a SLIME session for your current project.[详细]
2023-03-31 11:26 分类:问答Clojure: Java GUI Problem
I have this little piece of code here. (ns experiments (:import (javax.swing JFrame JLabel))) (defn crea开发者_JAVA百科te-frame [title text][详细]
2023-03-30 03:18 分类:问答My slime-repl is not working in ClojureBox
I installed ClojureBox and the REPL is not working. If I开发者_如何学Python type (+ 1 2) into the *slime-repl clojure* buffer and press enter, the expression text becomes bold as if it has been eval[详细]
2023-03-29 07:59 分类:问答ClojureBox stopped working for me
I am an Windows7 user, and recently downloaded ClojureBox to play around with Clojure. Everything was fine but today the clojure-mode stopped working. I can\'t load a file or used C-x C-e to send some[详细]
2023-03-26 21:24 分类:问答automatically disable a global minor mode for a specific major mode
I have centered-cursor-mode activated globaly, like this: (require \'centered-cursor-mode) (global-centered-cursor-mode 1)[详细]
2023-03-22 22:13 分类:问答Clojure import versus :import
Reading the clojure API for import I see that :import in the ns macro is preferred to开发者_运维百科 import, however when i\'m coding using swank/slime/emacs, I can\'t c-x c-e the (ns .. ) s-expressio[详细]
2023-03-19 16:11 分类:问答