This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-28
Channels
- # aleph (48)
- # announcements (3)
- # bangalore-clj (1)
- # beginners (131)
- # cider (30)
- # cljdoc (6)
- # cljs-dev (53)
- # cljsrn (24)
- # clojure (312)
- # clojure-austin (2)
- # clojure-europe (4)
- # clojure-finland (6)
- # clojure-nl (24)
- # clojure-spec (24)
- # clojure-uk (66)
- # clojurescript (185)
- # core-async (46)
- # cursive (10)
- # data-science (9)
- # datomic (15)
- # devcards (2)
- # emacs (50)
- # fulcro (28)
- # jobs (1)
- # jobs-discuss (2)
- # kaocha (11)
- # lein-figwheel (12)
- # nyc (1)
- # off-topic (105)
- # other-languages (80)
- # pedestal (6)
- # re-frame (50)
- # reagent (5)
- # reitit (1)
- # remote-jobs (2)
- # ring (10)
- # rum (1)
- # shadow-cljs (10)
- # spacemacs (19)
You know what? I didn’t want to be skeptical without a proof and I have removed emacs-plus, nuked elpa and .cache in .emacs.d. Installed brew cask install emacs
. It does feel a bit faster. And magit-forge worked (it breaks in emacs-plus).
I don’t remember exactly why long time ago I had to leave it for emacs-plus formula. I guess I’m gonna give it another try, hope I won’t have issues now.
I can also suggest to give https://bitbucket.org/mituharu/emacs-mac a try.
shiiit… brew cask install emacs
is incredibly slow when working with magit. I have no idea why. I’m moving back to emacs-plus
and for the future reference https://emacs.stackexchange.com/questions/271/what-is-the-difference-between-aquamacs-and-other-mac-versions-of-emacs
Hello, guys my spacemacs is freezing on cider-jack-in
, something similar to https://github.com/clojure-emacs/cider/issues/1314 - I can only get out of the loop with C-g and it doesn't seem to affect functionality but it's a bit annoying. It started about 3-4 weeks ago and I've been trying to find the problem and fix it myself but couldn't make progress. I even re-installed everything from scratch but the problem persists. Any tips? I'm on the master
branch, cider 20190326.1752
- (also should I post it on #cider instead? ).
I've just noticed it seems to be project-related. A newly created project (with lein) connects OK, no freezes. 😞
Fixed! It's a relatively old luminus project, I've fixed it via upgrading lib luminus-nrepl
from 0.1.4
to 0.1.6
. I wish I had tried that earlier.
@U0646TENN nice find. Versions of nrepl, plugins and Leiningen can easily break things. I had Leinigen 2.9.1 break my compojure-api project yesterday. It was reporting issues with the spec of fn
, so was a bit tricky to figure out 🙂
Hmm I was getting that last week and have no idea why. I ended up reinstalling emacs (using the emacs for osx site linked earlier above), upgrading lein, eventually tried deleting my .emacs.d repo, recloning, and switching to the develop branch. And ummm... now everything is fine I think
When I run Emacs as an app on both Mac and Windows, I can increase the font size of a buffer with Space z x +
. When i run Emacs from the terminal, that command doesn't do anything (it seems not to run actually). How do I increase font size within the terminal?
Yeah, that's right. On MacOS, command-plus is a pretty consistent way to increase the font size, and it works both in http://Terminal.app and http://iTerm.app.
Or I guess technically it's command-equals, but anyway…
however. it increases the font only in the current buffer. That’s why I prefer to use SPC z f
I think if you're in a terminal, the font size is controlled by the terminal, not by emacs. I use SPC z f
also when I use windowed emacs (which is basically every time), but they were asking about terminal emacs.
Thanks!