Commit Graph

  • 0ed6408f18 avy.el: Fix checkdoc warnings fabacino 2017-08-04 14:19:04 +02:00
  • 49b070d7da avy-test.el: Fix checkdoc warnings fabacino 2017-08-04 11:36:27 +02:00
  • 240d717632 Makefile: Add target checkdoc to check documentation guidelines of lisp files fabacino 2017-08-04 11:31:04 +02:00
  • 83859c30fa avy.el: Add new avy-style to use words as sequences fabacino 2017-08-04 10:35:44 +02:00
  • 228ed97d07 avy.el (avy-action-teleport): Add and bind to "t" Oleh Krehel 2017-07-02 11:37:00 +02:00
  • f2bedeeb58 Allow "C-h" to delete for avy-goto-char-timer ketanaka 2017-04-11 21:09:29 +09:00
  • 105efc8482 avy.el (avy-action-copy): Copy line for avy-goto-line Oleh Krehel 2017-04-07 10:11:17 +02:00
  • 54bce2cfb0 avy.el (avy-move-region): Update Oleh Krehel 2017-04-02 21:14:29 +02:00
  • 3980c03f6c avy.el (avy-move-region): Insert in original window Oleh Krehel 2017-04-02 10:12:22 +02:00
  • 0c30cdba9e avy.el (avy-action-yank): Add and bind to "y" Oleh Krehel 2017-03-26 20:57:33 +02:00
  • d609eb98bd Add avy-goto-word-0-below and avy-goto-word-0-above Peter Nguyen 2017-03-25 16:28:23 +01:00
  • b8d7163915 avy.el (avy-action-goto): Add raise-frame Oleh Krehel 2017-02-08 10:48:22 +01:00
  • c911850a45 avy.el (avy--overlay-at-full): Fix for visual-line-mode Oleh Krehel 2017-02-08 10:46:06 +01:00
  • 0f5e99b5e9 avy.el: Use next-char-property-change, not next-overlay-change Oleh Krehel 2016-08-14 11:50:36 +02:00
  • a9119039ee avy.el (avy-goto-word-1): Work for "^A"-"^Z" Oleh Krehel 2016-08-03 15:35:19 +02:00
  • a5fb9369e7 avy.el (avy-resume): Make it show up in M-x Oleh Krehel 2016-07-22 14:12:45 +02:00
  • dd112c88e2 avy.el (avy-goto-subword-1): Check char-after Oleh Krehel 2016-07-11 17:58:26 +02:00
  • 07153e4fb7 Add kill and save region functionality. Xu Ma 2016-06-10 20:53:19 -04:00
  • e460d7ebe8 avy.el (flyspell-correct-word-before-point): Declare Oleh Krehel 2016-07-08 09:59:20 +02:00
  • 20ecb9bed6 Use flyspell if its minor mode is active MadAnd 2016-07-02 15:08:30 +03:00
  • b522bfe320 avy.el (avy-resume): Add justbur 2016-06-20 15:17:28 -04:00
  • 05a5003c2b avy.el: Fix linum-related compile warnings Oleh Krehel 2016-06-18 08:22:14 +02:00
  • 5515f28779 Allow using symbols instead of words in word cmds justbur 2016-06-17 20:16:08 -04:00
  • 4e4c488eef Add avy-linum-mode Oleh Krehel 2016-06-13 22:53:06 +02:00
  • 430d75085f avy.el (avy--line-cands): Split away from avy--line Oleh Krehel 2016-06-13 22:31:39 +02:00
  • 4dcf0a9a9a avy.el (avy-goto-char-2): Translate "RET" to "C-j" Oleh Krehel 2016-06-01 07:58:16 +02:00
  • 33af738ae7 avy.el (avy-goto-word-1-above): Add justbur 2016-05-19 08:36:18 -04:00
  • d644be1399 avy.el (avy-goto-char-2-above): Simplify Oleh Krehel 2016-05-18 08:39:11 +02:00
  • ba950a0ad5 avy.el (avy-goto-char-2-above): Add justbur 2016-05-17 12:51:36 -04:00
  • 58bc417c55 Escape regex metacharacters for standard isearch Mark Triggs 2016-05-15 15:15:51 +10:00
  • 2e3c2f7c88 Add new command `avy-move-region' York Zhao 2015-07-06 15:46:57 -04:00
  • 85a384a151 Add char at window start for avy-goto-subword-0 Junpeng Qiu 2016-05-03 22:01:06 -04:00
  • 53706d2ebf avy.el (avy-all-windows-alt): Change the default to nil Oleh Krehel 2016-04-21 10:24:52 +02:00
  • 4c072be8e6 README.md (avy-goto-char-timer): Add entry Oleh Krehel 2016-04-18 14:39:32 +02:00
  • 5ba3602538 Assign avy-action-ispell to "i" Oleh Krehel 2016-04-14 13:15:00 +02:00
  • c0db3642d6 Add avy-action-ispell to avy.el Emmanuel Denloye-Ito 2016-04-13 23:42:18 -04:00
  • a80f95c015 Add "X" dispatch to kill a word without moving there Oleh Krehel 2016-04-02 19:49:10 +02:00
  • 9e61f786d8 avy.el: Improve defcustom :type Oleh Krehel 2016-03-26 09:46:03 +01:00
  • 3b75d9520d Make "C-g" and "ESC" fail silently when reading char Oleh Krehel 2016-03-16 13:48:29 +01:00
  • 5f76c9d16e avy.el (avy-goto-word-0-regexp): New defcustom Oleh Krehel 2016-02-29 09:33:07 +01:00
  • 16370f92ec avy.el (avy--goto): Remove obsolete alias Oleh Krehel 2016-02-26 20:54:14 +01:00
  • 730581ae87 avy.el: Fix compilation warning Oleh Krehel 2016-02-03 08:57:14 +01:00
  • 5f6dd00f5d avy.el (avy-action-copy): Save window and frame Oleh Krehel 2016-01-27 09:22:03 +01:00
  • 11fbd70347 Bump version Oleh Krehel 2016-01-23 14:32:53 +01:00
  • 369af594e5 avy.el (avy--overlay): Fix interaction with goto-address-mode 0.4.0 Oleh Krehel 2016-01-20 09:22:34 +01:00
  • 15d0679385 copy/move line to an initial window denin 2016-01-06 18:23:14 +03:00
  • 212a132d5f Don't shorten selector string for visual-line-mode and bolp Oleh Krehel 2016-01-06 10:36:33 +01:00
  • dd80749441 Add case fold search to avy-goto-char-timer OrionU 2016-01-05 18:15:23 -06:00
  • 808bb8011a avy.el (avy--regex-candidates): Modify case-fold-search condition Oleh Krehel 2016-01-05 11:45:04 +01:00
  • bae6fb15d0 avy.el (avy-copy-region): Keep same selectors for the second pass Oleh Krehel 2016-01-05 11:13:18 +01:00
  • 9d18bf9fc2 avy.el (avy--overlay): Fix overlays at point-max Oleh Krehel 2015-12-22 11:45:44 +01:00
  • 47035cf4ea avy.el (avy--line): Don't modify avy-action Oleh Krehel 2015-12-22 09:16:34 +01:00
  • 72ecbfa220 avy.el (avy-goto-line): fix for narrowed regions Aleksey Fedotov 2015-12-18 21:43:16 +03:00
  • b1a1953e1c Customize extra chars for avy-goto-subword-1 Oleh Krehel 2015-12-07 14:54:16 +01:00
  • fa6d1e1242 avy.el (avy-copy-region): Fix for multi-buffer use Oleh Krehel 2015-12-07 11:01:52 +01:00
  • 54074c764d avy.el (avy-all-windows-alt): New defcustom Oleh Krehel 2015-12-07 10:36:01 +01:00
  • a45159a8ca avy.el (avy-goto-line-above): Exclude the current line Oleh Krehel 2015-12-03 12:53:12 +01:00
  • 4132dd647e avy.el (avy-goto-line-above): Work in a single window Oleh Krehel 2015-12-03 10:20:23 +01:00
  • a0414291f1 avy.el (avy-copy-region): Obey avy-line-insert-style Oleh Krehel 2015-12-02 09:37:57 +01:00
  • 54fb4d65e1 avy.el (avy-line-insert-style): Customize avy-copy-line, avy-move-line Oleh Krehel 2015-12-01 14:37:09 +01:00
  • 4a23a0d63e Fix De Bruijn "No catch for tag" error Dale Sedivec 2015-11-15 10:32:46 -06:00
  • f341c2f18f avy.el (avy--find-visible-regions): Add bounds safety Oleh Krehel 2015-11-14 11:17:53 +01:00
  • edf1259f25 avy.el (avy--read-candidates): Use avy-dowindows Oleh Krehel 2015-11-11 13:50:04 +01:00
  • 1b78fb0d89 Improve the faces for the last change Oleh Krehel 2015-10-26 08:59:27 +01:00
  • 9ae44133ca Fix overlays at end-of-line with visual-line-mode Oleh Krehel 2015-10-26 08:56:10 +01:00
  • dddce37cdd Fix 'at-full moving text for chars near end of visual line Oleh Krehel 2015-10-25 15:18:27 +01:00
  • 567570af41 Fix 'at-full moving text when visual-line-mode is on Oleh Krehel 2015-10-25 15:08:13 +01:00
  • 0756c0b48a avy.el (avy--overlay-at-full): Use avy--overlay Oleh Krehel 2015-10-25 14:50:24 +01:00
  • d4b693f274 avy.el (avy--overlay): Take BEG END, instead of only BEG Oleh Krehel 2015-10-25 14:28:29 +01:00
  • 13377d92b2 avy.el (avy--update-offset-and-str): Split from avy--overlay-at-full Oleh Krehel 2015-10-25 14:17:34 +01:00
  • 2d07a49f7f Make avy--overlay-at use avy--overlay Oleh Krehel 2015-10-25 13:30:14 +01:00
  • 3257d81b4a Add avy-candidate-* helper functions Oleh Krehel 2015-10-25 13:20:41 +01:00
  • cf36a599f2 avy.el (avy--old-str): New defun. Oleh Krehel 2015-10-25 12:40:40 +01:00
  • 0166808bc1 Beep when there are no matches Tassilo Horn 2015-10-22 15:25:13 +02:00
  • f28d238e0e Fix for combined org-indent-mode and visual-line-mode Oleh Krehel 2015-10-22 10:57:21 +02:00
  • 964664c9fd Fix jumping to the last char of a folded Org outline Oleh Krehel 2015-10-22 10:26:26 +02:00
  • df181f1e77 avy.el (avy--read-candidates): Use avy-window-list Oleh Krehel 2015-10-21 20:37:55 +02:00
  • 0a18a45959 avy.el (avy--read-candidates): Fix reverse order Oleh Krehel 2015-10-21 18:17:06 +02:00
  • 2313410bd7 Optimize avy-goto-char-timer Oleh Krehel 2015-10-21 13:37:12 +02:00
  • 513c42991c Make avy-goto-char-timer faster for org-mode Oleh Krehel 2015-10-21 12:38:14 +02:00
  • 528125e096 avy.el (avy--process): Add window to candidates if not present Oleh Krehel 2015-10-20 10:35:37 +02:00
  • f7ddd4b687 Fix jumping to the last char of a folded Org outline Oleh Krehel 2015-10-19 16:11:40 +02:00
  • c87949847d New commands avy-goto-line-above and avy-goto-line-below Oleh Krehel 2015-10-19 11:57:47 +02:00
  • 248bff08bb avy.el (avy--regex-candidates): Simplify Oleh Krehel 2015-10-19 10:08:26 +02:00
  • 70bd6cec70 Search only in the visible region Yasushi SHOJI 2015-10-18 21:53:21 +09:00
  • bda04b287b Properly highlight depending on avy-all-windows Tassilo Horn 2015-10-06 21:31:12 +02:00
  • d439b9d44f avy.el (avy--overlay-at-full): Avoid negative length Oleh Krehel 2015-09-22 11:50:48 +02:00
  • acdd9e8b3d Modify avy--read-string-timer momomo5717 2015-09-19 18:24:26 +09:00
  • 22b4ff0658 Define new face avy-goto-char-timer-face for the highlights Tassilo Horn 2015-09-17 08:22:52 +02:00
  • f9d7a76cd4 Improve avy-goto-char-timer. Tassilo Horn 2015-09-16 18:29:37 +02:00
  • 3f53a2a15e avy.el (avy-goto-line): Fix off-by-one Oleh Krehel 2015-09-11 12:24:02 +02:00
  • 67662efdb3 Fix indentation of defface Oleh Krehel 2015-09-09 17:27:10 +02:00
  • 48aa2cd828 Improve avy-goto-char-timer so that it may read 1 or many chars Tassilo Horn 2015-09-09 16:51:17 +02:00
  • ac162279f2 Add padding for wide-width character Akira Tamamori 2015-09-04 10:38:10 +09:00
  • b1ef1f8f8c avy.el (avy--line): Obey avy-background Oleh Krehel 2015-08-24 11:11:26 +02:00
  • 72afecbc29 avy.el (avy-push-mark): Bring back push-mark Oleh Krehel 2015-08-21 20:46:03 +02:00
  • 53decea669 avy.el (avy--line): Don't error on end of buffer Oleh Krehel 2015-08-21 18:17:53 +02:00
  • a6cfedaf5e avy.el (avy-goto-subword-0): Don't offer invisible chars Oleh Krehel 2015-08-21 14:50:57 +02:00
  • 009c0bc1ed avy.el (avy--line): Work for visual-line-mode Oleh Krehel 2015-08-21 14:46:07 +02:00
  • 2c74d0160a avy.el (avy--generic-jump): Add beg and end optional args Oleh Krehel 2015-08-21 14:34:07 +02:00