-
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
Minor UI bugs in MacBook Pro with retina display #7917
Comments
Ah, cool! I hadn't thought of what might cause that first issue, with the tooltips. What version of emacs are you using? Did you install it with brew? I no longer see the tooltips issue, having installed emacs with:
Unfortunately I can't help more than that, I can't remember when I last saw it or how I'd previously installed emacs. The spaceline separators are listed here: https://github.com/syl20bnr/spacemacs/blob/master/doc/DOCUMENTATION.org#powerline-separators I think the one you're looking for is 'contour', so in your .spacemacs config function, add the line
|
Hi @CarlQLange, Thank you for your reply. My Emacs was installed using the same way instructed by
I have tried your suggested way to install the Emacs, but seems like it may have some compatibility issue with The error message is:
And, yes, the My configuration for
Thank you for your help! |
So the powerline thing, there's a longstanding issue with Emacs on Mac OS X and colour spaces. You can read about it here: milkypostman/powerline#54 and here: #4955 In short, you can add this to your user-config in .spacemacs and it'll workaround the issue
Unfortunately, it breaks the overall colour space, so it kind of depends on whether you prefer a baby or a clean bathtub. :) Personally I set my separator to
and just deal with the kind of ugly arrow separators :) The issue you're facing with the install not working looks like you need to delete the elpa directory in ~/.emacs.d and let it redownload the packages, but no promises :) |
Thank you for the update! The setting Also I have removed the FYI the newly installed version is Anyway, thank you very much! |
Bump! Any solutions for this with latest version ? |
The power line color issue has been resolved recently by a commit I made here. You need to set If someone has a newer Macbook with DCI-P3 color space, I will appreciate if you let me know if the workaround is working for you or not. |
I've also added a PR changing the docs to this fix: #9550 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Hey guys. I also have some issues about the UI. I have two Macs. One of them is old with non-retina screen, the other one is relatively new with retina display.
However, I have experienced some display issues in my retina mac. For example, the
flycheck
mode, when I put my cursor at the error position, the prompt window looks like this. Firstly it is not in the correct position, then the window is very small.But in my old Mac, everything works normally just like the screen capture in
readme
Also, for the
neotree
, in my old Mac, it looks like thisHowever, in my new Mac, the cursor is hollow when I placed it on the folder symbol
Both my old Mac and new Mac are running the OSX 10.12 system.
And the
power line
in the following picture looks pretty good, can the contributor share the configuration for this. In my retina display, if I am using the defaultpower-line
theme, it looks serrated.Thank you very much.
The text was updated successfully, but these errors were encountered: