winterTTr / ace-jump-mode

a quick cursor jump mode for emacs
https://github.com/winterTTr/ace-jump-mode/wiki
605 stars 72 forks source link

ace-jump-mode fails with error #15

Open bradwright opened 12 years ago

bradwright commented 12 years ago

The overlay appears but the highlighting of characters doesn't start. debug-on-error trace:

Debugger entered--Lisp error: (void-variable --cl-func-create-overlay--)
ace-jump-populate-overlay-to-search-tree((branch (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf) (leaf)) ([cl-struct-aj-position 8218 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 8283 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 8390 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 8639 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 8877 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9001 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9023 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9040 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9056 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9223 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9228 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9243 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]] [cl-struct-aj-position 9279 [cl-struct-aj-visual-area #<buffer modes.el> #<window 1 on modes.el> #<frame F1 0x101106df8> nil]]))
ace-jump-do("\\<t")
ace-jump-word-mode(116)
call-interactively(ace-jump-word-mode)
ace-jump-mode(1)
call-interactively(ace-jump-mode nil nil)

On GNU Emacs 24.2.1, running in a terminal.

winterTTr commented 12 years ago

Thanks for your report, I will try to investigate this problem. BTW, which kind of OS are you using the emacs 24? Windows Or Linux?

bradwright commented 12 years ago

I have the same issue on Ubuntu Linux and Mac OS X (both running in a terminal).