branch: externals/pyim
commit 259625b30f14376747b9cc9dd9f4b64a276306a7
Merge: 3c13e24 a680cf6
Author: tumashu
Commit: GitHub
Merge pull request #403 from tumashu/redguardtoo
fixed unit test
---
.github/workflows/test.yml | 26 ++
.travis.yml|
branch: externals/pyim
commit a680cf6b14cf23bbb9425e7eca026a98aa50f487
Author: Chen Bin
Commit: Chen Bin
fixed unit test
---
.github/workflows/test.yml | 26 ++
.travis.yml| 16
README.org | 1 +
tests/pyim-tests.el
branch: externals/which-key
commit cd0c48cda2e7cc1d3bc93d3611e267a7d022de8a
Author: Justin Burkett
Commit: Justin Burkett
Clarify usage of keymap replacements in docstrings and README
---
README.org | 43 ++-
which-key.el | 28 ++
branch: externals/which-key
commit e42d946cd98f914a0e9c31fe6cb677305a9f2d30
Author: Justin Burkett
Commit: Justin Burkett
Fix prefix sorting
---
which-key-tests.el | 2 +-
which-key.el | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/which-key-tests.el b/which-k
branch: externals/which-key
commit 3f76f5178d28e3b45c236ca83c37613851598abd
Author: Justin Burkett
Commit: Justin Burkett
Fix which-key--group-p
length> is a new function maybe
---
which-key.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/which-key.el b/whi
branch: externals/which-key
commit 28f386cc4af8c0fe21269bb587a5bb229ba3834e
Author: Justin Burkett
Commit: Justin Burkett
Fix key sort order functions
We now always get the full key description (prefix + binding)
---
which-key.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletio
branch: externals/which-key
commit 27d9fec33abb989b030f7677ccf5f799287d6472
Author: Justin Burkett
Commit: Justin Burkett
Fix compiler warnings
Fixes #312
---
which-key.el | 24 +---
1 file changed, 13 insertions(+), 11 deletions(-)
diff --git a/which-key.el b/
branch: externals/which-key
commit 7d344ce9661549f9b516ac4c308ec7b8d53aaf51
Author: Justin Burkett
Commit: Justin Burkett
Fix test
---
which-key-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key-tests.el b/which-key-tests.el
index 705099b..e2cd0ef 100644
branch: externals/which-key
commit b83c0deca652ee3d42c1501dd09416b2505304b7
Author: Justin Burkett
Commit: Justin Burkett
Clean up which-key--maybe-replace
---
which-key.el | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/which-key.el b/which-key.el
index 2bfbb
branch: externals/which-key
commit 4c27fc0c565cdda58270dae4024ad03a0017de43
Author: Justin Burkett
Commit: Justin Burkett
Improve which-key-add-keymap-based-replacements.
Also, teach which-key--safe-lookup-key to handle numeric results.
---
which-key.el | 33 +--
branch: externals/which-key
commit 8b707ef6c51808e944f8056b546ceb168a445079
Author: Justin Burkett
Commit: Justin Burkett
Make enable-extended-define-key obsolete
---
which-key.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/which-key.el b/which-key.el
index c133beb..2c4004f 100
branch: externals/which-key
commit eb5a2e3de16dca7286a323bad62b55d3c08349e0
Author: Justin Burkett
Commit: Justin Burkett
Clean up some docstrings
---
which-key.el | 28 +---
1 file changed, 13 insertions(+), 15 deletions(-)
diff --git a/which-key.el b/which-key.el
branch: externals/which-key
commit e236920b231ee1d86ae215598f7a9d8294467310
Merge: 1f9c37d d6b56f3
Author: Justin Burkett
Commit: Justin Burkett
Merge branch 'alt-get-bindings'
---
Cask | 1 +
which-key-tests.el | 52 +
which-key.el | 320 +++--
branch: externals/which-key
commit 11471fb73804fbe6b2bc19f2a1133f4a46853e20
Author: Justin Burkett
Commit: Justin Burkett
Add install python step to github action
---
.github/workflows/test.yml | 29 +
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git
branch: externals/which-key
commit d621634eb606ab68b718f1eeda71bff2763733ca
Author: Justin Burkett
Commit: Justin Burkett
Try with cask again
---
.github/workflows/test.yml | 10 +-
Cask | 3 +--
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/.
branch: externals/which-key
commit 063b8670305527f027c4ddeb7861f4ad7f6ca2a5
Author: Justin Burkett
Commit: Justin Burkett
Fix github action
---
.github/workflows/test.yml | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/wor
branch: externals/which-key
commit 6ae80f50af838ff2bcf6448a55366fb37fb20682
Author: Justin Burkett
Commit: Justin Burkett
Try without cask
---
.github/workflows/test.yml | 14 ++
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/
branch: externals/which-key
commit 244483334044ebd87a10608eae124111c8837823
Author: Justin Burkett
Commit: Justin Burkett
Fix menu-item bidning retrieval
---
which-key.el | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/which-key.el b/which-key.el
index 5
branch: externals/which-key
commit 6290c9e21710c3ebbcdec795c916994682e07c94
Author: Justin Burkett
Commit: Justin Burkett
Improve which-key-add-keymap-based-bindings
Add a test
---
which-key-tests.el | 7 +--
which-key.el | 11 +--
2 files changed, 14 insertions(
branch: externals/which-key
commit 4e592ed7b913aecd13ce8d4e316ca4f8e2f34d7c
Author: Justin Burkett
Commit: Justin Burkett
Fix type usage and arglists for new functions
---
which-key.el | 62
1 file changed, 33 insertions(+), 29 de
branch: externals/which-key
commit 8d6d81da4c7be4c929e908b1737dfd6d4c2aaa63
Author: Justin Burkett
Commit: Justin Burkett
Expand get-keymap-bindings test
---
Cask | 1 +
which-key-tests.el | 21 +++--
2 files changed, 20 insertions(+), 2 deletions(-)
diff --g
branch: externals/which-key
commit 300c098be55d78d5d94da59da0280a8a56cc3792
Author: Justin Burkett
Commit: Justin Burkett
Update README
---
README.org | 28 +++-
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/README.org b/README.org
index 3064466..22
branch: externals/which-key
commit 8a558e6a794da76f689f8404f9e7e8d030cfb49c
Author: Justin Burkett
Commit: Justin Burkett
Update tests
---
which-key-tests.el | 12 +---
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/which-key-tests.el b/which-key-tests.el
index 1611d5
branch: externals/which-key
commit 7abe54fa1d4aa714d9414bc6877ef2124ce126fe
Author: Justin Burkett
Commit: Justin Burkett
Handle closure definition type
Fixes #311
---
which-key.el | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/which-key.el b/which-k
branch: externals/which-key
commit fffd3e5ebfbd5a38f1f78197452c13330762dc9a
Author: Justin Burkett
Commit: Justin Burkett
Fix default of which-key-replacement-alist
---
which-key.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/which-key.el b/which-key.el
index 5c2c
branch: externals/which-key
commit d8445fd80e81b6ad2acdb5be2e36740e6d4839d7
Author: Justin Burkett
Commit: Justin Burkett
Try again to fix tests
---
which-key-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/which-key-tests.el b/which-key-tests.el
index e2cd0ef..
branch: externals/which-key
commit d6b56f3e0c0295578db9b88330f1dee38156855e
Author: Justin Burkett
Commit: Justin Burkett
Fix detection of named prefix bindings
---
which-key.el | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/which-key.el b/which-key.el
index
branch: externals/which-key
commit 7cfbf8cee74ec92bf1a4177323bead288a8dff16
Author: Justin Burkett
Commit: Justin Burkett
Turn off fail-fast in github action
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/tes
branch: externals/which-key
commit a55b90844c837e157c289ad4b10f5f2e3a4d53ff
Author: Justin Burkett
Commit: Justin Burkett
Alternative approach to retrieving bindings (WIP)
---
which-key.el | 185 +--
1 file changed, 65 insertions(+), 1
branch: externals/which-key
commit 12f743c6955c89352f8d49d292895bd45e82d26f
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix whitespace
---
which-key.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/which-key.el b/which-key.el
index 89ab2ae..9b4005a 100644
---
branch: externals/which-key
commit 1f9c37d50f08995c8671822591c8babb893ccc6f
Merge: 12f743c 0f6bda6
Author: Justin Burkett
Commit: GitHub
Merge pull request #305 from tarsiiformes/first-line
Improve first doc-string line in trivial cases
---
which-key.el | 62 +++
branch: externals/which-key
commit 0f6bda622e19d8b7f3d39acddbff5263c69a51de
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Improve first doc-string line in trivial cases
The first line of a doc-string should form a complete sentence.
Many doc-strings in this package do not foll
branch: externals/which-key
commit 465d2fb2e4540257ad515f37f2cb4e419b286f8c
Author: Justin Burkett
Commit: Justin Burkett
Fix add-keymap-based-bindings and associated test
---
which-key-tests.el | 25 +++--
which-key.el | 12 +++-
2 files changed, 18 insert
branch: externals/which-key
commit fc8855187f087635de4162071882405861460e05
Author: Justin Burkett
Commit: Justin Burkett
Remove pseudo binding stuff
It's not necessary anymore with manual parsing of the keymaps
---
which-key.el | 89
elpasync pushed a change to branch externals/which-key.
from fc29864 Fix whitespace
new 12f743c Fix whitespace
new 0f6bda6 Improve first doc-string line in trivial cases
new 1f9c37d Merge pull request #305 from tarsiiformes/first-line
new a55b908 Al
elpasync pushed a change to branch externals/shell-command+.
from f65aca2 Bump version to 2.2.0
new 7942428 Insert expected flags into grep command
new e077867 Update public-inbox URL
Summary of changes:
README.md | 2 +-
shell-command+.el | 8 +++-
2 fi
branch: externals/shell-command+
commit e077867c9f3a2b472d5fd5caa5033aa523a31c35
Author: Philip Kaludercic
Commit: Philip Kaludercic
Update public-inbox URL
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d7e6add..cc9ce44 100644
branch: externals/setup
commit 7532a8cb2f9020d5386001d71f7fe64d37d5846f
Author: Philip Kaludercic
Commit: Philip Kaludercic
Update public-inbox URL
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6ae7830..55353df 100644
--- a/REA
branch: externals/shell-command+
commit 794242809672be8e78182e1d4164abc114f158c8
Author: Philip Kaludercic
Commit: Philip Kaludercic
Insert expected flags into grep command
---
shell-command+.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/shell-command+.el b/s
branch: externals/setup
commit 8fd94baa27706203f3ad13368abed8092780c150
Author: Philip Kaludercic
Commit: Philip Kaludercic
Fix behaviour of :with-feature when passed a nil feature
---
setup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index ce3
branch: externals/setup
commit a477360a22ae4609b059055fcf13674a67ba7739
Author: Philip Kaludercic
Commit: Philip Kaludercic
Allow list arguments to be used for :with- macros
---
setup.el | 70 +---
1 file changed, 45 insertions(+),
branch: externals/setup
commit b1d1efcdffbd18d69f6ab1a7de4ae00c0eb0e34f
Author: Philip Kaludercic
Commit: Philip Kaludercic
Allow edebugging in :when-loaded body
---
setup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index f046d49..05b485f 10064
branch: externals/setup
commit 69b01fb5af246e173986a5e84079568a67b9fc99
Author: Philip Kaludercic
Commit: Philip Kaludercic
Bump version to 0.2.1
---
setup.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.el b/setup.el
index 13584a7..990e96e 100644
--- a/setup.el
branch: externals/setup
commit 69c3a07c2349eeb42716308e0f9629df1f1c7458
Author: Philip Kaludercic
Commit: Philip Kaludercic
Refresh package archive contents if package is not known
---
setup.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/setup.el b/setup.el
index 91ce235..9b96637
branch: externals/setup
commit 36021f9331aa527368f9193195047aafec315635
Author: Philip Kaludercic
Commit: Philip Kaludercic
Use full name in header
---
setup.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.el b/setup.el
index 05b485f..13584a7 100644
--- a/se
elpasync pushed a change to branch externals/setup.
from 4a4b1c5 Merge :if-require into :require
new b1d1efc Allow edebugging in :when-loaded body
new 36021f9 Use full name in header
new 69b01fb Bump version to 0.2.1
new a477360 Allow list arguments
branch: main
commit 48e66bbb9f743715fcec273084dac6928f0804fb
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (which-key): Auto sync
---
elpa-packages | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index b9ec385..9053ab3 1006
branch: main
commit e107b8347199fd4c900da71aa3f8b7b5bc4705d2
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (setup, shell-command+): Auto sync
---
elpa-packages | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index 6cade
branch: externals/bluetooth
commit 4c7d18c99bc354eaebb5831bb8eccb58e3251c4f
Author: Raffael Stocker
Commit: Raffael Stocker
add file-local vars to define indentation
---
bluetooth.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/bluetooth.el b/bluetooth.el
index 1ddc2fb..633d9c4
branch: externals/org
commit c3c89d569aede51985712bf32b84a4f9016226be
Merge: 7666d6b 8037464
Author: Nicolas Goaziou
Commit: Nicolas Goaziou
Merge branch 'maint'
---
lisp/org.el | 36 +++-
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/lisp/o
elpasync pushed a change to branch externals/org.
from 7666d6b org-keys: improve the call for speed key "g"
new 8037464 agenda: Fix timestamp agenda setting global agenda name
new c3c89d5 Merge branch 'maint'
Summary of changes:
lisp/org.el | 36 +++-
branch: externals-release/org
commit 80374642e25f22c890a389716818b9a5b16d3c8c
Author: Ingo Lohmar
Commit: Nicolas Goaziou
agenda: Fix timestamp agenda setting global agenda name
* lisp/org.el (org-follow-timestamp-link): Do not set global agenda name.
The tmp value for the
branch: externals/ssh-deploy
commit 7c5fe8af2d62d8f6d32ebe2d3bfc53051a9432d1
Merge: 7c68d80 908de0b
Author: Christian Johansson
Commit: Christian Johansson
Merge remote-tracking branch 'elpa/externals/ssh-deploy'
branch: externals/ssh-deploy
commit 7c68d80422037cc9fdbd1e8b66142c9314dca193
Author: Christian Johansson
Commit: Christian Johansson
Updated copyright years in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b9fb515..1d542
cjohansson pushed a change to branch externals/ssh-deploy.
from 908de0b Fixed bug with remote shell terminals not opening,
updated copyright years
new 574d3a9 Fixed issue with remote shell not starting if explicit
executable is not set
new 660df97 Updated version and
branch: externals/ssh-deploy
commit 660df97a150e54283da30cfe714732b317f6b84b
Author: Christian Johansson
Commit: Christian Johansson
Updated version and change-date and copyright years
---
ssh-deploy-diff-mode.el | 2 +-
ssh-deploy-hydra.el | 2 +-
ssh-deploy-test.el | 2 +-
ssh-de
branch: externals/ssh-deploy
commit 574d3a94ffc649a06a225709d0f6df4d7f65644c
Author: Christian Johansson
Commit: Christian Johansson
Fixed issue with remote shell not starting if explicit executable is not set
---
ssh-deploy.el | 16 ++--
1 file changed, 10 insertions(+), 6 dele
branch: externals/vertico
commit c9157759a015ac32cb299c18c84c6d5fb34e0aa1
Author: Daniel Mendler
Commit: Daniel Mendler
Add vertico-resize instead of reusing resize-mini-windows
This allows to configure the plain minibuffer (read-from-minibuffer)
separately
from the Vertico min
branch: externals/vertico
commit d74393ae0107d0aa1244f62cacbdaf1b21af48fa
Author: Daniel Mendler
Commit: Daniel Mendler
Update readme
---
README.org | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index bccff63..69f2fc0 100644
--- a
59 matches
Mail list logo