Re: clojure and emacs. again.

2010-04-06 Thread jney
my bad. I didn't find swank-clojure on ELPA and tried to install it
manually. now it works. thanks.

On Apr 3, 6:20 am, Phil Hagelberg p...@hagelb.org wrote:
 On Fri, Apr 2, 2010 at 12:19 PM, jney jeansebastien@gmail.com wrote:
   I'm a newbie in clojure and inemacstoo. I got this message error
  while launching Slime :

  Debugger entered--Lisp error: (file-error Searching for program No
  such file or directory lisp)

 Slime is configured to use Common Lisp rather than Clojure.

  Otherwise, is there some recent documentation for install clojure
  environment onemacs. All documentation i found look outdated.

 Did you try the instructions in Swank Clojure's README? They should
 automatically configure things for Clojure:

 http://github.com/technomancy/swank-clojure

 -Phil

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

To unsubscribe, reply using remove me as the subject.


clojure and emacs. again.

2010-04-02 Thread jney
Hello,

  I'm a newbie in clojure and in emacs too. I got this message error
while launching Slime :

Debugger entered--Lisp error: (file-error Searching for program No
such file or directory lisp)
  start-process(inferior-lisp #buffer *inferior-lisp* lisp)
  apply(start-process inferior-lisp #buffer *inferior-lisp* lisp
nil)
  start-file-process(inferior-lisp #buffer *inferior-lisp* lisp)
  apply(start-file-process inferior-lisp #buffer *inferior-lisp*
lisp nil)
  comint-exec-1(inferior-lisp #buffer *inferior-lisp* lisp nil)
  comint-exec(#buffer *inferior-lisp* inferior-lisp lisp nil
nil)
  make-comint-in-buffer(inferior-lisp nil lisp nil)
  apply(make-comint-in-buffer inferior-lisp nil lisp nil nil)
  make-comint(inferior-lisp lisp nil)
  apply(make-comint inferior-lisp lisp nil nil)
  run-lisp(lisp)
  call-interactively(run-lisp t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

Someone can help ?

Otherwise, is there some recent documentation for install clojure
environment on emacs. All documentation i found look outdated.

Thx.

-- 
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: clojure and emacs. again.

2010-04-02 Thread Phil Hagelberg
On Fri, Apr 2, 2010 at 12:19 PM, jney jeansebastien@gmail.com wrote:
  I'm a newbie in clojure and in emacs too. I got this message error
 while launching Slime :

 Debugger entered--Lisp error: (file-error Searching for program No
 such file or directory lisp)

Slime is configured to use Common Lisp rather than Clojure.

 Otherwise, is there some recent documentation for install clojure
 environment on emacs. All documentation i found look outdated.

Did you try the instructions in Swank Clojure's README? They should
automatically configure things for Clojure:

http://github.com/technomancy/swank-clojure

-Phil

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

To unsubscribe, reply using remove me as the subject.