From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [babel] hemorrhaging at the bleeding edge: using clojure
Date: Wed, 27 Apr 2011 16:50:21 +0100 [thread overview]
Message-ID: <87r58nsngi.fsf@pinto.chemeng.ucl.ac.uk> (raw)
In-Reply-To: 87wrifkevi.fsf@gmail.com
"Eric Schulte" <schulte.eric@gmail.com> writes:
[...]
> I would suggest using that latest version of ELPA, and adding the
> following repository sources to your ELPA archives...
Done. Thanks for the more comprehensive list of archives.
[...]
> This should result in the correct collection of packages being made
> available. Once that is done I've used something like the following
> successfully in the past.
>
> #+begin_src emacs-lisp
> ;; clojure
> (setq swank-clojure-classpath "/home/eschulte/.clojure.d/ext/")
> (require 'clojure-mode)
> (require 'swank-clojure)
> (require 'slime)
> (require 'slime-repl)
> (setq swank-clojure-binary "/home/eschulte/bin/clj-env"
> swank-clojure-jar-path "/home/eschulte/.clojure.d/ext/clojure-1.2.0.jar"
> slime-lisp-implementations
> (cons `(clojure ,(swank-clojure-cmd) :init swank-clojure-init)
> (remove-if #'(lambda (x) (eq (car x) 'clojure))
> slime-lisp-implementations)))
>
> ;; don't know why this is needed all of a sudden
> (add-hook 'clojure-mode-hook (lambda () (font-lock-mode t)))
>
> (setf slime-default-lisp 'clojure)
> #+end_src
This does not quite work for me. When I try to start slime, swank.jar
is not found. Should I be downloading this from somewhere specific?
Thanks again,
eric
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.209.g1a687)
next prev parent reply other threads:[~2011-04-27 15:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-27 7:56 [babel] hemorrhaging at the bleeding edge: using clojure Eric S Fraga
2011-04-27 13:10 ` Eric Schulte
2011-04-27 15:50 ` Eric S Fraga [this message]
2011-04-28 16:53 ` Eric S Fraga
2011-04-28 17:08 ` Eric S Fraga
2011-04-28 18:22 ` Eric Schulte
2011-04-28 20:21 ` Eric S Fraga
2011-04-28 20:41 ` Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r58nsngi.fsf@pinto.chemeng.ucl.ac.uk \
--to=e.fraga@ucl.ac.uk \
--cc=emacs-orgmode@gnu.org \
--cc=schulte.eric@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).