258 Commits

Author SHA1 Message Date
Oleh Krehel
410c4acecc Merge avy-jump.el into avy.el
Fixes #31
2015-05-11 10:33:16 +02:00
Oleh Krehel
a53ffb7cec Allow to break from avy-goto-line' into goto-line'
* avy.el (avy-handler-default): New defun.
(avy-handler-function): New variable. Bind this temporarily to catch bad chars.
(avy-read): Forward to `avy-handler-default'.

* avy-jump.el (avy--goto): Consider the case of 'exit symbol being
  returned.
(avy-goto-line): Bind `avy-handler-function' to catch digits and call
`goto-line' in that case.

Fixes #29
2015-05-09 18:14:50 +02:00
Oleh Krehel
e242f04e32 Bump version 2015-05-09 13:47:07 +02:00
Bozhidar Batsov
0634762804 Add a dependency to cl-lib for Emacs < 24.3
cl-lib was introduced in Emacs 24.3. On older Emacs versions we have to
install it from GNU ELPA.
2015-05-09 08:29:06 +03:00
Oleh Krehel
a55858540b Move the package metadata to avy.el
Depend on Emacs 24.1 as well.
2015-05-08 22:52:18 +02:00
Bozhidar Batsov
6ff26f5377 Use cl-lib instead of cl-macs
Fixes #19
2015-05-08 22:21:44 +02:00
Oleh Krehel
f2290f262a avy.el: Update commentary 2015-05-08 11:51:07 +02:00
Oleh Krehel
5d2979b911 Initial import 2015-05-05 16:29:21 +02:00