[elpa] master 360ed90 3/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa

2016-01-23 Thread ken manheimer
branch: master commit 360ed9017c595f9e1bef8b7b15feb3ca04d95ad2 Merge: 822d628 381726a Author: Ken Manheimer Commit: Ken Manheimer Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs/elpa --- .gitignore |5 + GNUmakefile

[elpa] master updated (381726a -> 360ed90)

2016-01-23 Thread ken manheimer
kenmanheimer pushed a change to branch master. from 381726a Add test capability to ELPA new cb35c72 multishell - Remove notes about tramp remote+sudo+homedir+sudo prob new 822d628 multishell - merge 1.0.7 new 360ed90 Merge branch 'master' of git.sv.gnu.org:

[elpa] master 822d628 2/3: multishell - merge 1.0.7

2016-01-23 Thread ken manheimer
branch: master commit 822d6284b0dc757a7537df2d1ed46e8a9187a9e2 Merge: 4300eae cb35c72 Author: Ken Manheimer Commit: Ken Manheimer multishell - merge 1.0.7 --- packages/multishell/multishell.el | 30 ++ 1 files changed, 6 insertions(+), 24 deletions(-) diff --g

[elpa] master cb35c72 1/3: multishell - Remove notes about tramp remote+sudo+homedir+sudo prob

2016-01-23 Thread ken manheimer
branch: master commit cb35c72c3ce027994352b42f3c6f027ccc5b6770 Author: Ken Manheimer Commit: Ken Manheimer multishell - Remove notes about tramp remote+sudo+homedir+sudo prob Apparently it's due to something in my local site configuration. The problem happens reliably in emacs s

[elpa] master 381726a: Add test capability to ELPA

2016-01-23 Thread Phillip Lord
branch: master commit 381726a3c99bdbd4d6f067c24e755a99f95d06cf Author: Phillip Lord Commit: Phillip Lord Add test capability to ELPA make check now attempts to run tests in all packages. --- .gitignore |5 GNUmakefile | 29 ++ a

[elpa] master df8fdd6: Fix previous merge bundler in packages/yasnippet/doc dir

2016-01-23 Thread Jo�o T�vora
branch: master commit df8fdd66b71abeb203890f864ba931627467d970 Author: João Távora Commit: João Távora Fix previous merge bundler in packages/yasnippet/doc dir --- packages/yasnippet/doc/{ => }/doc/.nosearch|0 packages/yasnippet/doc/{ => }/doc/faq.org |0 packa

[elpa] master 4a23a0d 60/78: Fix De Bruijn "No catch for tag" error

2016-01-23 Thread Oleh Krehel
branch: master commit 4a23a0d63e9fb367410f3daede604b560ba4aa44 Author: Dale Sedivec Commit: Dale Sedivec Fix De Bruijn "No catch for tag" error When using avy-goto-line and typing a line number with avy-style de-bruijn, you would get an error after entering your line number and

[elpa] master dddce37 55/78: Fix 'at-full moving text for chars near end of visual line

2016-01-23 Thread Oleh Krehel
branch: master commit dddce37cdd968f817de3aee3e9e311b54059e126 Author: Oleh Krehel Commit: Oleh Krehel Fix 'at-full moving text for chars near end of visual line * avy.el (avy--overlay-at-full): Update. --- avy.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) dif

[elpa] master 9d18bf9 70/78: avy.el (avy--overlay): Fix overlays at point-max

2016-01-23 Thread Oleh Krehel
branch: master commit 9d18bf9fc247e7423b954d05cecdea2417dfc239 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--overlay): Fix overlays at point-max * avy.el (avy--overlay): When an overlay is requested at `point-max', use 'after-string overlay property instead of 'display.

[elpa] master dd80749 73/78: Add case fold search to avy-goto-char-timer

2016-01-23 Thread Oleh Krehel
branch: master commit dd80749441e3e0a3e4267089bbe577b148349b48 Author: OrionU Commit: Oleh Krehel Add case fold search to avy-goto-char-timer Fixes #128 --- avy.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index 26a3cbc..a6e4c0b 100

[elpa] master 1b78fb0 57/78: Improve the faces for the last change

2016-01-23 Thread Oleh Krehel
branch: master commit 1b78fb0d895fc86c190aa99b29e08152f408c278 Author: Oleh Krehel Commit: Oleh Krehel Improve the faces for the last change * avy.el (avy--overlay-at-full): Update. --- avy.el | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/av

[elpa] master edf1259 58/78: avy.el (avy--read-candidates): Use avy-dowindows

2016-01-23 Thread Oleh Krehel
branch: master commit edf1259f2507f7512264d5f04a61f6aced8b50c1 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--read-candidates): Use avy-dowindows Fixes #114 --- avy.el | 103 +++ 1 files changed, 51 insertions(+), 5

[elpa] master 54074c7 65/78: avy.el (avy-all-windows-alt): New defcustom

2016-01-23 Thread Oleh Krehel
branch: master commit 54074c764d22a698112f23a4e58a765b3f2fecb6 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-all-windows-alt): New defcustom * avy.el (avy-dowindows): Use `avy-all-windows-alt'. (avy--regex-candidates): (avy--read-candidates): Use `current-prefix-arg'.

[elpa] master 0166808 47/78: Beep when there are no matches

2016-01-23 Thread Oleh Krehel
branch: master commit 0166808bc1b25c9447ee16bc292e9f2e3faf14e5 Author: Tassilo Horn Commit: Tassilo Horn Beep when there are no matches If avy--read-candidates doesn't find any candidates for the current input, the user has surely made a typo. In that case, beep at the user

[elpa] master f341c2f 59/78: avy.el (avy--find-visible-regions): Add bounds safety

2016-01-23 Thread Oleh Krehel
branch: master commit f341c2f18f33a37f83e70d4f4bfc9a39a55ac0a4 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--find-visible-regions): Add bounds safety Re abo-abo/lispy#139 --- avy.el | 23 +-- 1 files changed, 13 insertions(+), 10 deletions(-) diff --gi

[elpa] master fa6d1e1 66/78: avy.el (avy-copy-region): Fix for multi-buffer use

2016-01-23 Thread Oleh Krehel
branch: master commit fa6d1e1242bfa6070a3ac32db7e2140f6f56ac44 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-copy-region): Fix for multi-buffer use Fixes #119 --- avy.el | 49 +++-- 1 files changed, 27 insertions(+), 22 deletions(

[elpa] master bae6fb1 71/78: avy.el (avy-copy-region): Keep same selectors for the second pass

2016-01-23 Thread Oleh Krehel
branch: master commit bae6fb15d0fcf0a91f3afa599c921480fcf680a7 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-copy-region): Keep same selectors for the second pass With `avy-all-windows' t, the call to `avy--line' would change the window. Fixes #121 Fixes #120

[elpa] master a45159a 64/78: avy.el (avy-goto-line-above): Exclude the current line

2016-01-23 Thread Oleh Krehel
branch: master commit a45159a8ca9626e19ddf5e517d1eccf64c0dd69d Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-line-above): Exclude the current line * avy.el (avy-goto-line-below): Exclude the current line Re #106 --- avy.el |5 +++-- 1 files changed, 3 insert

[elpa] master b1a1953 67/78: Customize extra chars for avy-goto-subword-1

2016-01-23 Thread Oleh Krehel
branch: master commit b1a1953e1c20578b0d866d538b6045b42f4de4ef Author: Oleh Krehel Commit: Oleh Krehel Customize extra chars for avy-goto-subword-1 * avy.el (avy-subword-extra-word-chars): New defcustom. (avy-goto-subword-0): Modify the syntax table temporarily using `avy-su

[elpa] master 567570a 54/78: Fix 'at-full moving text when visual-line-mode is on

2016-01-23 Thread Oleh Krehel
branch: master commit 567570af41c343b8a0e80308016de1be884cf9a2 Author: Oleh Krehel Commit: Oleh Krehel Fix 'at-full moving text when visual-line-mode is on * avy.el (avy--overlay-at-full): Compute line-end-position according to `visual-line-mode'. (avy--update-offset-and-s

[elpa] master 212a132 74/78: Don't shorten selector string for visual-line-mode and bolp

2016-01-23 Thread Oleh Krehel
branch: master commit 212a132d5f2d9b28a56bc69dd8d3a28e168728b0 Author: Oleh Krehel Commit: Oleh Krehel Don't shorten selector string for visual-line-mode and bolp * avy.el (avy--overlay-at-full): When at an empty line, there's plenty of space to display the full selector. No n

[elpa] master a6b7502 78/78: Merge commit '11fbd70347a8cc62817c6d4ebf2291471ebdd607' from avy

2016-01-23 Thread Oleh Krehel
branch: master commit a6b750299b8e9c2f9342aa192004d16ea7333881 Merge: 4300eae 11fbd70 Author: Oleh Krehel Commit: Oleh Krehel Merge commit '11fbd70347a8cc62817c6d4ebf2291471ebdd607' from avy --- packages/avy/avy.el| 1047 +++- packages/avy/doc

[elpa] master 9ae4413 56/78: Fix overlays at end-of-line with visual-line-mode

2016-01-23 Thread Oleh Krehel
branch: master commit 9ae44133ca5442d6df83830f4f6c238a67cfa6f5 Author: Oleh Krehel Commit: Oleh Krehel Fix overlays at end-of-line with visual-line-mode * avy.el (avy--overlay-at-full): Update. Fixes #112 --- avy.el |5 - 1 files changed, 4 insertions(+), 1 deletio

[elpa] master 54fb4d6 61/78: avy.el (avy-line-insert-style): Customize avy-copy-line, avy-move-line

2016-01-23 Thread Oleh Krehel
branch: master commit 54fb4d65e1bd9575600c54bc0cdca307cf05ef1e Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-line-insert-style): Customize avy-copy-line, avy-move-line * avy.el (avy-copy-line): (avy-move-line): Update. Fixes #117 --- avy.el | 54 +++

[elpa] master 2d07a49 50/78: Make avy--overlay-at use avy--overlay

2016-01-23 Thread Oleh Krehel
branch: master commit 2d07a49f7fb88f068e0411988f59102600511318 Author: Oleh Krehel Commit: Oleh Krehel Make avy--overlay-at use avy--overlay * avy.el (avy--overlay): Add optional COMPOSE-FN argument. (avy--overlay-at): Use `avy--overlay'. --- avy.el | 35 +++--

[elpa] master 3257d81 49/78: Add avy-candidate-* helper functions

2016-01-23 Thread Oleh Krehel
branch: master commit 3257d81b4a513ae4e963015f685aa9be5144f7a2 Author: Oleh Krehel Commit: Oleh Krehel Add avy-candidate-* helper functions * avy.el (avy-candidate-beg): (avy-candidate-end): (avy-candidate-wnd): New defun. (avy--overlay-pre): (avy--overlay-at): (

[elpa] master 47035cf 69/78: avy.el (avy--line): Don't modify avy-action

2016-01-23 Thread Oleh Krehel
branch: master commit 47035cf4ea63f127c3b810fed67c8bd46f25502b Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--line): Don't modify avy-action Fixes #124 --- avy.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/avy.el b/avy.el index 089121b..8d7e3

[elpa] master 72ecbfa 68/78: avy.el (avy-goto-line): fix for narrowed regions

2016-01-23 Thread Oleh Krehel
branch: master commit 72ecbfa220ae9bca953dd68c601845b7d89dd548 Author: Aleksey Fedotov Commit: Oleh Krehel avy.el (avy-goto-line): fix for narrowed regions When 'avy-goto-line' is called with numbered argument, it tries to mimic behaviour of 'goto-line'. However, if some part of

[elpa] master a041429 62/78: avy.el (avy-copy-region): Obey avy-line-insert-style

2016-01-23 Thread Oleh Krehel
branch: master commit a0414291f190b281535698a9eadb22a5e974f6ce Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-copy-region): Obey avy-line-insert-style Re #117 --- avy.el | 30 ++ 1 files changed, 18 insertions(+), 12 deletions(-) diff --git a/avy

[elpa] master d4b693f 52/78: avy.el (avy--overlay): Take BEG END, instead of only BEG

2016-01-23 Thread Oleh Krehel
branch: master commit d4b693f274b389c826771767f69e33299190d5df Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--overlay): Take BEG END, instead of only BEG * avy.el (avy--overlay): (avy--overlay-pre): (avy--overlay-at): (avy--overlay-post): Update. Previously, EN

[elpa] master 4132dd6 63/78: avy.el (avy-goto-line-above): Work in a single window

2016-01-23 Thread Oleh Krehel
branch: master commit 4132dd647e3e34456d245f8b11462ef20a557631 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-line-above): Work in a single window * avy.el (avy-goto-line-above): (avy-goto-line-below): Bind `avy-all-windows' to nil. Re #106 --- avy.el | 10

[elpa] master 11fbd70 77/78: Bump version

2016-01-23 Thread Oleh Krehel
branch: master commit 11fbd70347a8cc62817c6d4ebf2291471ebdd607 Author: Oleh Krehel Commit: Oleh Krehel Bump version --- avy.el|2 +- doc/Changelog.org | 118 - 2 files changed, 117 insertions(+), 3 deletions(-) diff --git

[elpa] master 808bb80 72/78: avy.el (avy--regex-candidates): Modify case-fold-search condition

2016-01-23 Thread Oleh Krehel
branch: master commit 808bb8011a694682f2900b32c133b231f2720edc Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--regex-candidates): Modify case-fold-search condition Fixes #126 --- avy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el i

[elpa] master 13377d9 51/78: avy.el (avy--update-offset-and-str): Split from avy--overlay-at-full

2016-01-23 Thread Oleh Krehel
branch: master commit 13377d92b2d6e47200ef17101a718e687717b2e3 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--update-offset-and-str): Split from avy--overlay-at-full * avy.el (avy--update-offset-and-str): New defun. (avy--overlay-at-full): Update. --- avy.el | 76 ++

[elpa] master 15d0679 75/78: copy/move line to an initial window

2016-01-23 Thread Oleh Krehel
branch: master commit 15d0679385fdf3f1d20904ff68ebcb522c4a87d4 Author: denin Commit: denin copy/move line to an initial window --- avy.el | 74 +-- 1 files changed, 39 insertions(+), 35 deletions(-) diff --git a/avy.el b/avy.el

[elpa] master 369af59 76/78: avy.el (avy--overlay): Fix interaction with goto-address-mode

2016-01-23 Thread Oleh Krehel
branch: master commit 369af594e5ea28be1d91b22753aace16baadc046 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--overlay): Fix interaction with goto-address-mode The other overlay has no priority, but sets a face. That face is overridden by the avy overlay (which has priority

[elpa] master cf36a59 48/78: avy.el (avy--old-str): New defun.

2016-01-23 Thread Oleh Krehel
branch: master commit cf36a599f2049cb0b9b2a3e2d32b0df620e6692f Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--old-str): New defun. * avy.el (avy--overlay): (avy--overlay-at): (avy--overlay-at-full): Simplify. --- avy.el | 28 1 files cha

[elpa] master 0756c0b 53/78: avy.el (avy--overlay-at-full): Use avy--overlay

2016-01-23 Thread Oleh Krehel
branch: master commit 0756c0b48ac03774c3e277ab759891c04e7bd416 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--overlay-at-full): Use avy--overlay * avy.el (avy-styles-alist): Reset to nil. (avy--overlay): Also set 'category to 'avy. (avy--overlay-at-full): Use `avy--ove

[elpa] master bda04b2 35/78: Properly highlight depending on avy-all-windows

2016-01-23 Thread Oleh Krehel
branch: master commit bda04b287be4636d6f6812432d83164d74160e49 Author: Tassilo Horn Commit: Tassilo Horn Properly highlight depending on avy-all-windows Before this change, the highlighting was only performed in the selected window even if avy-all-windows was true. Now it's con

[elpa] master df181f1 44/78: avy.el (avy--read-candidates): Use avy-window-list

2016-01-23 Thread Oleh Krehel
branch: master commit df181f1e63ff68951e815f61986d4c8b8a12 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--read-candidates): Use avy-window-list Re #100 --- avy.el |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/avy.el b/avy.el index c78e0c8..86

[elpa] master 22b4ff0 32/78: Define new face avy-goto-char-timer-face for the highlights

2016-01-23 Thread Oleh Krehel
branch: master commit 22b4ff065814b4344050aa0627307f097044f5ca Author: Tassilo Horn Commit: Tassilo Horn Define new face avy-goto-char-timer-face for the highlights --- avy.el |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index 1ae6a1f..b0b038

[elpa] master 2313410 42/78: Optimize avy-goto-char-timer

2016-01-23 Thread Oleh Krehel
branch: master commit 2313410bd78e611f750acfd576a8dc0a939dd9bf Author: Oleh Krehel Commit: Oleh Krehel Optimize avy-goto-char-timer Previously, the candidate list would be generated twice: by `avy--read-string-timer' and by `avy--generic-jump'. * avy.el (avy--read-strin

[elpa] master d439b9d 34/78: avy.el (avy--overlay-at-full): Avoid negative length

2016-01-23 Thread Oleh Krehel
branch: master commit d439b9d44faa08e15a328075d1473d869d79f284 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--overlay-at-full): Avoid negative length Fixes #102 --- avy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index ae9eee2.

[elpa] master 0a18a45 43/78: avy.el (avy--read-candidates): Fix reverse order

2016-01-23 Thread Oleh Krehel
branch: master commit 0a18a45959b12964a0e29e1b5c50fd33b2d6e4eb Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--read-candidates): Fix reverse order Re #100 --- avy.el | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/avy.el b/avy.el index b1c9326

[elpa] master 528125e 40/78: avy.el (avy--process): Add window to candidates if not present

2016-01-23 Thread Oleh Krehel
branch: master commit 528125e096e1eb528b97776a6abc9ad79398acf9 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--process): Add window to candidates if not present `avy-read-de-bruijn' relies on the window being the cdr of each candidate. Fixes abo-abo/ace-link#22 ---

[elpa] master c879498 38/78: New commands avy-goto-line-above and avy-goto-line-below

2016-01-23 Thread Oleh Krehel
branch: master commit c87949847d045d22da8ebb782c082212af975fe8 Author: Oleh Krehel Commit: Oleh Krehel New commands avy-goto-line-above and avy-goto-line-below * avy.el (avy--line): Add BEG, END optional args. (avy-goto-line-above): New command. (avy-goto-line-below): New co

[elpa] master f28d238 46/78: Fix for combined org-indent-mode and visual-line-mode

2016-01-23 Thread Oleh Krehel
branch: master commit f28d238e0eccf9bda74b7c8691852d137839f06a Author: Oleh Krehel Commit: Oleh Krehel Fix for combined org-indent-mode and visual-line-mode * avy.el (avy-styles-alist): Make `avy-goto-line' use the 'pre style. (avy--overlay): Clone `line-prefix' and `wrap-prefix

[elpa] master 513c429 41/78: Make avy-goto-char-timer faster for org-mode

2016-01-23 Thread Oleh Krehel
branch: master commit 513c42991c658226aa598e63e0d53837e6df642f Author: Oleh Krehel Commit: Oleh Krehel Make avy-goto-char-timer faster for org-mode * avy.el (avy--read-string-timer): Use `avy--find-visible-regions'. (avy-goto-char-timer): Make ARG work properly to negate `av

[elpa] master 964664c 45/78: Fix jumping to the last char of a folded Org outline

2016-01-23 Thread Oleh Krehel
branch: master commit 964664c9fd6c5d1f70af42dacbd7a6dc011223f7 Author: Oleh Krehel Commit: Oleh Krehel Fix jumping to the last char of a folded Org outline avy.el (avy--read-candidates): For the last char in the outline, (get-char-property (point) 'invisible) returns t, although

[elpa] master f7ddd4b 39/78: Fix jumping to the last char of a folded Org outline

2016-01-23 Thread Oleh Krehel
branch: master commit f7ddd4b68796aba2cc736f7c028fd16e814ab803 Author: Oleh Krehel Commit: Oleh Krehel Fix jumping to the last char of a folded Org outline avy.el (avy--regex-candidates): For the last char in the outline, (get-char-property (point) 'invisible) returns t, althoug

[elpa] master 70bd6ce 36/78: Search only in the visible region

2016-01-23 Thread Oleh Krehel
branch: master commit 70bd6cec70f280b67f47f6f94e897f0ec8805873 Author: Yasushi SHOJI Commit: Oleh Krehel Search only in the visible region The current version of `avy--regex-candidates` first searches for the given regex then skip the match if it's invisible. This works fine wi

[elpa] master dbd2d20 17/78: avy.el (avy-pop-mark): Handle multiple frames

2016-01-23 Thread Oleh Krehel
branch: master commit dbd2d2018dd6e33cbfca89a81c12a26a82618020 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-pop-mark): Handle multiple frames Re #88 --- avy.el |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/avy.el b/avy.el index 4f09aea..f2e

[elpa] master 3f53a2a 30/78: avy.el (avy-goto-line): Fix off-by-one

2016-01-23 Thread Oleh Krehel
branch: master commit 3f53a2a15e8f5c698ec7ec44f1df58e917fa0f38 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-line): Fix off-by-one --- avy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index ca46916..f46911d 100644 --- a/avy.el +++ b

[elpa] master ed120ea 19/78: avy.el (avy-goto-line): Allow numeric prefix arg

2016-01-23 Thread Oleh Krehel
branch: master commit ed120ea1648dd7b854c3358815b6d158acec13e1 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-line): Allow numeric prefix arg The old behavior remains for ARG 1 and 4. For all other ARG, simply go to that line. Fixes #86 --- avy.el | 47

[elpa] master 248bff0 37/78: avy.el (avy--regex-candidates): Simplify

2016-01-23 Thread Oleh Krehel
branch: master commit 248bff08bb5d6526e01e234b3545fe9aed930287 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--regex-candidates): Simplify Remove the let-bound BEG and END that would shadow the function's args. --- avy.el | 20 +--- 1 files changed, 9 inserti

[elpa] master acdd9e8 33/78: Modify avy--read-string-timer

2016-01-23 Thread Oleh Krehel
branch: master commit acdd9e8b3d6ff8ada6138e489883907948c23fe7 Author: momomo5717 Commit: momomo5717 Modify avy--read-string-timer --- avy.el | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/avy.el b/avy.el index b0b038f..ae9eee2 100644 --- a/avy.el +++

[elpa] master 36e4d14 03/78: Respect the current input method for target chars

2016-01-23 Thread Oleh Krehel
branch: master commit 36e4d145c8b8d21b08d4ea5466979d0a7538140e Author: Oleh Krehel Commit: Oleh Krehel Respect the current input method for target chars * avy.el (avy-goto-char): (avy-goto-char-in-line): (avy-goto-char-2): (avy-goto-word-1): (avy-goto-subword-1):

[elpa] master 53decea 24/78: avy.el (avy--line): Don't error on end of buffer

2016-01-23 Thread Oleh Krehel
branch: master commit 53decea669cd39b7f4886a2e1b8eb9f821a3d61a Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--line): Don't error on end of buffer Re #91 --- avy.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index f76b86f..44cecb

[elpa] master 72afecb 25/78: avy.el (avy-push-mark): Bring back push-mark

2016-01-23 Thread Oleh Krehel
branch: master commit 72afecbc291746fe2d576a9d6e420a89cd37104c Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-push-mark): Bring back push-mark Fixes abo-abo/ace-window#41 --- avy.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el ind

[elpa] master a6cfeda 23/78: avy.el (avy-goto-subword-0): Don't offer invisible chars

2016-01-23 Thread Oleh Krehel
branch: master commit a6cfedaf5eeb85bd953204463b36ee84724aaf4e Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-subword-0): Don't offer invisible chars Fixes #90 --- avy.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index 2812

[elpa] master 2c74d01 21/78: avy.el (avy--generic-jump): Add beg and end optional args

2016-01-23 Thread Oleh Krehel
branch: master commit 2c74d0160a52ecdf6a24ddf70230748a1dc40d01 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--generic-jump): Add beg and end optional args * avy.el (avy-goto-char-in-line): Update. Fixes #89 --- avy.el | 22 +++--- 1 files changed, 1

[elpa] master 67662ef 29/78: Fix indentation of defface

2016-01-23 Thread Oleh Krehel
branch: master commit 67662efdb31de8cdbfbb98243f754d41fde9b19a Author: Oleh Krehel Commit: Oleh Krehel Fix indentation of defface Re #97 --- avy.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avy.el b/avy.el index ae0b03b..ca46916 100644 --- a/avy.el

[elpa] master 0cac589 04/78: Allow non-printing keys in avy-keys

2016-01-23 Thread Oleh Krehel
branch: master commit 0cac5890f1756e430b2860fff4123c3b16719a4e Author: Tassilo Horn Commit: Tassilo Horn Allow non-printing keys in avy-keys Now you can set avy-keys also to the arrow keys and page up/down, e.g., (setq avy-keys '(left right up down prior next)) a

[elpa] master 30067dd 14/78: avy.el (avy-action-goto): Don't push mark when region is active

2016-01-23 Thread Oleh Krehel
branch: master commit 30067ddc09eefddae4ece065f60cc52a55ed76d7 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-action-goto): Don't push mark when region is active * avy.el (avy-action-goto): When the region is active, the user probably doesn't want to move the mark.

[elpa] master f9d7a76 31/78: Improve avy-goto-char-timer.

2016-01-23 Thread Oleh Krehel
branch: master commit f9d7a76cd4e545b7cd2ce95a8b9233a01c921a97 Author: Tassilo Horn Commit: Tassilo Horn Improve avy-goto-char-timer. 1. Handle DEL in order to fix typos. 2. Handle RET in order to use the current input string immediately without waiting for another char f

[elpa] master 36b296c 20/78: avy.el (subword-backward-regexp): Fix declaration

2016-01-23 Thread Oleh Krehel
branch: master commit 36b296c82a88d6b27d914943b81635aaea70a835 Author: Oleh Krehel Commit: Oleh Krehel avy.el (subword-backward-regexp): Fix declaration --- avy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index 3a14b5b..7f1b7e7 100644 --- a/a

[elpa] master ac16227 27/78: Add padding for wide-width character

2016-01-23 Thread Oleh Krehel
branch: master commit ac162279f2194f9b7c4ec06afa6a7a68b9177149 Author: Akira Tamamori Commit: Akira Tamamori Add padding for wide-width character Add padding for wide-width character (ex. Japanese and Chinese). --- avy.el | 10 -- 1 files changed, 8 insertions(+), 2 delet

[elpa] master 009c0bc 22/78: avy.el (avy--line): Work for visual-line-mode

2016-01-23 Thread Oleh Krehel
branch: master commit 009c0bc1ed676ba2180bc6c722e0c06b8b17f26a Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--line): Work for visual-line-mode Use `point' instead of `line-beginning-position'. Fixes #91 --- avy.el |8 ++-- 1 files changed, 6 insertions(+), 2

[elpa] master b1ef1f8 26/78: avy.el (avy--line): Obey avy-background

2016-01-23 Thread Oleh Krehel
branch: master commit b1ef1f8f8c2962ea27576126da81dce1f795df2d Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy--line): Obey avy-background Fixes #94 --- avy.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/avy.el b/avy.el index ea0cb8d..5d1838f 1006

[elpa] master 465d5f2 07/78: Improve docstrings

2016-01-23 Thread Oleh Krehel
branch: master commit 465d5f2f9c6093e5992ab7377ae93613394acfb8 Author: Oleh Krehel Commit: Oleh Krehel Improve docstrings * avy.el (avy-keys): Update. (avy-background-face): Update. --- avy.el | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/

[elpa] master 53d457c 18/78: Add misc punctuation to subword commands

2016-01-23 Thread Oleh Krehel
branch: master commit 53d457cfe48956a1cbffb7f0f6d735af322fd093 Author: Oleh Krehel Commit: Oleh Krehel Add misc punctuation to subword commands * avy.el (avy-goto-subword-0): Temporarily bind `subword-backward-regexp' to allow chars like ! or @ to count as subword parts.

[elpa] master e8cebf1 13/78: Make arg optional in avy-goto-subword-1

2016-01-23 Thread Oleh Krehel
branch: master commit e8cebf1616ab7e976aa9607434a1d7290883a570 Author: Dror Levin Commit: Dror Levin Make arg optional in avy-goto-subword-1 --- avy.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index 11cf738..b73e372 100644 --- a/avy.el +++ b/

[elpa] master 48aa2cd 28/78: Improve avy-goto-char-timer so that it may read 1 or many chars

2016-01-23 Thread Oleh Krehel
branch: master commit 48aa2cd8287bfdd32614eb251e2609ad103d7809 Author: Tassilo Horn Commit: Tassilo Horn Improve avy-goto-char-timer so that it may read 1 or many chars Now you can use avy-goto-char-timer and type as many chars as you want given each char comes before avy-timeou

[elpa] master 492ac49 11/78: avy.el (avy-pop-mark): Add

2016-01-23 Thread Oleh Krehel
branch: master commit 492ac494e9cce18b22ddacfdf09da86be19a0f42 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-pop-mark): Add Fixes #81 --- avy.el |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/avy.el b/avy.el index 25cd086..bd9161a 100644 --- a/av

[elpa] master 1e578a1 15/78: Considers letter case only if given Upcase letter

2016-01-23 Thread Oleh Krehel
branch: master commit 1e578a147a6d6bee2d977fbc632d1e903651e7f8 Author: B Jacquet Commit: Oleh Krehel Considers letter case only if given Upcase letter Fixes #87 --- avy.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index ae4c59b..0057

[elpa] master 1d1e4b6 06/78: Allow to switch action midway from goto to kill/mark/copy

2016-01-23 Thread Oleh Krehel
branch: master commit 1d1e4b62e810c042c6f06ae2b0cb6ef882ffb5c2 Author: Oleh Krehel Commit: Oleh Krehel Allow to switch action midway from goto to kill/mark/copy * avy.el (avy-action): New defvar. (avy-dispatch-alist): New defvar. Customize this to add new dispatch functional

[elpa] master a6db8a3 08/78: Rename avy--with-avy-keys to avy-with

2016-01-23 Thread Oleh Krehel
branch: master commit a6db8a35062576b0fcbb4a4fd238b999de19fba5 Author: Oleh Krehel Commit: Oleh Krehel Rename avy--with-avy-keys to avy-with * avy.el (avy-with): Macro renamed from `avy--with-avy-keys'. (avy--with-avy-keys): Add obsolete alias. --- avy.el | 43 +++

[elpa] master 3b9a60a 09/78: avy.el (avy-dispatch-alist): Upgrade to defcustom

2016-01-23 Thread Oleh Krehel
branch: master commit 3b9a60a334e1201eb0d088fecdced14659e3f420 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-dispatch-alist): Upgrade to defcustom * avy.el (avy-handler-default): `avy-dispatch-alist' is actually an alist now. --- avy.el | 29 ++

[elpa] master 7928d11 05/78: Remove the old obsolete aliases

2016-01-23 Thread Oleh Krehel
branch: master commit 7928d11ef3e4da6e36d8ea71cd7600e520b2a2d0 Author: Oleh Krehel Commit: Oleh Krehel Remove the old obsolete aliases --- avy.el | 28 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/avy.el b/avy.el index 246450f..5602ce3 10064

[elpa] master a86bdee6 16/78: avy.el (avy-pop-mark): use own history for points and windows

2016-01-23 Thread Oleh Krehel
branch: master commit a86bdee66c4b58469bd2c6308ce67fada9539d94 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-pop-mark): use own history for points and windows * avy.el (avy-action-goto): Don't save mark here, since the window was already changed. (avy--process): Set

[elpa] master 8c8ad97 01/78: Add de-bruijn to the defcustom of avy-styles-alist

2016-01-23 Thread Oleh Krehel
branch: master commit 8c8ad97de1877170060174d8132470aec2286d3a Author: Junpeng Qiu Commit: Junpeng Qiu Add de-bruijn to the defcustom of avy-styles-alist --- avy.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/avy.el b/avy.el index a8a6a25..5a8b5ce 100644 --- a

[elpa] master d22493c 12/78: Autload avy-goto-word-or-subword-1

2016-01-23 Thread Oleh Krehel
branch: master commit d22493c0ec282bb9029c9ec5abec7b61e884ed78 Author: Markus Hauck Commit: Oleh Krehel Autload avy-goto-word-or-subword-1 Fixes #82 --- avy.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/avy.el b/avy.el index bd9161a..11cf738 100644 ---

[elpa] master updated (4300eae -> a6b7502)

2016-01-23 Thread Oleh Krehel
abo_abo pushed a change to branch master. from 4300eae multishell - still 1.0.6, clarify conditions for tramp homedir bug new 8c8ad97 Add de-bruijn to the defcustom of avy-styles-alist new eb28aeb avy.el (avy-goto-line): push mark for numeric line new 36e4d14

[elpa] master 26123a7 10/78: avy.el (avy-goto-line): Fixup goto-line clause

2016-01-23 Thread Oleh Krehel
branch: master commit 26123a7b37b07560b63ea75c43923d7eee12c0a9 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-line): Fixup goto-line clause Fixes #79 --- avy.el | 29 +++-- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/avy.el b

[elpa] master eb28aeb 02/78: avy.el (avy-goto-line): push mark for numeric line

2016-01-23 Thread Oleh Krehel
branch: master commit eb28aeb40ed0c2b3ed617002547e603d6554a142 Author: Oleh Krehel Commit: Oleh Krehel avy.el (avy-goto-line): push mark for numeric line Fixes #74 --- avy.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/avy.el b/avy.el index 5a8b5ce..449

[elpa] master 4300eae 2/2: multishell - still 1.0.6, clarify conditions for tramp homedir bug

2016-01-23 Thread ken manheimer
branch: master commit 4300eaeea7120e40693a8873d98b40272035c2a8 Merge: d34b2ae 5b011ac Author: Ken Manheimer Commit: Ken Manheimer multishell - still 1.0.6, clarify conditions for tramp homedir bug --- packages/multishell/multishell.el | 37 +++-- 1 files ch

[elpa] master 5b011ac 1/2: multishell - note that the tramp bug is on remote|sudo to homedir

2016-01-23 Thread ken manheimer
branch: master commit 5b011ac2c545be3ca824862f48032c9a2980798b Author: Ken Manheimer Commit: Ken Manheimer multishell - note that the tramp bug is on remote|sudo to homedir (I had neglected to include the sudo part.) --- multishell.el | 37 +++-- 1