This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-01
Channels
- # aleph (1)
- # bangalore-clj (5)
- # beginners (24)
- # boot (113)
- # cider (42)
- # cljs-dev (2)
- # cljsjs (2)
- # cljsrn (3)
- # clojure (37)
- # clojure-austin (4)
- # clojure-brasil (3)
- # clojure-france (55)
- # clojure-greece (15)
- # clojure-ireland (4)
- # clojure-italy (13)
- # clojure-russia (37)
- # clojure-spec (50)
- # clojure-uk (31)
- # clojurescript (49)
- # component (12)
- # consulting (1)
- # cursive (6)
- # datascript (9)
- # datomic (27)
- # editors (2)
- # garden (1)
- # hoplon (18)
- # jobs (1)
- # klipse (25)
- # lein-figwheel (1)
- # leiningen (1)
- # luminus (2)
- # om (53)
- # om-next (8)
- # onyx (5)
- # parinfer (4)
- # perun (4)
- # re-frame (13)
- # remote-jobs (1)
- # ring (1)
- # ring-swagger (3)
- # rum (52)
- # spacemacs (36)
- # specter (13)
- # sql (3)
- # untangled (49)
- # vim (11)
- # yada (9)
"Emacs has flickered for 30 years. Now, it should be flicker-free. I’ve just landed support for double-buffered rendering for the X11 port." (https://www.facebook.com/notes/daniel-colascione/buttery-smooth-emacs/10155313440066102/) Anyone know whether that would apply to mac versions of emacs? I definitely have some flicker problems on my spacemacs.
@eggsyntax the HN thread had a link to this https://bitbucket.org/mituharu/emacs-mac where apparently he solved it for mac awhile ago
I've been investigating further, and am fairly sure the problem I'm having isn't the same "flickering" he's talking about. I do already use emacs-mac, and I've been pretty happy with it, IIRC I did notice an uptick in performance.
I suspect I have an installed package that's causing problems. The problem's intermittent, so I'm currently doing a painfully slow bisect on my dotfiles repo to try to figure out where it was introduced.
^ That's the one you're using? I believe the spacemacs author used to recommend that one, but now recommends emacs-mac
This comment from last June is at least one place where he seems to be recommending emacs-mac, unless I'm misreading it: https://github.com/syl20bnr/spacemacs/issues/1114#issuecomment-111232491
Curious general question: How many of y’all came from dev using Cursive to Spacemacs, or how many of you have left Spacemacs for Cursive? I’m curious as to a comparison between the two. I love Spacemacs keybindings so much:) But a lot of people seem to be using Cursive for production builds.
i’d like to know this as well: especially for people who using cursive after spacemacs. Personally I don’t really see why I would use anything other than spacemacs after a few years with vim background. I don’t just code clojure, so having something that is useful for everything is better imo. I don’t feel like it’s lacking anything.
but I’m open minded and would like to see what cursive has that currently isn’t in spacemacs/cider
@eggsyntax the official repo https://github.com/syl20bnr/spacemacs#macos still says to get what i have
If I were doing mainly cljs development, I think I’d definitely take cursive for a spin. In my experience, certain combinations (eg boot + cider + wanting to have both clj and cljs repls in spacemacs) end up not working as well as I’d like.
@naomarik that link I posted says there’s a PR to update the README re: emacs-mac, but on the other hand that was June 2015...
clj + cljs worked like a charm for me in cider as long as I was using lein. After we switched to boot it kinda went downhill.
and cljc files i have to explicitly set clojurescript mode for it to swtich to cljs repl
It’s been a while, but as I recall it was problems with a) spacemacs slowing way, way down after a while with repls into the project, and b) issues with spacemacs sending code evals to the wrong repl.
It’s also possible that it’s a problem specific to our codebase, but if so, no one’s yet been able to identify it.