1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 19:00:42 -08:00
Commit graph

266 commits

Author SHA1 Message Date
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
justbur
0159ec37ce Update readme with new features 2015-07-21 21:09:06 -04:00
justbur
ee6d75e52b Much better paging implementation 2015-07-21 16:03:24 -04:00
justbur
b811fcc11d Don't prevent changing paging bindings 2015-07-21 12:47:48 -04:00
justbur
481b0b3693 Add options for paging (disabled by default) 2015-07-21 12:43:41 -04:00
justbur
b945808fc0 Fix readme 2015-07-21 10:11:34 -04:00
justbur
74989c944a Add check for no keys 2015-07-21 10:09:37 -04:00
justbur
59800730e6 Add new setup function for right-bottom 2015-07-21 09:49:13 -04:00
justbur
c44b9157b5 Bump version 2015-07-21 09:44:18 -04:00
justbur
bd38bf9ea2 Turn off show remaining keys by default 2015-07-21 09:41:53 -04:00
justbur
1b58c430f1 Merge branch 'develop' 2015-07-21 09:40:10 -04:00
justbur
c7af70a1cc Basic paging works 2015-07-21 09:05:08 -04:00
justbur
d890188573 Show page count with prefix 2015-07-21 08:09:41 -04:00
justbur
ee782ebfc5 Put spaces in separator so they can be changed 2015-07-20 16:02:30 -04:00
justbur
765136acaf Don't show page if first column doesn't fit 2015-07-20 14:12:09 -04:00
justbur
82ea3f8789 Fix bug in page layout
Pages were getting dropped
2015-07-20 14:05:42 -04:00
justbur
6adae6fd77 Ability to specify two locations for side-window 2015-07-20 13:53:25 -04:00
justbur
4125bc6821 echo-keystrokes might be nil 2015-07-20 13:35:38 -04:00
justbur
a2401c8654 Start on right-bottom and bottom-right sw impl 2015-07-20 12:41:30 -04:00
justbur
3c2378db14 Add description sort and make key order default 2015-07-20 11:05:26 -04:00
justbur
9064b941ef Typo in lighter-status function 2015-07-20 10:48:08 -04:00
justbur
1a2ef54cc8 Fix mode line status 2015-07-20 08:43:59 -04:00
justbur
3b1ee3b204 Add status to mode line 2015-07-20 08:22:21 -04:00
justbur
dd63f0a760 Move all prefix adding code to one place 2015-07-20 00:04:11 -04:00