Re: slime-ritz help needed on clean emacs 24.2.1 new setup

2012-09-20 Thread greg r
How about trying:

nrepl-jack-in

This is working good here, at least from within a leiningen project.

Regards,
Greg

On Saturday, September 15, 2012 2:39:36 AM UTC-4, sal wrote:
>
> 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

Re: slime-ritz help needed on clean emacs 24.2.1 new setup

2012-09-20 Thread Hugo Duncan
sal  writes:

> i am able to run clojure-jack-in and start swank server

Are you able to use the repl?

> , but never see the 
> command slime-mode, slime-connect in emacs.

Not sure what you mean by this. Are these commands not available once
the repl is running? The jack-in process is responsible for loading
slime which provides these.

Hugo

-- 
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


slime-ritz help needed on clean emacs 24.2.1 new setup

2012-09-16 Thread sal
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