Hi Everyone,
  Trying to setup emacs 24.2 on mac osx clean setup, nothing else.

  clojure-mode     20120808.... installed  Major mode for Clojure code 
[source: github]
  nrepl     20120912.248 installed  Client for Clojure nREPL [source: 
github]
  nrepl-ritz     20120913.... installed  nrepl extensions for ritz [source: 
github]
  slime-ritz     20120914.... installed  slime extensions for ritz [source: 
github]

I have following things installed

and my .emacs looks like
(require 'package)
(add-to-list 'package-archives
  '("marmalade" . "http://marmalade-repo.org/packages/";) t)
(add-to-list 'package-archives
  '("melpa" . "http://melpa.milkbox.net/packages/";) t)
(package-initialize)


i am able to run clojure-jack-in and start swank server, but never see the 
command slime-mode, slime-connect in emacs.

Can someone point me to some other setup or how to fix this.

Thanks
 Sal

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to