[elpa] master c6e173b 45/47: Merge branch 'elisp'

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit c6e173b4d603cdc54080569bbc78038473921a97 Merge: eb429df 3b6a391 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge branch 'elisp' --- README.md | 24 ++- context-coloring.el | 657 -

[elpa] master b525e2d 47/47: Merge commit '3bf805df83fe6f110f3e7e8ce2dc37e0cf6c14cb' from context-coloring

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit b525e2d04fd260fb6ccebb3355583329edde24f3 Merge: e42b97b 3bf805d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Merge commit '3bf805df83fe6f110f3e7e8ce2dc37e0cf6c14cb' from context-coloring --- packages/context-coloring/README.md| 46 +- pa

[elpa] master d9d901f 03/47: Add basic elisp defun coloring.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit d9d901f2f60ec3f95fe6d6b5e6342cb5583918ac Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add basic elisp defun coloring. --- context-coloring.el | 186 + test/context-coloring-test.el | 29 +++ test/fix

[elpa] master a556195 26/47: Tweak iteration values, add logging.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit a5561959ebcdca49de518b7e8a40785bde5a52bf Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Tweak iteration values, add logging. --- context-coloring.el | 28 +++- 1 files changed, 19 insertions(+), 9 deletions(-) diff --git a/context-

[elpa] master 0836b9f 22/47: Add change hooks for elisp.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 0836b9f6ea7531d2d0be8fcd8a84418fc3fb09ad Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add change hooks for elisp. --- context-coloring.el | 103 +-- 1 files changed, 59 insertions(+), 44 deletions(-) diff -

[elpa] master bd9c147 20/47: Ignore the dot.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit bd9c14741615469cc19aebaa659124117bf78169 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Ignore the dot. --- context-coloring.el |6 +++--- test/context-coloring-test.el |4 ++-- test/fixtures/ignored.el |2 ++ test/fixtures/unbinda

[elpa] master dd8d491 12/47: Also color defsubst.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit dd8d4916a2ebbd6f0b15912434280948eba5c70c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Also color defsubst. --- context-coloring.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 0

[elpa] master 58b7474 11/47: Don't color function calls as level 0.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 58b7474f6d6e80a3b91c782c23453d173588f878 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Don't color function calls as level 0. --- context-coloring.el |9 + test/context-coloring-test.el | 14 +++--- 2 files changed, 8 inserti

[elpa] master 5e34bec 04/47: Cover malformed defun cases.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 5e34bec7fcfaaaf9c7bd34bd718ea52d2f991dfe Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Cover malformed defun cases. --- context-coloring.el | 36 ++-- test/context-coloring-test.el |6 +- test/fixtures/def

[elpa] master 3fc5b20 27/47: Make dispatches fully redefinable.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 3fc5b201808b57efcab2e4f61e7afdc3cd3009ca Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Make dispatches fully redefinable. --- context-coloring.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-colori

[elpa] master 438cb33 36/47: Fix incorrect last fontified position.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 438cb336604d867478a941d3814eaf820817bf3e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix incorrect last fontified position. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-col

[elpa] master ef544ef 29/47: Fontify keywords.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit ef544ef9c523cf1586bb3f84da3eae91f6a87c03 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fontify keywords. --- context-coloring.el |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index

[elpa] master 1d7761c 37/47: Add constant comment test.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 1d7761cfe379df92226216ad0fa49aa7fb619cb3 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add constant comment test. --- test/context-coloring-test.el | 23 +-- test/fixtures/depth.el|2 ++ 2 files changed, 23 insertions(+), 2

[elpa] master 5051a70 42/47: Update documentation for emacs lisp.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 5051a7021e22ff7584e76161b8e437075c593870 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Update documentation for emacs lisp. --- README.md | 24 ++-- context-coloring.el |2 +- 2 files changed, 19 insertions(+), 7 deletion

[elpa] master 4bbce56 38/47: Add test for interruption.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 4bbce5681327381e34a745a364c45650c0b43e27 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add test for interruption. --- context-coloring.el | 18 ++ test/context-coloring-test.el| 26 +++

[elpa] master d24de46 31/47: Add TODO.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit d24de46c7c737df8a1438c7e5ba000fd375dce9e Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add TODO. --- context-coloring.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index ae6abea..1e9553

[elpa] master eb429df 02/47: Use lowercase for hex codes.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit eb429dfab8d9265dbdda91547f72e00818e39df2 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Use lowercase for hex codes. --- README.md | 22 +++--- context-coloring.el | 80 +- 2 files changed

[elpa] master 284cfa6 08/47: Don't treat unbindables like variables.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 284cfa6f6743c270c6dc8e9a383c29e450ad3ade Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Don't treat unbindables like variables. --- context-coloring.el |6 -- test/context-coloring-test.el |5 + test/fixtures/unbindable.el |2

[elpa] master 3b6a391 44/47: Minor cleanup.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 3b6a3918ca329b1d836e492bd0b8403a1e696e65 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Minor cleanup. --- context-coloring.el | 37 - 1 files changed, 24 insertions(+), 13 deletions(-) diff --git a/context-coloring.el

[elpa] master 07c5852 30/47: Add idle change teardown function.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 07c5852f857cba4c59a491a8d4d0f920a3d8f05a Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add idle change teardown function. --- context-coloring.el | 25 +++-- 1 files changed, 11 insertions(+), 14 deletions(-) diff --git a/context-colo

[elpa] master 708276e 41/47: Compiler micro-optimizations.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 708276e60cf4fc3a6e76f2568df8093991d865ce Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Compiler micro-optimizations. --- context-coloring.el | 50 +- 1 files changed, 25 insertions(+), 25 deletions(-) diff

[elpa] master 3bf805d 46/47: Version 6.3.0.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 3bf805df83fe6f110f3e7e8ce2dc37e0cf6c14cb Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Version 6.3.0. --- context-coloring.el | 12 +--- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/context-coloring.el b/context-coloring.el inde

[elpa] master d7b2c92 21/47: Remove unused functions.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit d7b2c927664bf65962d7b8d893e56e1a2e38c623 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove unused functions. --- context-coloring.el |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/context-coloring.el b/context-coloring.el i

[elpa] master c0a6689 33/47: Only set defaults when the mode is enabled.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit c0a66895bf685ebbf36614b89ca2b187e3f4e351 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Only set defaults when the mode is enabled. --- context-coloring.el |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/cont

[elpa] master ea3ff31 16/47: Pass let* test.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit ea3ff31c6c4183828b15d818a016d95bb8b58d24 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Pass let* test. --- context-coloring.el | 148 ++ 1 files changed, 112 insertions(+), 36 deletions(-) diff --git a/conte

[elpa] master 59a6c8e 34/47: Fix timer disposal and timer buffer detection.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 59a6c8eac76fe32a2ae07e3b9c76668b3a81e907 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix timer disposal and timer buffer detection. --- context-coloring.el | 22 +- test/context-coloring-test.el |2 +- 2 files changed,

[elpa] master 926d74a 17/47: Include binding order in let* test.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 926d74a0727f790e2c1d3fa64ad00d5d4174fcab Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Include binding order in let* test. --- test/context-coloring-test.el |6 -- test/fixtures/let*.el |4 +++- 2 files changed, 7 insertions(+), 3 deleti

[elpa] master 4ff6e82 39/47: Remove verbose parsing.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 4ff6e82bf9462168fae71d41c520ddec48c3b109 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Remove verbose parsing. --- context-coloring.el | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/context-coloring.el b/context-coloring.

[elpa] master c830ae5 15/47: Fix let* test.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit c830ae52b50bfd2c0c170a54b67ebc4139b2a7eb Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix let* test. --- test/context-coloring-test.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/context-coloring-test.el b/test/contex

[elpa] master 6392d1f 40/47: Bind optional parameters earlier.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 6392d1f3e0764414f019e4c76baf25b66101f5f6 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Bind optional parameters earlier. --- context-coloring.el | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/context-coloring.el b/context-

[elpa] master dc2f9a6 25/47: Refactor maybe-colorize-comments-and-strings.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit dc2f9a6e3b43e7559b9d2325031bdd79542e9cf1 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor maybe-colorize-comments-and-strings. --- context-coloring.el | 30 +- 1 files changed, 13 insertions(+), 17 deletions(-) diff --gi

[elpa] master 89f20e4 28/47: Improve interruptability of syntactic coloring.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 89f20e43358e92caa0a6232f9699aea89a362f1c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Improve interruptability of syntactic coloring. --- context-coloring.el | 52 +++--- 1 files changed, 32 insertions(+), 20 d

[elpa] master b4072c1 14/47: Trivial refactoring for clarity.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit b4072c1481873e4274cd187a76ae9d4afffae52c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Trivial refactoring for clarity. --- context-coloring.el | 149 +++--- 1 files changed, 80 insertions(+), 69 deletions(-) di

[elpa] master b28e896 19/47: Add complex nesting to let test.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit b28e8969196beed4e1f8240cd5d5f49ea24d5000 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add complex nesting to let test. --- test/context-coloring-test.el |6 +- test/fixtures/let.el |6 +- 2 files changed, 10 insertions(+), 2 deleti

[elpa] master 09ec36e 24/47: Add interruption mechanism.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 09ec36ebac10776a5982dd220ad9b6d8fd678579 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add interruption mechanism. --- context-coloring.el | 57 -- 1 files changed, 45 insertions(+), 12 deletions(-) diff --

[elpa] master 6a4ad31 43/47: Add derived mode support.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 6a4ad31d4f86e6d1b129c17fb16deca9be148514 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add derived mode support. --- context-coloring.el | 18 +++ test/context-coloring-test.el | 49 +++-- 2 file

[elpa] master 29328af 18/47: Add let test.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 29328afbbf67a618a2e670671693ec2c48c8a717 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add let test. --- test/context-coloring-test.el |8 test/fixtures/let.el |4 2 files changed, 12 insertions(+), 0 deletions(-) diff --git

[elpa] master 08bf3e4 23/47: Ignore question marks.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 08bf3e4d6d1ef4d837e7c0ef5d2db4d661ce0715 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Ignore question marks. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 6

[elpa] master 5c5b429 32/47: Fix font-lock error.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 5c5b429efdc9ffdef75bf987b4fb57f6089439c7 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix font-lock error. --- context-coloring.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 1e95

[elpa] master 88a921f 35/47: Improve defun regexp.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 88a921f641dccc268b3b35f07abbea1d1d8e30a6 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Improve defun regexp. --- context-coloring.el | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-color

[elpa] master 171883f 13/47: Add let coloring.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 171883fa4f044bc5c4acf0042531f1b160a8e7d6 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add let coloring. --- context-coloring.el |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index

[elpa] master 3e3141f 09/47: Refactor elisp tests to use visual assertions.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 3e3141fd99a4a8662a1ed5777d0e8262a279974c Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor elisp tests to use visual assertions. --- test/context-coloring-test.el | 163 +++-- test/fixtures/lambda.el |4 +-

[elpa] master 5acd088 10/47: Add non-recursive let* coloring.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 5acd088cbb1a9115d77d71279eabc0e2d8e8ea93 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add non-recursive let* coloring. --- context-coloring.el | 59 --- test/context-coloring-test.el | 78 --

[elpa] master updated (e42b97b -> b525e2d)

2015-05-18 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from e42b97b Update seq.el to version 1.7 new 056be97 Add URL to header. new eb429df Use lowercase for hex codes. new d9d901f Add basic elisp defun coloring. new 5e34bec Cover malformed defun cases. n

[elpa] master 8919acd 05/47: Add lambda coloring.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 8919acd4b2c2104ed2538dbe9835befe361dec3b Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add lambda coloring. --- context-coloring.el | 76 ++--- test/context-coloring-test.el | 11 ++ test/fixtures/lambda

[elpa] master 056be97 01/47: Add URL to header.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 056be97c4ebf24fa06d4d09407692f43c69b614d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add URL to header. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index d7377

[elpa] master 636e6b9 07/47: Add elisp comments and strings support.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 636e6b9e655724be822605cb2971a2110bbd215f Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add elisp comments and strings support. --- context-coloring.el | 22 ++- test/context-coloring-test.el | 132 +

[elpa] master 62506ae 06/47: Add quote and number coloring.

2015-05-18 Thread Jackson Ray Hamilton
branch: master commit 62506ae9653eae070b1e329be2b7fc7a32572fbb Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add quote and number coloring. --- context-coloring.el | 80 ++-- test/context-coloring-test.el | 17 + test/fix