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 ++
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,
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
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
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
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
++
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
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.
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
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
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 -
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
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.
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
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
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:
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
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
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 ++-
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
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
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
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
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
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
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 ++
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
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
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.
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
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
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
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
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
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
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
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
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
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
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(-)
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
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
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
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
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
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.
--
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
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
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/
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
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
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
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
---
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
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
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
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-
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
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
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
---
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
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.
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
--
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
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
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
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/
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
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 +++
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
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
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
++
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
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
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
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
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
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
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
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
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
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
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
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-
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(+),
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
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
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
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
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
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 -
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
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
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
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 +++
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
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-
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
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
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 - 100 of 135 matches
Mail list logo