index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
use-package
/
bind-key.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add package keyword from finder-known-keywords
Stefan Kangas
2022-11-17
1
-1
/
+1
*
Fix Package-Requires for bind-{chord,key}.el
Stefan Kangas
2022-11-17
1
-2
/
+2
*
Merge pull request from skangas/dir-locals
John Wiegley
2022-11-16
1
-1
/
+0
|
\
|
*
Add .dir-locals.el
Stefan Kangas
2022-11-16
1
-1
/
+0
*
|
Delete redundant headers
Stefan Kangas
2022-11-16
1
-1
/
+0
*
|
Normalize GPLv3 license statements
Stefan Kangas
2022-11-16
1
-15
/
+13
|
/
*
Revert "Allow multiple keymaps in :map argument"
John Wiegley
2022-11-15
1
-62
/
+47
*
Merge remote-tracking branch 'origin/master' into pr-830
John Wiegley
2022-11-15
1
-12
/
+12
|
\
|
*
Merge pull request from skangas/checkdoc
John Wiegley
2022-11-14
1
-4
/
+4
|
|
\
|
|
*
Various checkdoc fixes
Stefan Kangas
2022-11-14
1
-4
/
+4
|
*
|
Fix tests on Emacs 26 or older
Stefan Kangas
2022-11-13
1
-6
/
+6
|
|
/
|
*
bind-key.el: Bump version for ELPA
Payas Relekar
2022-10-28
1
-1
/
+1
|
*
Update copyright for submission to ELPA
Payas Relekar
2022-10-25
1
-1
/
+1
*
|
bind-keys supports passing a list of keymaps as :map argument
Jacob First
2022-09-29
1
-47
/
+62
|
/
*
Fix emacs native compilation warning for bind-key
Codruț Constantin Gușoi
2022-09-10
1
-2
/
+2
*
Go back to making `override-global-mode` non-global
realcomplex
2022-08-11
1
-1
/
+0
*
Make sure that bind-key's `override-global-mode` is initially on
Koen van Greevenbroek
2022-08-10
1
-0
/
+1
*
Quote single quotes in docstrings or use different quoting
Jonas Bernoulli
2022-08-08
1
-13
/
+13
*
Merge pull request from wcy123/master
John Wiegley
2022-08-07
1
-2
/
+3
|
\
|
*
optimization: constand folding for read-kbd-macro
Wang Chunye
2022-02-06
1
-2
/
+3
*
|
Merge pull request from phst/lex
John Wiegley
2022-08-07
1
-1
/
+1
|
\
\
|
*
|
Migrate remaining files to lexical binding
Philipp Stephani
2020-08-03
1
-1
/
+1
*
|
|
Merge pull request from Hugo-Heagren/bind-keys-repeat-map
John Wiegley
2022-08-07
1
-9
/
+65
|
\
\
\
|
*
|
|
bind-keys-form: error for repeat sub-keywords without :repeat-map
Hugo Heagren
2022-01-28
1
-0
/
+4
|
*
|
|
bind-key-form: allow :continue keyword inside repeat map
Hugo Heagren
2022-01-28
1
-3
/
+15
|
*
|
|
bind-key-form: allow :exit keyword inside repeat map
Hugo Heagren
2022-01-28
1
-3
/
+15
|
*
|
|
bind-keys-form: new keyword :repeat-map, for defining repeat maps
Hugo Heagren
2022-01-28
1
-4
/
+32
|
|
|
/
|
|
/
|
*
/
|
Avoid positional arguments to define-minor-mode
Jonas Bernoulli
2022-06-26
1
-1
/
+2
|
/
/
*
|
unbind-key: Ensure that keys are removed from the keymap
Daniel Mendler
2021-02-10
1
-11
/
+41
*
|
bind-key: Use new symbols for kmapvar
Daniel Mendler
2021-02-10
1
-4
/
+7
*
|
Support keymap symbol in bind-key
Jimmy Yuen Ho Wong
2020-07-08
1
-5
/
+8
|
/
*
Fix typos
Jonas Bernoulli
2019-11-06
1
-1
/
+1
*
Document that remapping commands is supported with bind-key
Andrew Schwartzmeyer
2018-04-30
1
-0
/
+6
*
bind-keys fixes related to
John Wiegley
2017-12-10
1
-13
/
+12
*
Update some GPL version references
John Wiegley
2017-12-06
1
-1
/
+1
*
Avoid using pcase and many other macros in macro-expanded forms
John Wiegley
2017-12-05
1
-8
/
+14
*
Fix bad interaction between bind-keys* and the :package keyword
John Wiegley
2017-12-05
1
-4
/
+5
*
Add a note to `bind-key` on the usage of the KEYMAP argument
John Wiegley
2017-12-04
1
-0
/
+7
*
Fix an argument process problem with bind-key
John Wiegley
2017-12-04
1
-21
/
+34
*
Allow keys to be bound to nil
John Wiegley
2017-11-29
1
-5
/
+6
*
Update version and copyright
John Wiegley
2017-11-29
1
-4
/
+5
*
Allow :bind ("C-c C-c" . (lambda () (ding))) and #'(lambda ...)
John Wiegley
2017-11-29
1
-4
/
+4
*
Print map keys in describe-personal-keybindings
John Wiegley
2017-11-28
1
-2
/
+2
*
Repeating a bind no longer causes duplicates in personal-keybindings
John Wiegley
2017-11-28
1
-3
/
+7
*
Merge pull request from tarsius/outline
John Wiegley
2016-12-18
1
-0
/
+3
|
\
|
*
Support outline-minor-mode
Jonas Bernoulli
2016-12-17
1
-0
/
+3
*
|
Delay decision whether to use eval-after-load until run-time
Jonas Bernoulli
2016-12-18
1
-3
/
+3
|
/
*
:map no longer accepts lists; only eval-after-load if necessary
John Wiegley
2016-02-27
1
-20
/
+14
*
Merge pull request from ljos/master
John Wiegley
2016-02-26
1
-1
/
+1
|
\
|
*
Quote variable in `bind-keys*'
Bjarte Johansen
2016-02-26
1
-1
/
+1
[next]