-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should we still recommend the mac port version for osx? #4955
Comments
Yeah, I also moved from mac-port version few months ago and never wanted to return back. But I use Emacs25, which works nicely for me. Installation is pretty similar.
Also Emacs25 has nice new icon, which I like. Besides, it's not hard to add Spacemacs icon to regular emacs brew formulae. |
@d12frosted so you confirm emacs25 is working fine with spacemacs without any major issues?! |
The only caveat is initial run. Somehow (and only sometimes) it doesn't want to install all packages. So I have to:
Using emacs25 + spacemacs for like more than two months. |
@d12frosted I see! Thanks for letting us know. I'm gonna give it a try. |
I tried the brewed HEAD of emacs (reporting as emacs-25.1.50.1) today and run into this error:
another error is that
|
I definitely suggest we point to 24.5.1, not 25, yet. |
@ordnungswidrig did you wipe out In case of problems - use my 6-steps guide :D |
Can confirm emacs is a lot snappier with the non osx-port. I installed 25, and had 0 issues with the install. I had to make some OSX specific tweaks (im using a scandinavian keyboard layout) but other than that 0 issues so far. Will report here if i encounter some issues. |
I installed emacs25 non osx-port without any issues and default spacemacs config with org and magit works out of the box. Though I haven't turned on my full customizations yet, which I'm slowly getting now! Will report if any issues found. |
@d12frosted I tried removing the elpa dir and it failed, to download anything from the gnu elpa. Stuck with a running "gpg" process
If I kill the process and skipped anything from the repo, emacs would finally start (feeling snappier as @stormpat aready wrote) but run into issues with the native clipboard management -- effectively breaking every command that would interact with the keyboard ( For reference, this was how I brewed emacs:
|
@aaronjensen |
@StreakyCobra Thanks. @ntcong you can see http://irrationalrose.com/2015/05/29/workaround-for-srgb-colour-issue-for-powerline-on-os-x.html for a workaround. Alternatively, you can use the alternate separator and it won't matter as much 😄:
|
@ntcong |
Yes, but that also makes the color rendering of all of emacs wrong, so pick your poison. |
yeah I think it introduces more problem that its fix. Really I think mac-port only has some usability problems, while it works |
It looks like
Calling severe input lag a "usability problem" is a little too kind in my book :) I suppose if something is "unusable", that is a "usability problem" 😄 |
Strange, for me setting P. S. sorry, missed that you were talking about |
Ok that's good to know it's working in 25. Maybe I'll try it again some day. As it was, I ran into some issues. |
Well, I remember having some issues with |
how do you run the two versions side-by-side? will homebrew install them both? |
Also, do you not have problems w/ packages installed/built on 24 that try to run on 25? that seems like a recipe for subtle issues |
Well, actually I have installed only Emacs 25 and emacs-mac. So it's easy to switch between two version of them using
It's easy to convert it to But you can also switch between emacs 25 and emacs 24 as well. There is command |
That's why I run emacs 25 at first, then it installs everything it can. Only then I run emacs 24 so it installs every package that emacs 25 fails to install. Emacs 24 is unusable actually, because most packages were built with emacs 25. So after emacs 24 done it's work - I switch back to emacs 25. |
I'm just using this to use them side by side |
@d12frosted emacs 25 worked for me w/o the 6 step dance, so far things are working. Though the full screen thing still doesn't work. Are you on El Capitan? |
I wouldn't say it's unusable, I never had problem with mac port before (I use emacs everyday), there's some minor issues but it works just fine. So in order to switch to the non mac port, we should list the problem it will fix, and the problem it introduces, can we fix it, will it worth a switch over? The srgb color space problem is pretty big, and it will be there in the face of our users all the time. Before emacs fixes it I'm against the move |
Haha. That's funny. On master it asks to install |
emacs-mac has support for fonts with ligatures, emacs doesn't, but it is faster... |
So not it's recommended to install GNU emacs instead of emacs-mac as discussed in #4955.
ref: |
@vijaykiran that's from a much older version and doesn't apply to the problem being discussed here, which is about image colors. Modern emacs versions use |
@aaronjensen Sorry - I was responding to old |
@d12frosted if I use
to install the latest snapshot of emacs 25, should I use |
@MagisDing AFAIK, |
Switching to canonical emacs broke the powerline font. Keep an eye on: syl20bnr/spacemacs#4955
To be honest, |
Have had issues installing packages with 25. Gone back to 24.5.1 and everything is ok. |
@d12frosted According to my history I did this:
|
BTW, we can install emacs-mac-port based on emacs25 with brew tap railwaycat/emacsmacport
brew install emacs-mac --with-spacemacs-icon --HEAD
|
Is anyone tracking Homebrew/homebrew-core#3330? There seems to be movement toward removing the formula in favor of a "cask" which pulls down the emacsformacosx.com build. |
Hey @edrex Thanks for the link. I wasn't aware of this movement. And can't say that I like the idea of removing Emacs formulae in favour of |
So not it's recommended to install GNU emacs instead of emacs-mac as discussed in syl20bnr#4955.
I fixed the
with emacs 25 by removing the spotify layer. It may be a faulty layer that relies on it. |
Fancying a new yak to shave I thought I would try (thanks @d12frosted)
and a clean install of spacemacs and yep, worked a treat. It might just be me wanting it to be, but it does seem quicker than 24. |
I'm having the same problem as @ordnungswidrig . Is there any updates? |
Which exactly? With gpg or with elc? On Wednesday, 21 September 2016, zxcvbn97 notifications@github.com wrote:
Cheers, |
@lethjakman Thanks! I had the same problem. I was going to submit a new issue about it, but when testing on the |
Fixed with released of Spacemacs v0.200. Let us know if you still have any problems with this issue. |
The emacs mac port has some nice features, especially for beginners. However, at least in my experience:
Switching to the standard emacs fixed all of these issues.
I installed like this, though not all options are necessary:
We'd lose the cool spacemacs icon, but the speed and experience are so much better, at least in my experience. Does anyone else have a similar experience and think the recommendation should be changed?
Problems with
brew install emacs
:Fixed: Enable OSX non-native fullscreen on regular builds #5143dotspacemacs-fullscreen-use-non-native t
has no effect.The text was updated successfully, but these errors were encountered: