FW: [ANN] CIDER 0.11 Released!

103 views
Skip to first unread message

Sean Corfield

unread,
Mar 3, 2016, 1:31:10 PM3/3/16
to emacs...@googlegroups.com
Are we likely to get a new stable release of Emacs Live soon? We’re a couple of versions of CIDER behind now…

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood


From: Clojure Mailing List <clo...@googlegroups.com> on behalf of Bozhidar Batsov <bozh...@batsov.com>
Reply-To: Clojure Mailing List <clo...@googlegroups.com>
Date: Wednesday, March 2, 2016 at 9:42 PM
To: Clojure Mailing List <clo...@googlegroups.com>
Subject: [ANN] CIDER 0.11 Released!

Hey everyone,

CIDER 0.11 (a.k.a. Bulgaria) is finally out!

Today Bulgarians (like me) celebrate the country's Liberation Day and the rest of the
world will get to celebrate the release of CIDER 0.11. :-)

Once again we've got a ton of new features, refinements and bugfixes and I hope you're going to love them!


Enjoy!

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@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+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

gvim

unread,
Mar 6, 2016, 10:52:25 AM3/6/16
to emacs...@googlegroups.com
On 03/03/2016 18:31, Sean Corfield wrote:
> Are we likely to get a new stable release of Emacs Live soon? We’re a
> couple of versions of CIDER behind now…
>

WARNING: CIDER's version (0.9.1) does not match cider-nrepl's version
(0.10.1)

:(

gvim


gvim

unread,
Mar 12, 2016, 12:19:20 AM3/12/16
to emacs...@googlegroups.com
On 03/03/2016 18:31, Sean Corfield wrote:
> Are we likely to get a new stable release of Emacs Live soon? We’re a
> couple of versions of CIDER behind now…
>

Looks like we're on our own. Do you know anyone who knows Emacs Lisp
well enough to maintain the project?

givm

Timothy Washington

unread,
Mar 14, 2016, 12:31:45 AM3/14/16
to emacs...@googlegroups.com
I had my own emacs config for a while, and started using spacemacs recently. It's really well maintained and the Clojure integration is pretty solid. 


Tim 

gvim

unread,
Mar 14, 2016, 1:22:07 AM3/14/16
to emacs...@googlegroups.com
On 14/03/2016 04:31, Timothy Washington wrote:
> I had my own emacs config <https://github.com/twashing/sunra> for a
> while, and started using spacemacs
> <https://github.com/syl20bnr/spacemacs> recently. It's really well
> maintained and the Clojure integration is pretty solid.
>
>
> Tim

Could be just what I need as I'm running Emacs Live! in evil mode.

gvim

gvim

unread,
Mar 14, 2016, 3:30:07 AM3/14/16
to emacs...@googlegroups.com
On 14/03/2016 04:31, Timothy Washington wrote:
> I had my own emacs config <https://github.com/twashing/sunra> for a
> while, and started using spacemacs
> <https://github.com/syl20bnr/spacemacs> recently. It's really well
> maintained and the Clojure integration is pretty solid.
>
>
> Tim

I'm getting along with Spacemacs just fine. Just one thing - I'd like to
be able to reproduce the colour scheme used in Emacs Live! Any idea how?

gvim

Timothy Washington

unread,
Mar 21, 2016, 1:18:10 AM3/21/16
to emacs...@googlegroups.com
Sorry for the delayed response. emacs-live was using the cyberpunk-theme. That's what I was using in my custom config. And you can use it just as easily in spacemacs. But I actually prefer spacemacs' dark theme, as it integrates well with their other accents (mode-line, completion popups, etc). 

Let me know how you get on with it. I quite like that look.

Tim 

gvim

unread,
Mar 27, 2016, 8:18:52 AM3/27/16
to emacs...@googlegroups.com
On 21/03/2016 05:17, Timothy Washington wrote:
> Sorry for the delayed response. emacs-live was using the cyberpunk-theme
> <https://github.com/n3mo/cyberpunk-theme.el>. That's what I was using in
> my custom config
> <https://github.com/twashing/sunra/blob/master/packages/user/sunra-theme.el>.
> And you can use it just as easily in spacemacs. But I actually prefer
> spacemacs' dark theme, as it integrates well with their other accents
> (mode-line, completion popups, etc).
>
> Let me know how you get on with it. I quite like that look.
>

Spacemacs is fine. Much quicker to load than Emacs Live! but I prefer
Overtone's customised cyberpunk and unfortunately I can't simply copy
the relevant .el file over to Spacemacs because Spacemacs uses a
different format for themes :(

gvim

Timothy Washington

unread,
Mar 27, 2016, 8:54:58 PM3/27/16
to emacs...@googlegroups.com
Hmm, spacemacs employs use-package. So in your .spacemacs (or .spacemacs.d/), you should be able to add something like (use-package cyberpunk-theme) . I was certainly able to do it.

Let me know if it works.


Tim  




gvim

--
You received this message because you are subscribed to the Google Groups "Emacs Live" group.
To unsubscribe from this group and stop receiving emails from it, send an email to emacs-live+...@googlegroups.com.

gvim

unread,
Mar 29, 2016, 11:18:26 AM3/29/16
to emacs...@googlegroups.com
On 28/03/2016 01:54, Timothy Washington wrote:
> Hmm, spacemacs employs use-package
> <https://github.com/jwiegley/use-package>. So in your .spacemacs
> <http://spacemacs.org/doc/QUICK_START#orgheadline2> (or .spacemacs.d/),
> you should be able to add something like */(use-package
> cyberpunk-theme)/* . I was certainly able to do it.
>
> Let me know if it works.
>

I haven't tried it yet but doesn't that just give you the default
cyberpunk theme? Sam Aaron's customisation is what I'm after as it's
much brighter and better for my eyesight. The default has too much blue
on black.

gvim

Timothy Washington

unread,
Apr 1, 2016, 1:08:10 AM4/1/16
to emacs...@googlegroups.com
Ah ok, I don't know about that. Sounds like you'd have to go into emacs-live, and copy over any customizations that Sam made.


Tim 

gvim

unread,
Apr 1, 2016, 7:58:15 AM4/1/16
to emacs...@googlegroups.com
On 01/04/2016 06:07, Timothy Washington wrote:
> Ah ok, I don't know about that. Sounds like you'd have to go into
> emacs-live, and copy over any customizations that Sam made.
>

See my earlier comment about copying the cyberpunk.el file. The
Spacemancs version is totally different and uses the new deftheme
method. Too much work for me to convert it.

gvim

Mike Rodriguez

unread,
Apr 2, 2016, 2:28:57 PM4/2/16
to Emacs Live
What happened to the maintainer of emacs-live anyways? Sam?
Reply all
Reply to author
Forward
0 new messages