abo-abo / ace-window

Quickly switch windows in Emacs
977 stars 87 forks source link

Symbol’s function definition is void: aw-set-make-frame-char #116

Closed jagot closed 6 years ago

jagot commented 6 years ago

I just performed a package upgrade and get the error in the title when trying to switch windows. Possibly related to commit 15b0639ba5ad6d196550ba615ab2804309fa38bb ?

Here is the traceback obtained when evaluating (ace-window) manually:

Debugger entered--Lisp error: (void-function aw-set-make-frame-char)
  aw-set-make-frame-char(aw-make-frame-char 122)
  custom-initialize-reset(aw-make-frame-char (funcall (function #[0 "\300\207" [122] 1])))
  custom-declare-variable(aw-make-frame-char (funcall (function #[0 "\300\207" [122] 1])) "Character that triggers creation of a new single-window frame for display." :set aw-set-make-frame-char :type character)
  byte-code("\300\301\302\303\304DD\305\306\307\310\311&\207" [custom-declare-variable aw-make-frame-char funcall function #[0 "\300\207" [122] 1] "Character that triggers creation of a new single-window frame for display." :set aw-set-make-frame-char :type character] 8)
  (ace-window)
  eval((ace-window) nil)
  eval-expression((ace-window) nil)
  funcall-interactively(eval-expression (ace-window) nil)
  call-interactively(eval-expression nil nil)
  command-execute(eval-expression)
abo-abo commented 6 years ago

Fixed, thanks.

jagot commented 6 years ago

Perfect, thanks!