[elpa] externals/compat updated (41460f01f0 -> 07445d767f)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/compat. from 41460f01f0 Revert "Add json-parse-string, json-parse-buffer, json-serialize and json-insert" new 9183a23271 compat-28: Add mark-thing-at-mouse new 07445d767f Update news Summary of changes: NEWS.org| 4 ++

[elpa] externals/compat 07445d767f 2/2: Update news

2023-01-25 Thread ELPA Syncer
branch: externals/compat commit 07445d767fbd0ec659e4fe0fe6d38f78e25949d8 Author: Daniel Mendler Commit: Daniel Mendler Update news --- NEWS.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.org b/NEWS.org index a2372e81b8..f4d4e33f55 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,

[elpa] externals/compat 9183a23271 1/2: compat-28: Add mark-thing-at-mouse

2023-01-25 Thread ELPA Syncer
branch: externals/compat commit 9183a2327147c29994067fd29abace55657c9686 Author: Daniel Mendler Commit: Daniel Mendler compat-28: Add mark-thing-at-mouse --- NEWS.org| 1 + compat-26.el| 7 +++ compat-28.el| 11 +++ compat-tests.el | 11 ++- compat.texi

[elpa] externals/compat 27961369b3: Version 29.1.3.1

2023-01-25 Thread ELPA Syncer
branch: externals/compat commit 27961369b39288454559289f3ceecdf377241cbc Author: Daniel Mendler Commit: Daniel Mendler Version 29.1.3.1 --- NEWS.org | 4 +++- compat.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index f4d4e33f55..ad926f6d6e 1

[elpa] externals/consult 94ba4efec3: Highlight function must return string, simplify command builders

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 94ba4efec3d05065f443410c7773fa3f3be166bb Author: Daniel Mendler Commit: Daniel Mendler Highlight function must return string, simplify command builders --- consult.el | 101 ++--- 1 file changed, 56 ins

[elpa] externals/consult 345325fc4b: Fix #728

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 345325fc4b3033d1847409442cf746bb4f3c7485 Author: Daniel Mendler Commit: Daniel Mendler Fix #728 --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index 2405c8fb6e..90f9ad46c2 100644 --- a/consult.el ++

[elpa] externals/compat 108e6d3f62: Condition package-get-version test to correct containing directory

2023-01-25 Thread ELPA Syncer
branch: externals/compat commit 108e6d3f6207632d040ea740a4b51b2a14ed38e0 Author: Aymeric Agon-Rambosson Commit: Daniel Mendler Condition package-get-version test to correct containing directory --- compat-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat-tests.el b/compa

[elpa] externals/org f35fb8ac2a: lisp/ob-scheme.el: Do not hide Scheme evaluation errors

2023-01-25 Thread ELPA Syncer
branch: externals/org commit f35fb8ac2a811dcdf5bd90d976239130cf0a994a Author: Marc Nieper-Wißkirchen Commit: Ihor Radchenko lisp/ob-scheme.el: Do not hide Scheme evaluation errors * lisp/ob-eval.el (org-babel-eval-error-notify): Handle an exit code of nil. * lisp/ob-scheme.

[elpa] externals-release/org 1bcab6c04f: org-assert-version: Clarify that Org loading is aborted

2023-01-25 Thread ELPA Syncer
branch: externals-release/org commit 1bcab6c04f53c2efd3c0724a64d7175c42f99d47 Author: Ihor Radchenko Commit: Ihor Radchenko org-assert-version: Clarify that Org loading is aborted * lisp/org-macs.el (org-assert-version): Explicitly state that Org loading is aborted. Some users

[elpa] externals/org 3e23682d37: ox: Fix non-renamed variable (f to file)

2023-01-25 Thread ELPA Syncer
branch: externals/org commit 3e23682d37cca8124297167d55a3d4e7ce89d7a6 Author: TEC Commit: TEC ox: Fix non-renamed variable (f to file) * lisp/ox.el (org-export-expand-include-keyword): In 2fecd96200c8 "f" was renamed to "file", but one usage was missed, which is corrected he

[elpa] externals/compat d771506505: Revert "Condition package-get-version test to correct containing directory"

2023-01-25 Thread ELPA Syncer
branch: externals/compat commit d77150650557cef0fb8655eff3f91d98d36be5e4 Author: Daniel Mendler Commit: Daniel Mendler Revert "Condition package-get-version test to correct containing directory" This reverts commit 108e6d3f6207632d040ea740a4b51b2a14ed38e0. --- compat-tests.el | 2 -

[elpa] externals/consult 626b59221f 3/3: Remove unnecessary declare-function

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 626b59221fa375ed0458c1253cc4c34e6b15edf0 Author: Daniel Mendler Commit: Daniel Mendler Remove unnecessary declare-function --- consult.el | 4 1 file changed, 4 deletions(-) diff --git a/consult.el b/consult.el index d7b7289b8b..5db2b26421 100644 --- a

[elpa] externals/consult 963221cf86 1/3: Add consult-info command (#727)

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 963221cf868b2025f89dc05681972f4b6a4ee531 Author: Daniel Mendler Commit: GitHub Add consult-info command (#727) --- CHANGELOG.org | 1 + README.org | 17 -- consult-info.el | 165 consult.

[elpa] externals/consult 870afb4983 2/3: Rename consult--file-group to consult--prefix-group

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 870afb498368a19e7f58cd7dc209de1b5f5acc75 Author: Daniel Mendler Commit: Daniel Mendler Rename consult--file-group to consult--prefix-group --- consult-info.el | 8 consult.el | 20 ++-- 2 files changed, 14 insertions(+), 14 del

[elpa] externals/compat f6c5ffc648: Correct some sentence in the news

2023-01-25 Thread ELPA Syncer
branch: externals/compat commit f6c5ffc6485ea2d2b0c65e7189895ec06124792e Author: Daniel Mendler Commit: Daniel Mendler Correct some sentence in the news --- NEWS.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index ad926f6d6e..6f88f58cae 10

[elpa] externals/consult updated (345325fc4b -> 626b59221f)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 345325fc4b Fix #728 new 963221cf86 Add consult-info command (#727) new 870afb4983 Rename consult--file-group to consult--prefix-group new 626b59221f Remove unnecessary declare-function Summary of changes:

[elpa] externals/consult a00e613bee 1/2: consult-info: Fix candidate order

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit a00e613bee2ca3982388fcb9d19a866f92acc87a Author: Daniel Mendler Commit: Daniel Mendler consult-info: Fix candidate order --- consult-info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/consult-info.el b/consult-info.el index 00a07

[elpa] externals/consult 1bf2773d51 2/2: consult-man: Use consult-man property for candidates

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 1bf2773d51382a443dd6aac9b9f7acda189515b8 Author: Daniel Mendler Commit: Daniel Mendler consult-man: Use consult-man property for candidates See https://github.com/oantolin/embark/issues/584 --- consult-info.el | 3 --- consult.el | 22

[elpa] externals/consult updated (626b59221f -> 1bf2773d51)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 626b59221f Remove unnecessary declare-function new a00e613bee consult-info: Fix candidate order new 1bf2773d51 consult-man: Use consult-man property for candidates Summary of changes: consult-info.el | 7 ++-

[elpa] externals/consult 97671ebbbc 1/3: Refactor consult-info

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 97671ebbbcac451fb59e01040616f8a5c17f7132 Author: Daniel Mendler Commit: Daniel Mendler Refactor consult-info --- consult-info.el | 57 ++--- 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/c

[elpa] externals/consult 484c92893c 3/3: consult-info--candidates: Simplify

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit 484c92893c51d8f1ad223d023fddeb6ddc436c67 Author: Daniel Mendler Commit: Daniel Mendler consult-info--candidates: Simplify --- consult-info.el | 50 -- 1 file changed, 24 insertions(+), 26 deletions(-) diff --g

[elpa] externals/consult updated (1bf2773d51 -> 484c92893c)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 1bf2773d51 consult-man: Use consult-man property for candidates new 97671ebbbc Refactor consult-info new e9dd901a79 consult-info: Minor cleanup new 484c92893c consult-info--candidates: Simplify Summary of c

[elpa] externals/consult e9dd901a79 2/3: consult-info: Minor cleanup

2023-01-25 Thread ELPA Syncer
branch: externals/consult commit e9dd901a791bcd392e53e48124f7feab624ce3d8 Author: Daniel Mendler Commit: Daniel Mendler consult-info: Minor cleanup --- consult-info.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/consult-info.el b/consult-info.e

[elpa] externals/emms ecd49294fd 1/2: * emms-mpris.el: fix doc-string 80 char warning

2023-01-25 Thread ELPA Syncer
branch: externals/emms commit ecd49294fdec8c7741a342acaf89cd408f0abf13 Author: Fran Burstall Commit: Fran Burstall * emms-mpris.el: fix doc-string 80 char warning --- emms-mpris.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emms-mpris.el b/emms-mpris.el index 29f0

[elpa] externals/emms 05fe0a83c9 2/2: * emms.el: release version 14

2023-01-25 Thread ELPA Syncer
branch: externals/emms commit 05fe0a83c9ccfd0cf06104815477c70da2a160be Author: Yoni Rabkin Commit: Yoni Rabkin * emms.el: release version 14 --- NEWS| 30 ++ emms.el | 4 ++-- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index

[elpa] externals/emms updated (c0c6ecbcad -> 05fe0a83c9)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/emms. from c0c6ecbcad Fix emms-seek-* functions to work with number arguments new ecd49294fd * emms-mpris.el: fix doc-string 80 char warning new 05fe0a83c9 * emms.el: release version 14 Summary of changes: NEWS | 30 ++

[nongnu] elpa/request 6019c4db80 1/3: adds support for curl "<"

2023-01-25 Thread ELPA Syncer
branch: elpa/request commit 6019c4db8084ca7734b5f3b1262407a4a4f398ff Author: Ryan Faulhaber Commit: Ryan Faulhaber adds support for curl "<" --- request.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/request.el b/request.el index c36b3fcbd2..71318b150b 100644

[nongnu] elpa/request updated (6ddb4fc4d8 -> ca0888a3f9)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/request. from 6ddb4fc4d8 Merge pull request #221 from dickmao/cslux-data-alist-not-converted new 6019c4db80 adds support for curl "<" new 6bb8d2fa49 whitespace and comment new ca0888a3f9 finish what fe567ec started Summary o

[nongnu] elpa/request ca0888a3f9 3/3: finish what fe567ec started

2023-01-25 Thread ELPA Syncer
branch: elpa/request commit ca0888a3f9de4fe73795f7095f2800eb57261c76 Author: dickmao Commit: dickmao finish what fe567ec started --- .github/workflows/test.yml | 5 - Makefile | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.

[nongnu] elpa/request 6bb8d2fa49 2/3: whitespace and comment

2023-01-25 Thread ELPA Syncer
branch: elpa/request commit 6bb8d2fa4904367dd4b87cce57d825587dea2c96 Author: dickmao Commit: dickmao whitespace and comment --- request.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/request.el b/request.el index 71318b150b..dc2802faf9 100644 --- a/request

[elpa] main e0fa404bdb: Add ruby-end to ELPA

2023-01-25 Thread Dmitry Gutov
branch: main commit e0fa404bdbda48677f5f3154bbe995320cb42693 Author: Dmitry Gutov Commit: Dmitry Gutov Add ruby-end to ELPA --- elpa-packages | 4 1 file changed, 4 insertions(+) diff --git a/elpa-packages b/elpa-packages index d5df16cd84..3595984d31 100644 --- a/elpa-packages +++ b/e

[elpa] externals/ruby-end ed15f7506b 07/91: Update mode description.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit ed15f7506b5e7b5a9ba01c9a1283a95a75086d69 Author: Johan Andersson Commit: Johan Andersson Update mode description. --- README.markdown | 5 +++-- ruby-end.el | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.markdown b/READ

[elpa] externals/ruby-end 5e84c0c2fd 30/91: Update README.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 5e84c0c2fd7fc99be2e35a8ba2bbc978f9f1aa72 Author: Johan Andersson Commit: Johan Andersson Update README. --- README.markdown | 40 +++- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/README.markdown b/READM

[elpa] externals/ruby-end d00bb287d6 05/91: Adding some docs.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit d00bb287d6dfb3042e35fa5d14a41949d608ff61 Author: Johan Andersson Commit: Johan Andersson Adding some docs. --- README | 0 README.markdown | 6 ++ ruby-end.el | 12 3 files changed, 18 insertions(+) diff --git a/README b/REA

[elpa] externals/ruby-end 427237b83d 25/91: Fix whitespace and indent.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 427237b83d8c69b7a2a018dabf458379de7b8a0c Author: Johan Andersson Commit: Johan Andersson Fix whitespace and indent. --- features/step-definitions/ruby-end-steps.el | 2 +- ruby-end.el | 10 +- 2 files changed, 6 inse

[elpa] externals/ruby-end 97db28da68 01/91: first commit

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 97db28da68f6aaec57d7e220a9ebfa8affaa02ce Author: Johan Andersson Commit: Johan Andersson first commit --- README | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/README b/README new file mode 100644 index 00..e69de29bb2

[elpa] externals/ruby-end 96c19df26d 22/91: adds option for adding the blank line between statement and end

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 96c19df26df16e0c2e35177cac26302e2eab87af Author: Matt Briggs Commit: Matt Briggs adds option for adding the blank line between statement and end --- ruby-end.el | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ruby-end.el b/ru

[elpa] externals/ruby-end 5f9a9721a5 02/91: Added skeleton.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 5f9a9721a5648251a368eea26fb813ca1dc88382 Author: Johan Andersson Commit: Johan Andersson Added skeleton. --- ruby-end.el | 52 1 file changed, 52 insertions(+) diff --git a/ruby-end.el b/ruby-end.el new

[elpa] externals/ruby-end 06c6378903 29/91: Update ecukes.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 06c63789036c8564c7331c7418b85b2b9c07f24b Author: Johan Andersson Commit: Johan Andersson Update ecukes. --- util/ecukes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/ecukes b/util/ecukes index fb58059336..c97f866027 16 --- a/u

[elpa] externals/ruby-end afd0459b11 11/91: When not expanding, fall back instead of assuming that space inserts a blank.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit afd0459b11794a85db5f9c920243602c85268d92 Author: Johan Andersson Commit: Johan Andersson When not expanding, fall back instead of assuming that space inserts a blank. --- ruby-end.el | 17 + 1 file changed, 13 insertions(+), 4 deletions(-)

[elpa] externals/ruby-end 3b2794392a 03/91: Added necessary stuff for running Ecukes.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 3b2794392a508d2fd7387a7f070f3b50ec5bbf6a Author: Johan Andersson Commit: Johan Andersson Added necessary stuff for running Ecukes. --- .gitmodules | 9 + features/ruby-end.feature | 0 features/ste

[elpa] externals/ruby-end 538c52fae3 10/91: Doc change.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 538c52fae31b229978778ed0a2c05565fa0f1e5c Author: Johan Andersson Commit: Johan Andersson Doc change. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 0ee4176771..a8fd51575d 100644 --- a/ruby

[elpa] externals/ruby-end d96d77b932 06/91: Update description.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit d96d77b93282ec1fe829c33a02686bce201fe179 Author: Johan Andersson Commit: Johan Andersson Update description. --- ruby-end.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby-end.el b/ruby-end.el index 4e2c79bcdd..3d35ae55d2 10064

[elpa] externals/ruby-end 47e5b92b8b 33/91: Autoformat using "cucumber --autoformat".

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 47e5b92b8b2c23a22a46a0b9edbadbcac65211d4 Author: Johan Andersson Commit: Johan Andersson Autoformat using "cucumber --autoformat". --- features/ruby-end.feature | 168 +++--- 1 file changed, 84 insertions(+), 84 delet

[elpa] externals/ruby-end 2896cfa95b 61/91: Improve Makefile.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 2896cfa95b6aefc5688ccc70bdb2434cc8fbb03f Author: Johan Andersson Commit: Johan Andersson Improve Makefile. --- Makefile | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0eddcfa0ed..4fef5a1d77 100644

[elpa] externals/ruby-end a761a0d84c 16/91: Fix expand on modifiers

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit a761a0d84ce04b07d033fe63ad3c4f877364 Author: Roman Sokolov Commit: Roman Sokolov Fix expand on modifiers When using statement modifiers, e.g.: return 42 if has_towel? ruby-end-mode expand it and annoy me :-) This commit fixes it. --

[elpa] externals/ruby-end 25baf1c7d8 31/91: Update espuds.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 25baf1c7d8d3eaf3cdb6c2d831d1ceec9452d59b Author: Johan Andersson Commit: Johan Andersson Update espuds. --- util/espuds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/espuds b/util/espuds index 3b9a7c9273..aeffd01fe8 16 --- a/u

[elpa] externals/ruby-end a8da09dcc8 79/91: Merge branch 'patch-1'

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit a8da09dcc81ccc18c4f5260ecd51663a064ffece Merge: 648b81af13 c56f65e9ae Author: Johan Andersson Commit: Johan Andersson Merge branch 'patch-1' --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.mar

[elpa] externals/ruby-end 17cea12620 65/91: Release v0.3.0.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 17cea126201716e07ba3b21cc25d4899df188125 Author: Johan Andersson Commit: Johan Andersson Release v0.3.0. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index d453b60405..ba969fc223 100644 --- a/

[elpa] externals/ruby-end 9f0caf41d6 15/91: Update regular expressions for matching expansion.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 9f0caf41d65fe1477f8ce54c258b8c26528593c8 Author: Johan Andersson Commit: Johan Andersson Update regular expressions for matching expansion. --- ruby-end.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ruby-end.el b/ruby-e

[elpa] externals/ruby-end 8cc9faf605 17/91: Allow to toggle on/off expansion with statement modifiers

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 8cc9faf605aae7a1364a9e8ffcdbff9e1272b0c0 Author: Roman Sokolov Commit: Roman Sokolov Allow to toggle on/off expansion with statement modifiers Introduce variable that controls behavior of expansions. When set to nil (default), always perform exp

[elpa] externals/ruby-end 8787319fe3 04/91: Added code with tests.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 8787319fe325e8e56835147e13f96c5315e60652 Author: Johan Andersson Commit: Johan Andersson Added code with tests. --- features/ruby-end.feature | 98 + features/step-definitions/ruby-end-steps.el | 31 + r

[elpa] externals/ruby-end 1604c3c406 64/91: Ecukes depends on Espuds by default.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 1604c3c4069d2e23e3270c7b58632c126d40 Author: Johan Andersson Commit: Johan Andersson Ecukes depends on Espuds by default. --- Cask | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cask b/Cask index 4806c3978a..902398914e 100644 ---

[elpa] externals/ruby-end 4498561af6 19/91: Split all keywords to modifiers and non-modifiers

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 4498561af63061c3c8627e85273f41b8e2621277 Author: Roman Sokolov Commit: Roman Sokolov Split all keywords to modifiers and non-modifiers According to ruby grammar [1] there are 4 statement modifiers, so there is no need to prevent for all other ke

[elpa] externals/ruby-end 49354ca1a3 36/91: Add punctuation in doc.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 49354ca1a31a09336b88d9b1f1b407c98bad9a03 Author: Johan Andersson Commit: Johan Andersson Add punctuation in doc. --- ruby-end.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby-end.el b/ruby-end.el index 0e94427de1..8eb006f26d 1

[elpa] externals/ruby-end 91f3c3fc6e 40/91: Add option to expand on return.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 91f3c3fc6e367ebeaba5cd42b95e2c8f3bec5fa4 Author: Johan Andersson Commit: Johan Andersson Add option to expand on return. --- features/ruby-end.feature | 19 +++ features/step-definitions/ruby-end-steps.el | 4 features/su

[elpa] externals/ruby-end 95fab5058f 70/91: Bump the version

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 95fab5058f548eddb1503f4d517e0beffcb00bca Author: Dmitry Gutov Commit: Dmitry Gutov Bump the version --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 7425dbc376..0c36557edc 100644 --- a/ruby-

[elpa] externals/ruby-end d6bb876c4f 63/91: Use package-file instead of package.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit d6bb876c4f18a3dc293cb21b40b8d73420487c84 Author: Johan Andersson Commit: Johan Andersson Use package-file instead of package. --- Cask| 2 +- ruby-end-pkg.el | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cask b/Cask index

[elpa] externals/ruby-end 5c6261a267 39/91: Do these even more interactively.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 5c6261a2678865bc6a80869a2015fa443c61df2b Author: Johan Andersson Commit: Johan Andersson Do these even more interactively. --- features/step-definitions/ruby-end-steps.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/s

[elpa] externals/ruby-end 421206670d 14/91: Update to v0.0.2.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 421206670d33aa36a0da2ba1728392044b330bd1 Author: Johan Andersson Commit: Johan Andersson Update to v0.0.2. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 1bda65469f..ea2b3408d3 100644 ---

[elpa] externals/ruby-end f090fbbf74 51/91: make sure to call fallback commands interactively

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit f090fbbf742d4738179cf4d78e12f91b7a7db603 Author: Jeff Gran Commit: Jeff Gran make sure to call fallback commands interactively --- ruby-end.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby-end.el b/ruby-end.el index 39ae57c686

[elpa] branch externals/ruby-end created (now 2d4097afcb)

2023-01-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/ruby-end. at 2d4097afcb Update the copyright blurb This branch includes the following new commits: new 97db28da68 first commit new 5f9a9721a5 Added skeleton. new 3b2794392a Added necessary stuff for running Ecukes.

[elpa] externals/ruby-end cc1f6cf297 34/91: Add 'ruby' keyword.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit cc1f6cf297f4d6080d68cf9247995cce8ebbb050 Author: Johan Andersson Commit: Johan Andersson Add 'ruby' keyword. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 8f80cbc81d..0e94427de1 100644 --

[elpa] externals/ruby-end 91fd0a7340 08/91: Quote keywords differently.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 91fd0a7340572f0bffc52297f44930b6550e0596 Author: Johan Andersson Commit: Johan Andersson Quote keywords differently. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 5b16a67082..08ea7c5ebf 1

[elpa] externals/ruby-end 9ac13296f0 18/91: tests for statement modifiers

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 9ac13296f0279be8013ecf71f83aae838762369d Author: Roman Sokolov Commit: Roman Sokolov tests for statement modifiers --- features/ruby-end.feature | 52 + features/step-definitions/ruby-end-steps.el | 4 +++ 2 fi

[elpa] externals/ruby-end 53605d0e85 20/91: Make `ruby-end-check-statement-modifiers` t by default.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 53605d0e85d2dd01ecd829f62febe6e84a271ef7 Author: Johan Andersson Commit: Johan Andersson Make `ruby-end-check-statement-modifiers` t by default. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el in

[elpa] externals/ruby-end 20025067e5 44/91: Add Carton.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 20025067e5d8e47bf61e06063b95bc97b9125c81 Author: Johan Andersson Commit: Johan Andersson Add Carton. --- Carton | 7 +++ 1 file changed, 7 insertions(+) diff --git a/Carton b/Carton new file mode 100644 index 00..3447ed41a1 --- /dev/null +++ b/

[elpa] externals/ruby-end be0e1a154f 42/91: Update copyright years.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit be0e1a154f3776e91c0cc6f1eba1c2ea551a1ea4 Author: Johan Andersson Commit: Johan Andersson Update copyright years. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index dd66f83780..cecc67d7aa 10064

[elpa] externals/ruby-end 0bd59d9eef 67/91: Add ert.el for Emacs-23.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 0bd59d9eefef0307278331a6abeb26207813f54d Author: Johan Andersson Commit: Johan Andersson Add ert.el for Emacs-23. --- Cask|1 + features/support/env.el | 26 +- features/vendor/ert.el | 2544 +++

[elpa] externals/ruby-end d82798a377 74/91: Add autoload cookies to hooks

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit d82798a37779513655ab5e23fa6000cc639c115e Author: kgt Commit: kgt Add autoload cookies to hooks --- ruby-end.el | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ruby-end.el b/ruby-end.el index 9a6c7b03c6..3d0e44c83a 100644 --- a

[elpa] externals/ruby-end 45670f9134 26/91: Version bump.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 45670f9134e31b2be020c012b0dbd05a3ab494ca Author: Johan Andersson Commit: Johan Andersson Version bump. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 9c674b197b..8f80cbc81d 100644 --- a/ru

[elpa] externals/ruby-end 61a740d02b 87/91: Fix the edmacro warning

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 61a740d02bf73b4b0c7dfeaa0cf450a149fa1a4a Author: Dmitry Gutov Commit: Dmitry Gutov Fix the edmacro warning --- ruby-end.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby-end.el b/ruby-end.el index 4c1ae60834..8a3ac8720d 100644 --- a/ruby-end.el ++

[elpa] externals/ruby-end 71b183a274 68/91: Run Ecukes tests in no win mode.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 71b183a2740b59130e894e35297ed1ca2b249be1 Author: Johan Andersson Commit: Johan Andersson Run Ecukes tests in no win mode. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fef5a1d77..6655f8b719 10064

[elpa] externals/ruby-end 37b5fdad6d 13/91: Tests only pass when using read-kbd-macro instead of kbd, which really is the same...

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 37b5fdad6d1aded027cfc974377a8dc78d9260ad Author: Johan Andersson Commit: Johan Andersson Tests only pass when using read-kbd-macro instead of kbd, which really is the same... --- ruby-end.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) dif

[elpa] externals/ruby-end ec7c55036c 52/91: Merge branch 'jeffgran-master'

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit ec7c55036c3f0c6e9f954a2c40adefe8f5f09cf3 Merge: 1aa855419b f090fbbf74 Author: Johan Andersson Commit: Johan Andersson Merge branch 'jeffgran-master' --- ruby-end.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby-end.el b/ruby-e

[elpa] externals/ruby-end 18edd3af0b 32/91: Fix feature indentation.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 18edd3af0bb5a3930b4a100a8dd7e9eb2ac92b5f Author: Johan Andersson Commit: Johan Andersson Fix feature indentation. --- features/ruby-end.feature | 164 +- 1 file changed, 76 insertions(+), 88 deletions(-) diff --g

[elpa] externals/ruby-end cf773a8702 48/91: Update README.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit cf773a870276a1646a37b25e8ab8abc4c08d927c Author: Johan Andersson Commit: Johan Andersson Update README. --- README.markdown | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index e7a402a

[elpa] externals/ruby-end f5be7d8445 81/91: Don't use sudo on Travis

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit f5be7d8445b3eaa8c302bb2670a680ed40138445 Author: Johan Andersson Commit: Johan Andersson Don't use sudo on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2685f4f2d3..aef0465431 100644 --- a/.travis

[elpa] externals/ruby-end 73d6c51ef8 46/91: Ignore elpa dir.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 73d6c51ef84e66cf28ca971acd23af48307740bc Author: Johan Andersson Commit: Johan Andersson Ignore elpa dir. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00..c563e5fccb --- /dev/n

[elpa] externals/ruby-end ba01dd2550 56/91: Update to version v0.2.2.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit ba01dd255022a261609d6b57ae5da6f06c56113d Author: Johan Andersson Commit: Johan Andersson Update to version v0.2.2. --- Carton | 2 +- ruby-end-pkg.el | 2 +- ruby-end.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Car

[elpa] externals/ruby-end 8b2aaf6467 58/91: Add Travis.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 8b2aaf646778b4f8c7779f5a5c8ae419cadc1ac2 Author: Johan Andersson Commit: Johan Andersson Add Travis. --- .travis.yml | 23 +++ README.markdown | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.tr

[elpa] externals/ruby-end b04994ba90 21/91: Bumping version.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit b04994ba90c5bac0ef40ffbedfbe8d1138a7cbd4 Author: Johan Andersson Commit: Johan Andersson Bumping version. --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 242912e424..0310c7c5fc 100644 --- a

[elpa] externals/ruby-end ca8b4dc0a6 62/91: Run tests on snapshot.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit ca8b4dc0a69f857ceb43281efc642f40d928faa9 Author: Johan Andersson Commit: Johan Andersson Run tests on snapshot. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f661e7514f..b7fdcc560b 100644

[elpa] externals/ruby-end 3a8152e42a 90/91: Bump the version

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 3a8152e42af085ab4c1274e98c8550f68d19fe89 Author: Dmitry Gutov Commit: Dmitry Gutov Bump the version --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index beee6a9f62..961866ab60 100644 --- a/ruby-

[elpa] externals/ruby-end ab84e909b3 69/91: Override ruby-end-insert-newline to t if RET is pressed

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit ab84e909b39f4d800c6efcf349429509933b28aa Author: Dmitry Gutov Commit: Dmitry Gutov Override ruby-end-insert-newline to t if RET is pressed --- features/ruby-end.feature | 11 +++ ruby-end.el | 3 ++- 2 files changed, 13 insertions(+),

[elpa] externals/ruby-end 648b81af13 77/91: Release v0.4.1

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 648b81af136a581bcef387744d93c011d9cdf54b Author: Johan Andersson Commit: Johan Andersson Release v0.4.1 --- ruby-end.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 3d0e44c83a..19d4f159a7 100644 --- a/r

[elpa] externals/ruby-end 3f9349c3d0 28/91: Update espuds.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 3f9349c3d031f9aa086f1587fa0572198a3255b9 Author: Johan Andersson Commit: Johan Andersson Update espuds. --- util/espuds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/espuds b/util/espuds index 51b5b5933f..3b9a7c9273 16 --- a/u

[elpa] externals/ruby-end 0d2634e769 41/91: Merge branch 'expand-on-ret'

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 0d2634e76985699bad7ccec0d30d6383553dd5db Merge: 5c6261a267 91f3c3fc6e Author: Johan Andersson Commit: Johan Andersson Merge branch 'expand-on-ret' --- features/ruby-end.feature | 19 +++ features/step-definitions/ruby-end-steps

[elpa] externals/ruby-end a7723ccdd2 38/91: These two are mixed up.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit a7723ccdd2aeb390a3c7905b40337b9030f8f80c Author: Johan Andersson Commit: Johan Andersson These two are mixed up. --- features/step-definitions/ruby-end-steps.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/step-definition

[elpa] externals/ruby-end 23c574c454 24/91: Add scenario for optional newline.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 23c574c4543349ef074d8dbdd3bcfdd1e55218f3 Author: Johan Andersson Commit: Johan Andersson Add scenario for optional newline. --- features/ruby-end.feature | 12 features/step-definitions/ruby-end-steps.el | 4 features/su

[elpa] externals/ruby-end 5c6c7ceabd 49/91: Remove Espuds and Ecukes as submodules.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 5c6c7ceabd412e92da29cd4a0c7cafbc9761 Author: Johan Andersson Commit: Johan Andersson Remove Espuds and Ecukes as submodules. --- .gitmodules | 9 - util/ecukes | 1 - util/ert| 1 - util/espuds | 1 - 4 files changed, 12 deletions(-) diff -

[elpa] externals/ruby-end bc018f6856 27/91: End should be inserted actually

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit bc018f685654dc10ad6131edd82ecabcf5f01e16 Author: Johan Andersson Commit: Johan Andersson End should be inserted actually --- features/ruby-end.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/ruby-end.feature b/features/ruby-end.feature

[elpa] externals/ruby-end a136f75abb 84/91: Merge pull request #16 from tarsius/master

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit a136f75abb6d5577ce40d61dfeb778c2e9bb09c0 Merge: ea453f5ac6 3616cedc25 Author: Johan Andersson Commit: GitHub Merge pull request #16 from tarsius/master Add file features/vendor/.nosearch --- features/vendor/.nosearch | 0 1 file changed, 0 insertio

[elpa] externals/ruby-end c56f65e9ae 78/91: Fix travis badge [skip ci]

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit c56f65e9aeb21cb0c3eb76a88468229f76263b78 Author: Arthur Nogueira Neves Commit: Arthur Nogueira Neves Fix travis badge [skip ci] --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7

[elpa] externals/ruby-end 9801aa199a 09/91: Do not expand when there's text after point.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 9801aa199a97a864c1674cdb6e702144cc405ac8 Author: Johan Andersson Commit: Johan Andersson Do not expand when there's text after point. --- features/ruby-end.feature | 16 features/step-definitions/ruby-end-steps.el | 4 +++

[elpa] externals/ruby-end 2d4097afcb 91/91: Update the copyright blurb

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 2d4097afcb89372441c28e33011dd361701d1c98 Author: Dmitry Gutov Commit: Dmitry Gutov Update the copyright blurb #17 --- ruby-end.el | 20 +++- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/ruby-end.el b/ruby-end.el in

[elpa] externals/ruby-end 627684646f 89/91: Hook into ruby-ts-mode as well

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 627684646f8843b83211a1f49d88b90e04fb3174 Author: Dmitry Gutov Commit: Dmitry Gutov Hook into ruby-ts-mode as well --- ruby-end.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby-end.el b/ruby-end.el index 837513db9e..beee6a9f62 100644 --- a/ruby-

[elpa] externals/ruby-end 690e970812 23/91: Use when instead of if/progn.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 690e9708120e5dad45b76cdc2d8719abd3fb8ebf Author: Johan Andersson Commit: Johan Andersson Use when instead of if/progn. --- ruby-end.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ruby-end.el b/ruby-end.el index 79a01fc105..c41

[elpa] externals/ruby-end d957d3313b 12/91: Split on more than one line.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit d957d3313be027ba3838396ec37c11b9299eae0d Author: Johan Andersson Commit: Johan Andersson Split on more than one line. --- ruby-end.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ruby-end.el b/ruby-end.el index 416bcb9fb9..69eac6f

[elpa] externals/ruby-end 338879148d 47/91: Add Makefile to run tests.

2023-01-25 Thread ELPA Syncer
branch: externals/ruby-end commit 338879148ddca61c0ecec0596bc48c14fe862fd4 Author: Johan Andersson Commit: Johan Andersson Add Makefile to run tests. --- Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile new file mode 100644 index 00..965dcf82d5 --

  1   2   >