-
Notifications
You must be signed in to change notification settings - Fork 28
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
error on window-system in appearence.el #4
Comments
that part of code fails to work on different platforms unfortunately and I don't have a good idea for how to fix it. we can completely delete it and let people configure it from custom.el file. |
Does the addition of |
I wouldn't mind it being in If this is being pitched to non-emacs users, getting an IDE environment that has tools similar to other IDEs might be a good idea. tool-bar I don't know about, but jettisoning the menu-bar and the scroll-bar might be offputting for some. |
replace if to when it work |
I'm running GNU Emacs 24.0.50.1 (i386-mingw-nt6.1.7601) of 2010-10-19 on LENNART-69DE564
With emacs.js just download today (2013.07.07)
appearance.el likes to crash my whole startup with the following error [abridged]:
(It is not running in the HOME directory; I've explicitly changed init.el to have +home-dir+ point elsewhere.)
The culprit appears to be the following code:
Changing it to
allows everything to work. My emaccs-fu is weak, but isn't the
progn
actually required to execute multiple statements? Or is it some other quirk of my setup? I haven't submitted a pull-request, as I'm never really sure with elisp on windows....The text was updated successfully, but these errors were encountered: