Rob Wolfe <r...@smsnet.pl> writes:

> Stefan Tilkov <stefan.til...@innoq.com> writes:
>
>> Two quick Emacs/Clojure questions I can't seem to find the answer to:
>>
>> - In his screencasts, Sean Devlin moves the mouse over an item in his
>> REPL history and it becomes highlighted (and he can paste it to the
>> current prompt with one click)
>> - Also in his screencasts, Lau Jensen types something like g-i-v, then hits 
>> some key combination and gets an expansion like get-integer-value
>>
>> I can't seem to find out how to get these to work, any hint would be 
>> appreciated.
>
> I did it like this (I assume that clojure-mode.el has been installed):
>
> 1. downloaded slime and swank-clojure

You can get this to work, but as you can see it's very manual and
error-prone. The basic slime REPL is working using automated
installation from ELPA, and William Douglas is working on adding fuzzy
completion to that. It's highly recommended that you follow this
approach rather than copying and pasting several pages of one-off
configuration. For instance, adding jline to your classpath is redundant
if you're using slime.

-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

Reply via email to