GithubHelp home page GithubHelp logo

Compilation failure about zenburn-emacs HOT 9 CLOSED

bbatsov avatar bbatsov commented on July 19, 2024
Compilation failure

from zenburn-emacs.

Comments (9)

bbatsov avatar bbatsov commented on July 19, 2024

I've never had the opportunity to test zenburn under OSX, but I'm surprised that it doesn't work properly with Emacs 23.2. I'll do some testing soon and I let you know when I have some solution for your problem.

from zenburn-emacs.

bbatsov avatar bbatsov commented on July 19, 2024

I've just tested zenburn with Emacs 23.3 from http://emacsformacosx.com/ and it works just fine on OSX Lion. Maybe you could give this version of Emacs a try? Alternatively you could download the entire emacs-dev-kit that I maintain - it comes with zenburn prepackaged and is known to work on OSX as well.

from zenburn-emacs.

Jessidhia avatar Jessidhia commented on July 19, 2024

The problem is that I also get a compilation error on Arch Linux's emacs:

$ emacs --version
GNU Emacs 23.3.2
Copyright (C) 2011 Free Software Foundation, Inc.
(...)
$ emacs --batch --eval '(progn (load-file "init.el") (byte-recompile-directory "." 0))'
Loading /home/kovensky/.emacs.d/init.el (source)...
Loading /home/kovensky/.emacs.d/custom.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/some-emacs-goodies-el/color-theme-library.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/some-emacs-goodies-el/color-theme-library.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/github.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/github.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/ir-black.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/ir-black.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/lazy.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/lazy.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/monokai.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/monokai.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/railscasts.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/railscasts.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/ruby-blue.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/ruby-blue.elc...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/twilight.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/theme-roller/themes/twilight.elc...
Loading /home/kovensky/.emacs.d/site-lisp/some-emacs-goodies-el/color-theme-library.el (source)...
Loading /home/kovensky/.emacs.d/site-lisp/some-emacs-goodies-el/color-theme-library.elc...
Checking /home/kovensky/.emacs.d...
Checking /home/kovensky/.emacs.d/auto-save-list...
Checking /home/kovensky/.emacs.d/site-lisp...
Checking /home/kovensky/.emacs.d/site-lisp/emacs-pod-mode...
Checking /home/kovensky/.emacs.d/site-lisp/some-emacs-goodies-el...
Checking /home/kovensky/.emacs.d/site-lisp/theme-roller...
Checking /home/kovensky/.emacs.d/site-lisp/yaml-mode...
Checking /home/kovensky/.emacs.d/site-lisp/zenburn-emacs...
Compiling /home/kovensky/.emacs.d/site-lisp/zenburn-emacs/color-theme-zenburn.el...

In toplevel form:
site-lisp/zenburn-emacs/color-theme-zenburn.el:96:4:Error: Variable binding depth exceeds max-specpdl-size
Checking /home/kovensky/.emacs.d/site-lisp/emacs-pod-mode/lib...
Checking /home/kovensky/.emacs.d/site-lisp/theme-roller/themes...
Checking /home/kovensky/.emacs.d/site-lisp/emacs-pod-mode/lib/Emacs...
Done (Total of 0 files compiled, 1 failed)

My ~/.emacs.d is mirrored on https://github.com/Kovensky/.emacs.d/, in case you need to look at anything from it...
I'll give the emacs-dev-kit a try though.

from zenburn-emacs.

bbatsov avatar bbatsov commented on July 19, 2024

Hmm, that's odd. I'm assuming it works without the byte-compilation, though. I have to investigate this further since I rarely do byte-compilation because few modes benefit significantly from it.

from zenburn-emacs.

bbatsov avatar bbatsov commented on July 19, 2024

Btw I've released a version of the theme for Emacs 24. If you're in the mood for testing you might install Emacs 24 from brew and try it out.

from zenburn-emacs.

trss avatar trss commented on July 19, 2024

I have the exact same issue and I installed it using ELPA from Marmalade repository. But it works nevertheless. This is the error I get..

Leaving directory `/home/trss/.emacs.d/elpa/color-theme-6.6.1'

Compiling file /home/trss/.emacs.d/elpa/color-theme-6.6.1/color-theme-pkg.el at Fri Oct  7 15:09:03 2011
Entering directory `/home/trss/.emacs.d/elpa/color-theme-6.6.1/'

Compiling file /home/trss/.emacs.d/elpa/color-theme-6.6.1/color-theme.el at Fri Oct  7 15:09:03 2011
color-theme.el:50:1:Warning: cl package required at runtime

In color-theme-install-variables:
color-theme.el:1207:10:Warning: `make-variable-frame-local' is an obsolete
    function (as of Emacs 22.2); explicitly check for a frame-parameter
    instead.

In end of data:
color-theme.el:1379:1:Warning: the following functions are not known to be defined:
    color-theme-initialize, color-theme-face-attr-construct,
    set-face-property, color-theme-spec-compat

Compiling no file at Fri Oct  7 15:12:25 2011
Leaving directory `/home/trss/.emacs.d/elpa/color-theme-zenburn-0.3'

Compiling file /home/trss/.emacs.d/elpa/color-theme-zenburn-0.3/color-theme-zenburn-pkg.el at Fri Oct  7 15:12:25 2011
Entering directory `/home/trss/.emacs.d/elpa/color-theme-zenburn-0.3/'

Compiling file /home/trss/.emacs.d/elpa/color-theme-zenburn-0.3/color-theme-zenburn.el at Fri Oct  7 15:12:25 2011
color-theme-zenburn.el:96:4:Error: Variable binding depth exceeds max-specpdl-size

Thanks

from zenburn-emacs.

pibako avatar pibako commented on July 19, 2024

The same problem here with marmalade and Emacs 24.0.91 on OS X Lion:

color-theme-zenburn.el:96:4:Error: Lisp nesting exceeds `max-lisp-eval-depth'

from zenburn-emacs.

bbatsov avatar bbatsov commented on July 19, 2024

You shouldn't use color-theme-zenburn with Emacs 24. Use zenburn-theme.el instead. It's not in Marmalade yet, but it's much nicer than the color-theme package version of the theme.

from zenburn-emacs.

pibako avatar pibako commented on July 19, 2024

Now I see it. Thanks.

from zenburn-emacs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.