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

159 commits

Author SHA1 Message Date
justbur
ce4561c617 Add docstring for propertize-description 2015-07-12 21:58:26 -04:00
justbur
6ca5819593 Move unicode-correction and bump default to 3 2015-07-12 21:24:36 -04:00
justbur
8bb934e8e7 Fix #32
Main problem was a replacement regexp that looked for a forward slash in
the description, which removed group:x/y
2015-07-12 20:04:34 -04:00
justbur
e37adcd725 Fix unicode-correction docstring 2015-07-12 13:11:31 -04:00
justbur
dc84416e90 Add support for custom display functions 2015-07-12 13:00:53 -04:00
justbur
bed497a846 Change default unicode-correction 2015-07-12 11:53:09 -04:00
justbur
08d07360a2 Update commentary 2015-07-12 11:48:15 -04:00
justbur
fa1e05e47a Fixes #24 (Update docstrings) 2015-07-12 11:44:44 -04:00
justbur
7fb4ddc92e Cleanup replacement helper functions 2015-07-12 11:02:47 -04:00
justbur
6ce1420de9 Add note to README about side-window defaults 2015-07-11 16:24:00 -04:00
justbur
cadb9e7304 Add unicode correction for wide unicode chars 2015-07-11 16:12:53 -04:00
justbur
1fa254f62f Add default replacement for select-window-[N] 2015-07-11 13:38:56 -04:00
justbur
fab4fd5fcf Mention customize-group in README 2015-07-11 13:38:39 -04:00
justbur
e09eb1b024 Readme typo 2015-07-11 13:28:58 -04:00
justbur
f5385afa08 Merge branch 'master' of https://github.com/justbur/emacs-which-key 2015-07-11 13:27:45 -04:00
justbur
3e64a54d1b Add replacement descriptions to readme.
Also move status list to end
2015-07-11 13:26:59 -04:00
Justin Burkett
267b707480 Merge pull request #30 from bmag/readme
Start special-features section in readme #29
2015-07-11 12:58:03 -04:00
justbur
e947317faa Merge branch 'readme' of https://github.com/bmag/emacs-which-key into readme 2015-07-11 12:55:23 -04:00
justbur
7e6e379dbf Show prefix in can't show messages 2015-07-11 12:52:35 -04:00
justbur
1f788fa863 Merge status-key 2015-07-11 12:49:05 -04:00
justbur
3c4f30dfd4 Add status defcustom and clean-up layout funcs 2015-07-11 12:42:06 -04:00
Bar Magal
d0a5ac43a5 readme: explain different popup types 2015-07-11 19:25:43 +03:00
Bar Magal
58a1140455 Start special-features section in readme #29 2015-07-11 18:47:54 +03:00
justbur
22d957e8f6 Add better check for no room in frame 2015-07-11 06:53:46 -04:00
justbur
db8d4da7ad Protect against infinite loops 2015-07-11 06:31:29 -04:00
justbur
5590a80eaf Protect against infinite loops 2015-07-11 06:22:36 -04:00
justbur
76a0199eb3 Start to fix lock up on small vertical window 2015-07-10 22:00:14 -04:00
justbur
16aa8acb83 Merge status-key and layout changes 2015-07-10 21:52:10 -04:00
justbur
f8311cdcdb Fix bug when frame too small 2015-07-10 17:43:01 -04:00
justbur
96e424db23 Remove message 2015-07-10 17:28:14 -04:00
justbur
ee43d74075 Merge branch 'fill-columns' 2015-07-10 17:13:42 -04:00
justbur
062f98489a Reorganize code and clean-up comments a little 2015-07-10 17:12:27 -04:00
justbur
8d8e09e809 Re-enable the prefix option 2015-07-10 16:56:32 -04:00
justbur
1797db7255 Require dash 2015-07-10 14:51:45 -04:00
Justin Burkett
13a4fce091 Merge pull request #26 from bmag/fill-columns
Use toggle-truncate-lines; reduce -> cl-reduce
2015-07-10 14:47:09 -04:00
Justin Burkett
7e2c91ed62 Merge pull request #27 from bmag/master
Fix some defcustoms
2015-07-10 14:46:14 -04:00
Bar Magal
2df42e2da4 Fix some defcustoms 2015-07-10 21:29:58 +03:00
Bar Magal
5ed3e54366 Check frame width in a non-buggy way
`(window-width (frame-root-window))` throws an error when the frame is
split (frame's root window is not live).
2015-07-10 20:57:34 +03:00
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
732b0c32c9 Try out status-key option 2015-07-09 20:46:49 -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