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

253 commits

Author SHA1 Message Date
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
Justin Burkett
45d6eb6f4f Update README.org 2015-07-19 23:37:17 -04:00
justbur
589baa51c5 Add a couple of docstrings 2015-07-19 23:23:36 -04:00
justbur
8bfe9cb732 Merge branch 'master' into develop
Conflicts:
	README.org
	which-key.el
2015-07-19 23:20:30 -04:00
justbur
1bac4b029c Fix prefix code
Also delete old code
2015-07-19 23:14:56 -04:00
justbur
e201356930 Paging works barely 2015-07-19 22:18:47 -04:00
justbur
0e6076b441 Rewrite of page creation alg 2015-07-19 21:59:02 -04:00
justbur
5ce4a5cb24 Typo in docstring 2015-07-17 13:41:34 -04:00
justbur
9d3ffef3f1 Add special key handling to key sort order 2015-07-17 13:06:17 -04:00
justbur
2c6ab4da10 Add option to sort output by key (off by default) 2015-07-17 11:01:55 -04:00
justbur
23600ce6e1 Fix potential bug when no keys exist
Need to check for no keys before checking the number of keys on the
first page in case the latter is nil
2015-07-17 11:01:54 -04:00
justbur
891fc5f636 Start on new status key impl 2015-07-17 09:22:18 -04:00
justbur
938bb910db Use string-width instead of length for strings 2015-07-16 13:06:58 -04:00
justbur
717fe222a4 Reformat source 2015-07-16 13:01:41 -04:00