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

302 commits

Author SHA1 Message Date
justbur
aefca12690 Fix implementation of prevent-C-h-from-cycling 2015-09-01 10:53:04 -04:00
justbur
353ab03968 Add experimental support for using descbinds
Adds a new variable which is disabled by default, called
which-key-prevent-C-h-from-cycling. If both this new variable and
which-key-use-C-h-for-paging are t, then C-h will page through to the
last page, but then drop into the default emacs behavior of calling
describe-prefix-bindings instead of cycling to page 1 again.
2015-09-01 00:20:49 -04:00
justbur
a251b4e4c5 Fix echo-keystrokes backup 2015-08-27 08:43:55 -04:00
justbur
5eee7e8228 Fix which-key-echo-keystrokes docstring 2015-08-27 08:37:41 -04:00
justbur
54fd3bbb55 Add helper function for prefix titles 2015-08-16 18:19:30 -04:00
justbur
64083cee08 One more change to format of prefix-title-alist 2015-08-15 21:10:49 -04:00
justbur
5e1d53000a Switch prefix-titles to key-seq as key 2015-08-15 20:27:44 -04:00
justbur
14892bbf56 Add support for "prefix titles". See #58 2015-08-15 13:03:09 -04:00
justbur
cb2e4a92f9 show-remaining-keys cleanup 2015-08-10 11:06:59 -04:00
justbur
8e4602ad13 Add missing save-match-data call 2015-08-10 09:09:59 -04:00
justbur
833d17cf1e Tweak partition-columns 2015-08-03 15:11:46 -04:00
justbur
90e54815b5 Fix ref to free var 2015-08-03 14:54:20 -04:00
justbur
bfe1e5c9b5 Replace ?? with lambda by default 2015-08-03 13:46:20 -04:00
justbur
af9e3425ec Clean-up partition-columns implementation 2015-08-03 12:39:15 -04:00
justbur
3effbaf080 Add README intro to commentary section. 2015-08-02 19:33:24 -04:00
justbur
91f7470a7c Bump version 2015-08-02 19:27:23 -04:00
justbur
32c57075a3 Allow for nil local-map. Fixes #57 2015-08-01 07:16:29 -04:00
justbur
d613dfe395 README links working again 2015-07-30 16:51:01 -04:00
justbur
4b5ade3d49 Second try to fix links 2015-07-30 16:10:15 -04:00
justbur
f32bbf0adb Fix a link in readme 2015-07-30 16:05:26 -04:00
justbur
2e7744cc78 Add local-map face to readme 2015-07-30 15:52:21 -04:00
justbur
1e88120ab5 Add local-map face
Possible solution for #45. Does not change any default settings.
2015-07-28 22:42:23 -04:00
justbur
4d4dc93067 README fixes 2015-07-28 22:41:35 -04:00
justbur
9e5d5fb969 README typos 2015-07-27 22:41:39 -04:00
justbur
768ed25eba Reorg README and new pictures 2015-07-27 22:34:56 -04:00
Justin Burkett
a413d74127 Minor wording change to readme 2015-07-27 22:24:48 -04:00
justbur
6af1756751 Add note to readme 2015-07-27 22:04:40 -04:00
justbur
9f56b94677 Revert "Fix some parts of readme"
This reverts commit a5413c2b8a.
2015-07-27 22:01:59 -04:00
justbur
5bdffa6b08 More docstrings 2015-07-27 21:57:42 -04:00
justbur
754051475a Allow show-next-page to force update before timer 2015-07-27 21:48:34 -04:00
justbur
cf5b9a7cf0 Add a docstring 2015-07-26 22:04:03 -04:00
justbur
a5413c2b8a Fix some parts of readme 2015-07-26 20:45:42 -04:00
justbur
6c206153a3 C-h for paging is awesome 2015-07-26 09:08:17 -04:00
justbur
ae31608767 Add next page hint to show-prefix top
Also introduce which-key-note-face for notes and hints, and change
format of next page hint slightly.
2015-07-25 14:54:57 -04:00
justbur
ad0fcac8a3 Add hint for next page key
Only shows when using echo for which-key-show-prefix

See #53
2015-07-25 11:50:24 -04:00
justbur
cf6ffc985b Fix show-next-page problem with mult events
Need to add (t . event) to unread-command-events to force emacs to add
each event to the current command's sequence. See docs for
unread-command-events.
2015-07-25 10:19:24 -04:00
justbur
39f4bb01f0 Documentation is better now :-) 2015-07-24 10:17:19 -04:00
justbur
e80857a4d8 Add link to README about disabling special keys 2015-07-24 10:14:58 -04:00
justbur
c808fda5a9 Allow which-key-special-keys to be nil 2015-07-24 09:52:41 -04:00
justbur
b93e70db7b Switch to lexical binding and fix warnings 2015-07-23 22:47:09 -04:00
justbur
ffc65fd6df Fix echo function 2015-07-23 15:04:29 -04:00
Justin Burkett
4cb5a5c399 Add suggestion about tiling wm to readme 2015-07-23 10:21:04 -04:00
justbur
7c5f91db51 Better strategy for dealing with minibuffer paging 2015-07-22 21:20:32 -04:00
justbur
f5eb098b0e Hack to fix #48 2015-07-22 20:39:35 -04:00
justbur
d896af6371 Allow side-window bottom to be shorter than 4 2015-07-22 17:15:30 -04:00
justbur
ab0dacc305 Fix key/page count and bug in create-pages 2015-07-22 16:31:00 -04:00
justbur
ed30e62cc8 Simplify show page a little 2015-07-22 16:10:31 -04:00
justbur
5d0bb5cab1 Bump version for new defaults 2015-07-22 15:03:42 -04:00
justbur
710b1ef795 Make side-window bottom the default
Also adds echo as the new default for the prefix key information (to use
the echo area).

Making side-window bottom the default location, because it seems to have
the best behavior overall after adding paging. Don't want to use the
minibuffer because it's misbehaving right now.

Change echo-keystrokes if prefix is echo
2015-07-22 15:03:23 -04:00
justbur
f454e02490 Add default replacement for next page 2015-07-22 14:35:30 -04:00