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

226 commits

Author SHA1 Message Date
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
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
justbur
909ebe4876 Better notes 2015-07-15 14:11:04 -04:00
justbur
abbedca804 Don't show echo-keystroke note more than once
Fix #38
2015-07-15 13:16:21 -04:00
justbur
a640439125 Fix typos 2015-07-15 13:11:12 -04:00
justbur
742a9039fc Add ability to temporarily prevent popups 2015-07-15 10:47:02 -04:00
justbur
be66556faf Remove useless when 2015-07-15 09:59:24 -04:00
Justin Burkett
b71d3c239d Merge pull request #36 from syohex/fix-funcall
Remove hash quotes
2015-07-15 05:45:06 -04:00
Justin Burkett
cf56764b30 Merge pull request #37 from purcell/patch-1
Misc formatting fixes
2015-07-15 05:30:21 -04:00
Steve Purcell
84a2346525 Misc formatting fixes
- Inline standard license blurb
- Define parent of custom group
- Insert missing blank lines between top-level declarations
2015-07-15 20:08:24 +12:00
Syohei YOSHIDA
fadd5fda44 Remove hash quotes
They are variables, not functions, so hash quotes are not necessary.
2015-07-15 10:35:13 +09:00
justbur
3ab7a2eebb Switch to only using dashes for symbol names
Matches elisp conventions to the letter
2015-07-14 19:49:43 -04:00
justbur
73dbd74826 Merge branch 'master' of https://github.com/justbur/emacs-which-key 2015-07-14 15:00:25 -04:00
justbur
c1b5b6bc10 Be consistent with use of double slash 2015-07-14 14:59:48 -04:00
Justin Burkett
bf4ce9f867 Merge pull request #34 from bmag/master
Updated images for split frame
2015-07-14 14:06:22 -04:00