Skip to content
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

Issue on fresh install #945

Closed
rakanalh opened this issue Nov 27, 2015 · 1 comment
Closed

Issue on fresh install #945

rakanalh opened this issue Nov 27, 2015 · 1 comment

Comments

@rakanalh
Copy link

Hello,

I am using iTerm 2 on Mac OSX and emacs 24.5.1.

I installed prelude using the curl method and as soon as everything is done, this error is displayed:

Warning (initialization): An error occurred while loading `/Users/rakan/.emacs.d/init.el':

Symbol's function definition is void: set-fontset-font

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

So i run with --debug-init and i get this:

Debugger entered--Lisp error: (void-function set-fontset-font)
  (set-fontset-font t (quote unicode) "Apple Color Emoji" nil (quote prepend))
  eval-buffer(#<buffer  *load*-458932> nil "/Users/rakan/.emacs.d/core/prelude-osx.el" nil t)  ; Reading at buffer position 2375
  load-with-code-conversion("/Users/rakan/.emacs.d/core/prelude-osx.el" "/Users/rakan/.emacs.d/core/prelude-osx.el" nil t)
  require(prelude-osx)
  (progn (require (quote prelude-osx)))
  (if (eq system-type (quote darwin)) (progn (require (quote prelude-osx))))
  eval-buffer(#<buffer  *load*> nil "/Users/rakan/.emacs.d/init.el" nil t)  ; Reading at buffer position 4449
  load-with-code-conversion("/Users/rakan/.emacs.d/init.el" "/Users/rakan/.emacs.d/init.el" t t)
  load("/Users/rakan/.emacs.d/init" t t)
  #[0 "^H\205\262^@     \306=\203^Q^@\307^H\310Q\202;^@ \311=\204^^^@\307^H\312Q\202;^@\313\307\314\315#\203*^@\316\202;^@\313\307\314\317#\203:^@\320\nB^R\321\202;^@\316\322^S\323^A\322\211#\210^K\322=\203a^@\324\325\326\307^H\327Q!\"\323^A\322\211#\210^K\322=\203`^@^A^$
  command-line()
  normal-top-level()
@bbatsov
Copy link
Owner

bbatsov commented Apr 28, 2016

I think we fixed this a while back.

@bbatsov bbatsov closed this as completed Apr 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants