Oleh Krehel
5f2eba5f59
avy.el (avy-isearch): Bind avy-case-fold-search to case-fold-search
...
Fixes #280
7 years ago
Oleh Krehel
455ebec6f3
avy.el (avy-process): Amend last commit for avy-goto-char-timer
...
Re #283
7 years ago
Federico Tedin
5127f993f9
avy.el (avy-process): Restart on fail for avy-style 'words
...
Fixes #283
7 years ago
Oleh Krehel
034de4c0e9
avy.el: Add -above and -below versions of avy-goto-whitespace-end
...
Re #278
7 years ago
Oleh Krehel
27d1af3fa6
avy.el (avy-goto-whitespace-end): New command
...
* avy.el (avy--regex-candidates): Allow `group' to be a function.
(avy-jump): Pass `group' to `avy--regex-candidates'.
Fixes #278
7 years ago
Oleh Krehel
01a311ca6a
avy.el: Get rid of magic char numbers
7 years ago
Oleh Krehel
66886e265c
avy.el (avy-read): Don't call `avy--key-to-char' too early
...
If the key is intended for dispatch, it's not necessary for
`avy--key-to-char' to encode it as a char.
7 years ago
Oleh Krehel
343fc42de1
avy.el (avy-process): Return nil on "C-g" and "ESC"
7 years ago
Oleh Krehel
9ae059deaa
.github/FUNDING.yml: Add
7 years ago
Oleh Krehel
aadca9308a
avy.el (avy-resume): Work better for avy-goto-timer
...
Fixes #277
7 years ago
Arte Ebrahimi
f91ae613a8
avy.el (avy-goto-line): Call avy-action-goto only when avy-action is not set
...
Fixes #274
7 years ago
Yanghao Xie
8686845ed9
avy.el (avy-flyspell-correct-function): Add
...
Fixes #273
7 years ago
Oleh Krehel
0e59474430
avy.el (avy--read-candidates): Fix docstring
...
Don't quote key bindings.
This patch was applied in GNU ELPA earlier.
7 years ago
Oleh Krehel
b408f76e3d
doc/Changelog.org: quote issues
7 years ago
Oleh Krehel
f2cf43b537
doc/Changelog.org: Release 0.5.0
...
Fixes #271
7 years ago
Oleh Krehel
a7230906c4
avy.el (avy--overlay-at-full): More consistent face order
...
Fixes #270
7 years ago
Oleh Krehel
4d52b5cb7e
avy.el (avy--line-cands): Allow "invisible" 'org-link
...
Fixes #269
7 years ago
Oleh Krehel
85b5d574cd
avy.el (avy-jump): Add predicate argument
...
Fixes #267
7 years ago
Oleh Krehel
9a15d1f37b
avy.el (avy-show-dispatch-help): Add and bind to "?"
...
Fixes abo-abo/ace-window#91
7 years ago
Oleh Krehel
152b07fe5a
avy.el (avy-process): Return res
7 years ago
Oleh Krehel
fd0101e9e3
avy.el (avy-push-mark): Turn off message
7 years ago
Oleh Krehel
7d73ceeb74
avy.el: Use avy-process instead of avy--process
...
Re #266
7 years ago
Ivan Yonchovski
8db2759adf
Change avy--process to accept cleanup function
...
Renamed to `avy-process' to indicate that it is used from another packages.
Fixes #255
Fixes #266
7 years ago
Oleh Krehel
e80251056d
avy.el (avy-jump): New API, don't use avy--generic-jump
...
Fixes #265
7 years ago
Oleh Krehel
91240220ad
avy.el (avy--generic-jump): Update docstring about removed arg
7 years ago
Oleh Krehel
b19a23af27
avy.el (avy--visible-p): buffer-invisibility-spec can be t
...
In that case, according to the doc if (get-char-property s 'invisible)
is non-nil, it's invisible.
Fixes #264
Re #261
7 years ago
Oleh Krehel
5b3676f1a4
avy.el (avy-next): New command to go to the next candidate after avy-read
...
Example config:
(defhydra hydra-avy-cycle ()
("j" avy-next "next")
("k" avy-prev "prev")
("q" nil "quit"))
(global-set-key (kbd "C-M-'") 'hydra-avy-cycle/body)
After e.g. `avy-goto-char' or `avy-goto-char-timer', use the above
hydra to cycle between the last candidates.
Fixes #254
7 years ago
Oleh Krehel
74501e1235
avy.el: More fixes to org-toggle-link-display
...
Fix `avy-goto-subword-0', `avy-goto-subword-1', `avy-goto-char-timer'.
Re #261
7 years ago
duianto
118a3d616e
Update readme.md: add melpa badges
...
This makes it easy to see the current version from the main repository page.
7 years ago
Oleh Krehel
e9f4d85b88
avy.el (avy-goto-char-timer): Obey avy-background for initial search
...
Fixes #259
7 years ago
Oleh Krehel
002b8f3451
avy.el (avy--visible-p): Add to fix org-toggle-link-display
...
Fixes #261
7 years ago
Oleh Krehel
909483e104
avy.el (avy--process): Make `overlay-fn' arg optional
7 years ago
Oleh Krehel
16482e0012
avy.el (avy--generic-jump): Remove `style' arg
7 years ago
Oleh Krehel
e7c0fc046d
avy.el (avy-pre-action): New defvar
...
Fixes #260
7 years ago
whatacold
24b51374be
Ignore mistyping when no candidates available
...
Fixes #256
7 years ago
Oleh Krehel
4f1b8a17d8
avy.el: Fix compiler warnings
...
Re #258
7 years ago
Adam Porter
bcc0cb0891
avy.el (avy-org-refile-as-child): Don't refile when avy aborted
...
And ensure refiled heading is visible by calling org-reveal in the
after-refile hook.
When the avy session is aborted with C-g, avy--generic-jump returns
t. Now we detect that and do not attempt to refile.
Fixes #258
7 years ago
Jiangbin Zhao
df4c4ac488
Show number of matches so far in prompt
...
Fixes #253
8 years ago
Jiangbin Zhao
c2e2a4a3f2
avy.el (avy--read-candidates): Custom keys for deleting last read char
...
Add a defcustom for list of events that delete last read char, with
the default being '(8 127) which represents C-h and DEL.
Fixes #251
8 years ago
Yuki
abe150c7bd
Introduce single candidate jump customization
8 years ago
Oleh Krehel
cd8fb10759
avy.el (avy--read-candidates): Quit on ESC
...
Fixes #249
8 years ago
Felipe
a29558d22c
Add C-h/DEL/RET info to README for avy-goto-char-timer
...
Fixes #245
8 years ago
Oleh Krehel
157486aeb1
avy.el: Fix compiler warning
8 years ago
Lane Spangler
fd7b929719
Add option to display an indented goto line overlay
...
It may be useful to display the overlay for `avy-goto-line` next to the first
non whitespace character on each line so that your eyes do not have to look
across from the code on the line to the left edge of the buffer.
This commit adds a defcustom for `avy-indent-line-overlay` which enables this
new behavior when non nil.
8 years ago
Oleh Krehel
c4e2d50d6d
avy.el: avy-goto-char will now display shortest overlays for cands near point
...
Fixes #242
8 years ago
chm
1de623383e
Add avy-goto-end-of-line
...
Fixes #240
8 years ago
Oleh Krehel
7c40f5e381
avy.el (avy--process): Fix the candidates list being modified when restarting
...
For example, with multiple windows, `avy-goto-char' followed by "x"
would change the overlays to a subset of the overlays in the current window.
8 years ago
Sebastian Wålinder
7cfe11e3c1
Added ability to display avy candidates from bottom to top
...
And made scope limitation possible with avy-goto-line-above and below.
Fixes #236
8 years ago
Oleh Krehel
70e384aee5
avy.el (avy--process-1): Extract
8 years ago
Oleh Krehel
8606a8984b
avy.el (avy--process): Remove redundant copy-sequence
...
Hopefully redundant:)
8 years ago