Tassilo Horn
33546b65c4
Fix avy-goto-subword-0
...
avy-goto-subword-0's regexp requires that case-fold-search is nil, so
let-bind it.
2015-05-07 10:28:24 +02:00
Tassilo Horn
1d184b0e2a
Regexp-quote strings of avy-goto-char* functions.
...
Before this commit, avy-goto-char with char ^ would inf-loop because the
resulting string "^" is treated as a regular expressions. However, with
the avy-goto-char* function, the char should be treated literally. For
example, in Clojure ^:foo is treated as metadata annotation and thus ^
is a likely jump target.
2015-05-07 10:22:42 +02:00
Oleh Krehel
567727096a
Move obsoletes to one place
2015-05-06 09:56:02 +02:00
Oleh Krehel
1684e6af02
Avoid image-mode and doc-view-mode
...
* avy-jump.el (avy--regex-candidates): Update.
Re #1
2015-05-05 17:39:41 +02:00
Oleh Krehel
6c1f2f6423
Move from "avi-" to "avy-", leave old stuff obsolete
...
* avy-jump.el (avi-keys):
(avi-background):
(avi-word-punc-regexp):
(avi-lead-face):
(avi--goto):
(avi--process):
(avi-all-windows):
(avi-goto-char):
(avi-goto-char-2):
(avi-isearch):
(avi-goto-word-0):
(avi-goto-subword-0):
(avi-goto-word-1):
(avi-goto-line):
(avi-copy-line):
(avi-move-line):
(avi-copy-region): Make obsolete.
2015-05-05 17:01:13 +02:00
Oleh Krehel
5d2979b911
Initial import
2015-05-05 16:29:21 +02:00