winterTTr / ace-jump-mode

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

Clisp instead of elisp code in ace-FAQ? (loop doesn't exist afaics) #56

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi--

I get a symbol void when I try to use the loop construct in the FAQ.

Anyways, I'd like to make a list of all chars and numbers. Is there another way to do it?

ghost commented 10 years ago

Thanks for ace-mode by the way, it is my favourite plugin by far. I learned about it here: http://emacsrocks.com/e10.html

I think that video better shows how awesome your mode is than any description could. Perhaps you should consider adding a link to the screencast somewhere in the README (just a friendly tip)?

ghost commented 10 years ago

There is something fishy here; I tried it on another machine and it worked. I can't see that loop is a part of elisp though.

ghost commented 10 years ago

For the machine it didn't work on, all i had to do was to add (require 'cl) to make it work.