1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 12:31:32 -08:00
Commit graph

239 commits

Author SHA1 Message Date
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
justbur
4717c88680 Move badge below header 2015-07-16 12:32:11 -04:00
justbur
2ef9642d7e Add MELPA badge and change README indentation 2015-07-16 12:25:49 -04:00
justbur
0ae863dd72 Add MELPA badge and change README indentation 2015-07-16 12:24:37 -04:00
justbur
46fed20a1a Add MELPA to install insructions 2015-07-16 08:09:52 -04:00
justbur
6082e06596 Merge branch 'master' of https://github.com/justbur/emacs-which-key 2015-07-16 07:53:34 -04:00
justbur
b47f6e7ff2 Bump version 2015-07-16 07:53:05 -04:00
Justin Burkett
ac6831fe6d Merge pull request #40 from xuchunyang/master
Make which-key buffer uninteresting
2015-07-16 07:52:08 -04:00
justbur
5752d1feb4 Change echo-keystrokes logic 2015-07-16 07:46:48 -04:00
Chunyang Xu
60aec4bbc3 Make which-key buffer uninteresting 2015-07-16 12:15:28 +08:00
justbur
6d2675a072 Erase truncate-lines message 2015-07-15 22:33:41 -04:00
justbur
9bbbe796b0 Tweak setup breaking out echo-keystrokes stuff 2015-07-15 22:27:14 -04:00
justbur
064e9b3fde Cleanup comments 2015-07-15 21:56:38 -04:00
justbur
ff3aa9a5a6 Add another key translation map to check 2015-07-15 21:52:24 -04:00
justbur
5c0c3c4bc9 Fix #39
`iso-transl-ctl-x-8-map' is not checked with `key-binding' because it's
stored in the `key-translation-map', so this adds a test against this
map.
2015-07-15 20:12:09 -04:00