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

289 commits

Author SHA1 Message Date
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
justbur
2b442b17c2 Factor out paging timer and only start once 2015-07-22 14:32:00 -04:00
justbur
66dc4dd2e8 Fix some hash quotes 2015-07-22 12:56:26 -04:00
justbur
db469b2188 Protect 2-side-window function from too many args 2015-07-22 12:54:16 -04:00
justbur
5f35908078 Remove show and hide functions for minibuffer 2015-07-22 12:49:59 -04:00
justbur
2fd3464866 Tweak next-page timer 2015-07-22 12:43:45 -04:00
justbur
a693a4931c Fix for #49
Need to check if the prefix has changed when possibly restarting the
timer after paging.
2015-07-22 12:30:48 -04:00
justbur
945249f2ee Fix #50 - Don't show pages if only 1 page 2015-07-22 10:47:07 -04:00
justbur
e1b9e7f25e No need to call show-popup for minibuffer 2015-07-22 08:58:45 -04:00
justbur
7a30c1e527 Use real-last-command instead of last-command
for which-key-show-next-page
2015-07-22 08:29:22 -04:00
justbur
060e2a2329 Fix a default regexp 2015-07-21 21:21:45 -04:00
justbur
ba74099ba1 Fix sort order in readme again 2015-07-21 21:13:21 -04:00
justbur
bd7eb9ee63 Fix latex in readme 2015-07-21 21:11:57 -04:00
justbur
57980fb2bf Move paging defcustoms 2015-07-21 21:09:29 -04:00