1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 03:40:36 -08:00
Commit graph

120 commits

Author SHA1 Message Date
Bar Magal
b399f3e02e Use toggle-truncate-lines; reduce -> cl-reduce
Enabling toggle-truncate-lines in which-key--buffer, to avoid empty
lines when the window is just a bit too narrow.
2015-07-10 20:30:30 +03:00
justbur
0526b8b167 Bring back error message for too small of a frame 2015-07-10 12:13:50 -04:00
justbur
ea115fc5dd Fix bug (layout wasn't going to 1 line) 2015-07-10 11:56:15 -04:00
justbur
5f5fc22acf Fill columns first with variable column width
Allows for more compact layout
2015-07-10 10:41:30 -04:00
justbur
654afeb859 Fix bug in populate buffer 2015-07-09 20:49:37 -04:00
justbur
9ada9d09e3 Fix #6: TODO for defcustom 2015-07-09 16:22:16 -04:00
justbur
62f409a102 Make variables stand-out in readme 2015-07-09 13:11:05 -04:00
justbur
f60e6d979d Fix add replacement functions 2015-07-09 12:58:45 -04:00
justbur
beafeb59b5 Another typo 2015-07-09 12:33:36 -04:00
justbur
01ce08761e Typo in add-major-mode-key-based-... 2015-07-09 12:32:13 -04:00
justbur
5a7503a8bd Merge branch 'better-window-sizes' 2015-07-09 12:27:15 -04:00
justbur
a73d8b8fad remove mode-line 2015-07-09 12:24:19 -04:00
justbur
ad8eb578cd Merge branch 'better-window-sizes' of https://github.com/bmag/emacs-which-key into better-window-sizes 2015-07-09 12:22:44 -04:00
justbur
d0a9cc0c10 Change side-window params to percentages 2015-07-09 12:22:37 -04:00
Bar Magal
315eeca54d Use fit-window-to-buffer again 2015-07-09 18:56:36 +03:00
Bar Magal
d9a9bd5ae6 Allow percentages for side-window max sizes #19 2015-07-09 17:27:11 +03:00
justbur
e6911fe0b2 Add functions for adding to replacement alists 2015-07-09 09:38:45 -04:00
Bar Magal
688ba7ee95 Fix text vs. total window width handling #22 2015-07-09 16:22:27 +03:00
justbur
69d6b46be7 Remove mode-line and tweak max-height
max-height for side-window could still be more precise, but this seems
to work
2015-07-09 08:22:56 -04:00
justbur
bd2daa7f1b Make user setup functions interactive and autoload 2015-07-09 07:55:48 -04:00
justbur
7f96e4d86b Fix #22
Check for keymap instead of not a symbol.
2015-07-09 07:44:46 -04:00
justbur
cddf125c36 Remove hidden-mode-line-mode 2015-07-09 07:25:47 -04:00
justbur
dfbefe4c82 Add minibuffer picture 2015-07-08 22:36:07 -04:00
Justin Burkett
6c40180271 Delete which-key-minibuffer.PNG 2015-07-08 22:28:25 -04:00
justbur
041bc9d281 Add bottom section and picture to readme 2015-07-08 22:25:00 -04:00
justbur
25d29cddaf Add minibuffer picture 2015-07-08 22:20:03 -04:00
justbur
0e564fc2f5 Add config setup functions and more
Fix a problem where the frame-height was not accouting for the
minibuffer. Also, set the buffer to hidden-mode-line-mode to hide the
mode-line for now (#16).
2015-07-08 22:18:02 -04:00
justbur
e63acf1e5d Update readme 2015-07-08 22:16:21 -04:00
justbur
82f252fdad Possible fix for #18 2015-07-08 20:39:27 -04:00
justbur
a7c7862e47 Fix #21 2015-07-08 16:08:03 -04:00
justbur
3c5f1ba686 Fix act-width in populate-buffer 2015-07-08 15:36:23 -04:00
justbur
3ce0c3e56f Rework key-based replacement
Previous implementation didn't work for multiple major-mode bindings
2015-07-08 13:55:53 -04:00
justbur
0fd81d309e Fix replace-match and rewrite propertize-key 2015-07-08 13:32:27 -04:00
justbur
a27658524d Break out key-based replacement function.
Seems simpler to use `assoc-string` in this case.
2015-07-08 13:20:27 -04:00
justbur
91916c129e Fixes #19
Kind of a hack, but seems a lot easier than trying to get an exact
calculation of the width
2015-07-08 11:41:10 -04:00
justbur
52574e5e94 Remove hide-popup call from update function
Doesn't seem to be needed anymore after adding hide-popup to the
pre-command-hook.
2015-07-08 11:35:40 -04:00
justbur
68e5f8155f Fix bug in format-matches 2015-07-08 10:43:50 -04:00
justbur
fe5b1ee62e Add option to specify major-mode in replacements
Note all replacements need to be proper lists instead of cons cells now
to add the option to check the third argument. If the third argument is
missing it defaults to replacing in all major modes
2015-07-08 10:36:57 -04:00
justbur
e5279fb8bd Revert unintended change to act-height calc 2015-07-08 08:52:28 -04:00
justbur
721c015ba9 Fix #17 errors when not enough room is available.
Also gives more control over whether and where to show prefix keys. When
the buffer is vertical showing in first line seems to make more sense.
2015-07-08 08:30:41 -04:00
justbur
bafd48048e Add :group to faces 2015-07-08 07:40:17 -04:00
justbur
78c3759f07 Require cl-lib
Addresses #15
2015-07-08 07:37:41 -04:00
justbur
c3586da3d2 Add key-based replacement list 2015-07-07 20:12:01 -04:00
justbur
dc4391e73d Add regexp to remove namespace (w minor cleanup) 2015-07-07 19:39:38 -04:00
justbur
9838d3b8d4 Remove column-width from max-dimensions
It's not needed
2015-07-07 19:25:57 -04:00
justbur
40ac541bc7 Show prefix in popup 2015-07-07 16:19:45 -04:00
justbur
be7f2c9f5f Remove commented out close timer stuff
Closes #10
2015-07-07 15:21:57 -04:00
justbur
c6c50bbe4c Make echo-keystrokes a variable and speed it up. 2015-07-07 15:19:06 -04:00
justbur
a09f70c587 Be consistent in defining faces. 2015-07-07 15:09:48 -04:00
justbur
f122d3d42e Make default delay less aggressive.
Also avoids touching echo-keystrokes if it is already low.
2015-07-07 15:00:10 -04:00