Jacopo De Simoi
8a8a333ded
Put goto-line paths in the margin
...
Moreover, get rid of funky backgrounds (such as visible marks and
such)
3 years ago
David J. Rosenbaum
955c8dedd6
avy.el (avy--overlay): Avoid error on empty string
...
Fixes #351
Fixes #352
4 years ago
Oleh Krehel
6f9eefadc9
avy.el (avy-process): Assume avy-action-oneshot will be let-bound
...
Re #353
4 years ago
aragaer
fd7b02f556
Add `avy-action-oneshot` variable to redefine avy-action locally
...
Could be used this way:
```elisp
(let ((avy-action-oneshot #'push-button))
(avy-goto-char-timer))
```
4 years ago
Stefan Kangas
ba5f035be3
Fix two byte-compiler warnings
...
Fixes #336
4 years ago
Stefan Kangas
6b53033883
Add GNU ELPA badge to README.md
4 years ago
lWarne
e92cb37457
avy.el (avy-transpose-lines-in-region): Add
...
Fixes #317
Fixes #310
5 years ago
Oleh Krehel
bbf1e7339e
avy.el (avy-order-closest): Work with avy-goto-line
...
Fixes #307
6 years ago
Saulius Menkevičius
2dde8b71a0
avy.el (avy-process): Add autoload
6 years ago
Oleh Krehel
f34ff764aa
avy.el (avy-escape-chars): Add defcustom
...
Re #249
6 years ago
Oleh Krehel
36a48baa2c
avy.el (avy-goto-char-2): Allow backspace
...
Fixes #249
6 years ago
Oleh Krehel
acf553cae2
avy.el (avy--overlay-pre): Fix conflict with visual-line-mode
6 years ago
Oleh Krehel
509471bad0
avy.el (avy-text): Store the avy-goto-char-timer text
...
Fixes #303
6 years ago
Oleh Krehel
aa35412375
avy.el (avy--line-cands): Don't set temporary-goal-column
...
This was introduced when fixing `avy-goto-line' for the combination of
`org-indent-mode' and `visual-line-mode'. Tested that removing it does
not cause a regression.
Re #110
Fixes #302
6 years ago
Oleh Krehel
954774d6e9
avy.el (avy-action-yank-line): Add and bind to "Y"
6 years ago
Oleh Krehel
3bf83140fa
avy.el (avy-goto-line): Can cancel with ESC
...
Fixes #299
6 years ago
Jonas Bernoulli
cf95ba9582
avy.el (avy-with): Fix typo in doc-string
6 years ago
Daniel H. Leidisch
f9c15c573c
Fix subword commands with custom order.
6 years ago
Oleh Krehel
87394c9a88
avy.el (avy-isearch): Return relevant result
...
Fixes #281
7 years ago
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