True; Monroe for now is focused only on providing stable nrepl connection 
with usable REPL, but you should be able to use any *clojure-mode.el* that 
floats around the net. AFAIK, Cider comes with *clojure-mode.el* and you 
could try it. If you find issues please let me know.

Also, there is clojure-mode.el on EmacsWiki 
<http://www.emacswiki.org/emacs-en/clojure-mode.el> or you can use the one 
from my repository 
<https://github.com/sanel/dotfiles/blob/master/emacs.d/modes/clojure-mode.el> 
(warning, it is a bit outdated and I'm using it mainly for syntax 
highlighting).

Best,
Sanel

On Friday, September 26, 2014 5:28:58 PM UTC+2, John Louis Del Rosario 
wrote:
>
> Thanks!
>
> Just installed it and disabled CIDER. Hmm first things I miss are no 
> syntax highlighting and no paredit.
> I think I can just add a hook for paredit, but not sure about syntax 
> highlighting. Any ideas?
>
> On Thursday, September 25, 2014 8:32:05 PM UTC+8, Sanel Zukan wrote:
>>
>> Thanks for reply with the details, Bastien :)
>>
>> > As someone new to CIDER (probably only use 10% of its features), what's 
>> the difference between this and CIDER?
>>
>> I think you already answered it :) I find Cider amazing project, but is a 
>> bit biggish for my taste, especially if you would like to get the extension 
>> and start working on Clojure code, instead of setting up the details. Also, 
>> I prefer keeping REPL and all REPL related stuff (erorrs and exceptions) 
>> _inside_ REPL buffer and window, just like many Emacs modes works.
>>
>> Now, a little bit internals: Monroe REPL is using comint-mode, which 
>> means that many comint keys and variables should work out of the box. In 
>> Emacs, comint-mode is used by default for interaction with external 
>> programs like shell, ielm, inferior-[lisp, scheme, python] and many of them 
>> are sharing similar shortcuts.
>>
>> > i.e. why would I want to use this over CIDER? (could be good to put in 
>> the README as well)
>>
>> I think README summarize the goals behind the project. If you find it 
>> confusing, I'll try to clarify the things a little bit.
>>
>> Best,
>> Sanel
>>
>> On Thursday, September 25, 2014 6:41:52 AM UTC+2, Bastien Guerry wrote:
>>>
>>> John Louis Del Rosario <joh...@gmail.com> writes: 
>>>
>>> > Looks neat. As someone new to CIDER (probably only use 10% of its 
>>> > features), what's the difference between this and CIDER? i.e. why 
>>> > would I want to use this over CIDER? (could be good to put in the 
>>> > README as well) 
>>>
>>> Copying what's on the reddit page: 
>>>
>>>
>>> http://www.reddit.com/r/Clojure/comments/2hde6w/monroe_new_nrepl_client_for_emacs/
>>>  
>>>
>>> "Some features: 
>>>
>>> - lightweight 
>>>     
>>> - focused only on nrepl protocol so you can easily combine it with 
>>>   favorite libraries (e.g. company-mode) 
>>>     
>>> - single buffer for interaction, which behaves like inferior 
>>>   modes. Errors and results will be shown in that buffer, instead 
>>>   poping out new buffers. 
>>>     
>>> - works on older Emacs versions 
>>>     
>>> - history in repl that actually works" 
>>>
>>> -- 
>>>  Bastien 
>>>
>>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to