[elpa] externals/prefixed-core 468a251: * prefixed-core: Initial commit

2020-05-10 Thread Stefan Monnier
branch: externals/prefixed-core commit 468a25168d465da305702db822167001620bcb7c Author: Stefan Monnier Commit: Stefan Monnier * prefixed-core: Initial commit --- .gitignore | 3 ++ prefixed-core.el | 113 +++ 2 files changed, 116

[elpa] branch externals/prefixed-core created (now 468a251)

2020-05-10 Thread Stefan Monnier
monnier pushed a change to branch externals/prefixed-core. at 468a251 * prefixed-core: Initial commit This branch includes the following new commits: new 468a251 * prefixed-core: Initial commit

[elpa] externals/relint 9eac0ae 4/5: Add tests for some uncovered rx warning cases

2020-05-10 Thread Mattias Engdeg�rd
branch: externals/relint commit 9eac0ae7e122c520443992c058a4fdd7458402a8 Author: Mattias Engdegård Commit: Mattias Engdegård Add tests for some uncovered rx warning cases --- test/11.elisp| 7 ++- test/11.expected | 7 +++ 2 files changed, 13 insertions(+), 1 deletion(-) diff

[elpa] externals/relint 762f3f8 3/5: Work around rx bug in Emacs 26

2020-05-10 Thread Mattias Engdeg�rd
branch: externals/relint commit 762f3f8bd946c68ced3d5b6dc60dccf30ce0732e Author: Mattias Engdegård Commit: Mattias Engdegård Work around rx bug in Emacs 26 Raw chars in string arguments to (any ...) forms weren't handled correctly; use pairs with raw char values instead.

[elpa] externals/relint a54960a 5/5: Increment version to 1.17

2020-05-10 Thread Mattias Engdeg�rd
branch: externals/relint commit a54960a7059ff798a23383c87f123591a764c585 Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.17 --- relint.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/relint.el b/relint.el index c90bcce..8134671 100644

[elpa] externals/relint updated (a001a05 -> a54960a)

2020-05-10 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/relint. from a001a05 Increment version to 1.16 new 0cbcadb Add github auto-test infrastructure new 3cb19ed Avoid byte-compilation warning in Emacs 26 new 762f3f8 Work around rx bug in Emacs 26 new 9eac0ae

[elpa] externals/relint 0cbcadb 1/5: Add github auto-test infrastructure

2020-05-10 Thread Mattias Engdeg�rd
branch: externals/relint commit 0cbcadba77d857d1e4f9a4fc4ef44a24176e3473 Author: Mattias Engdegård Commit: Mattias Engdegård Add github auto-test infrastructure From a suggestion by Paul Pogonyshev (bug#9). --- .github/workflows/test.yml | 37 +

[elpa] externals/relint 3cb19ed 2/5: Avoid byte-compilation warning in Emacs 26

2020-05-10 Thread Mattias Engdeg�rd
branch: externals/relint commit 3cb19ed8966f5ab7a4577865def0ddba62d157e4 Author: Mattias Engdegård Commit: Mattias Engdegård Avoid byte-compilation warning in Emacs 26 string-to-multibyte was marked obsolete in Emacs 26 (but no longer is). --- relint.el | 4 +++- 1 file changed, 3

[elpa] externals/exwm c7c4258 2/8: Prevent jumping back to previous workspace

2020-05-10 Thread Chris Feng
branch: externals/exwm commit c7c42582b7342f20c22b8a040eab72d3ce9f37b5 Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Prevent jumping back to previous workspace * exwm-workspace.el (exwm-workspace-switch): Focus out old frame before switching to the new one

[elpa] externals/exwm ce2625d 1/8: Run hook upon input mode change

2020-05-10 Thread Chris Feng
branch: externals/exwm commit ce2625d050b1a4aa5815dc40b85d0270d743 Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo Run hook upon input mode change * exwm-input.el (exwm-input-input-mode-change-hook): Add new hook for code to run upon input mode change.

[elpa] externals/exwm 624a302 8/8: Clarify the use of `exwm-config-default'

2020-05-10 Thread Chris Feng
branch: externals/exwm commit 624a30212cca1af99fda1417fd81c31eeba4cca8 Author: Chris Feng Commit: Chris Feng Clarify the use of `exwm-config-default' * exwm-config.el (exwm-config-example): Renamed from `exwm-config-default' to make it clear it's just an example. ---

[elpa] externals/exwm 7f4b9cd 7/8: Make return key work in exwm-xim

2020-05-10 Thread Chris Feng
branch: externals/exwm commit 7f4b9cdb0f4122f561d26dcb39d405deeadf931e Author: Chris Feng Commit: Chris Feng Make return key work in exwm-xim * exwm-xim.el (exwm-xim--handle-forward-event-request): Send all key events to Emacs while invoking an input method (don't rely on its

[elpa] externals/exwm 921b0e3 6/8: Merge branch 'medranocalvo/upcase-menu-item' into externals/exwm

2020-05-10 Thread Chris Feng
branch: externals/exwm commit 921b0e3efe11c29f433106f14b4ecb7e0ac71651 Merge: ab1d02a 1d0df91 Author: Chris Feng Commit: Chris Feng Merge branch 'medranocalvo/upcase-menu-item' into externals/exwm --- exwm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] externals/exwm updated (21a7341 -> 624a302)

2020-05-10 Thread Chris Feng
ch11ng pushed a change to branch externals/exwm. from 21a7341 Merge branch 'medranocalvo/abort-recursive-edit-on-workspace-switch' into externals/exwm new ce2625d Run hook upon input mode change new c0931b5 Merge branch 'medranocalvo/input-mode-change-hook' into

[elpa] externals/exwm c0931b5 4/8: Merge branch 'medranocalvo/input-mode-change-hook' into externals/exwm

2020-05-10 Thread Chris Feng
branch: externals/exwm commit c0931b5c6604d8816bcee1e4dc2c13a262cb93eb Merge: 21a7341 ce2625d Author: Chris Feng Commit: Chris Feng Merge branch 'medranocalvo/input-mode-change-hook' into externals/exwm --- exwm-input.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-)

[elpa] externals/exwm 1d0df91 3/8: ; Upcase menu item

2020-05-10 Thread Chris Feng
branch: externals/exwm commit 1d0df9144ef40b4d7dac5d73e5a4103e00343a6b Author: Adrián Medraño Calvo Commit: Adrián Medraño Calvo ; Upcase menu item --- exwm-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exwm-core.el b/exwm-core.el index 553fb4b..7645489 100644

[elpa] externals/exwm ab1d02a 5/8: Merge branch 'medranocalvo/prevent-jump-back-workspace' into externals/exwm

2020-05-10 Thread Chris Feng
branch: externals/exwm commit ab1d02af535b4af81dd66c02d3593506c80b5d60 Merge: c0931b5 c7c4258 Author: Chris Feng Commit: Chris Feng Merge branch 'medranocalvo/prevent-jump-back-workspace' into externals/exwm --- exwm-workspace.el | 10 +- 1 file changed, 5 insertions(+), 5