branch: master
commit c1b6b52f17a379f8d76fd47345fe99f5786f8d27
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update function scopes and global tests.
---
test/context-coloring-test.el | 36 +++-
1 files changed, 15 insertions(+), 21 deletions
branch: master
commit fd2f2d08fb03fd297fabd77b48741b4ace5a97b5
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor remaining js tests.
---
test/context-coloring-test.el | 143 +
1 files changed, 46 insertions(+), 97 deletions(-)
diff
branch: master
commit af536a41a89443496b1a603668623b92b608a2cd
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update coloring assertion syntax.
---
test/context-coloring-test.el | 32 +---
1 files changed, 17 insertions(+), 15 deletions(-)
diff
branch: master
commit 57e87f0e48af2e2f0447cd2f128a1846fe808e33
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor js test definitions.
---
context-coloring.el | 16 ++--
test/context-coloring-test.el | 270 ++---
2 files
branch: master
commit ac22f0af20a85fe5d6b21d3403b596c5cb7aef10
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Silence obsolete warnings.
---
test/context-coloring-test.el |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/context-coloring-test.el
jackson pushed a change to branch master.
from 7df8d42 Merge remote-tracking branch 'ztree/master'
new c337716 Add statistics.
new ac22f0a Silence obsolete warnings.
new cfcf112 Add define-deftest macro.
new 57e87f0 Refactor js test definitions.
branch: master
commit 87893df80ab8fcbb31ecd88f0a3ad978eb63d910
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Support comma splicing.
---
context-coloring.el |4
test/context-coloring-test.el |6 ++
test/fixtures/splice.el |2 ++
3 files
branch: master
commit 7167e93410c7bfb58f22d6942ae2fe488e37b603
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass let and let* tests with recursive colorizer.
---
context-coloring.el | 604 +++--
test/context-coloring-test.el
branch: master
commit 92166ba9d243aa9cd222dc4cdb0a0551b8988739
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add no-fixture option.
---
test/context-coloring-test.el | 25 +++--
1 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/test/context
branch: master
commit f3697c06f3ee90e2381fb519ec94f0fa47982046
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Strings are sexps.
---
context-coloring.el | 11 ++-
test/context-coloring-test.el |1 +
test/fixtures/let.el |1 +
3 files changed
branch: master
commit bc0cb0de7a47ed3b5210d11f738e1850575bb580
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass lambda test with recursive colorizer.
---
context-coloring.el | 56 ++--
test/context-coloring-test.el | 12
branch: master
commit aaf48357875c366c652eb842229e0c284e98566b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove let-varlist data structure. Cleanup.
---
context-coloring.el | 147 ++-
1 files changed, 40 insertions(+), 107
branch: master
commit 7975003d23bce77510e05b620cec4810262c5443
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass ignored test with recursive colorizer.
---
context-coloring.el |7 +--
test/context-coloring-test.el | 10 +-
2 files changed, 10
branch: master
commit d8b5f03b786c0e4611255d63e6204c5e21af8fd4
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove before-all and after-all.
---
test/context-coloring-test.el | 884 ++---
1 files changed, 470 insertions(+), 414 deletions
branch: master
commit ea6b4effc35be81162056366eb7348ecbede1e65
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Increase test documentation.
---
test/context-coloring-test.el | 25 -
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/test
branch: master
commit 966bd20ae549c4aac1080312d1f7d389a6e784f5
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add test for escape characters.
---
test/context-coloring-test.el |4 +++-
test/fixtures/quote.el|2 ++
2 files changed, 5 insertions(+), 1 deletions
branch: master
commit f88e21c28038ccbe46c8e87446a78da53b6c515b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Ignore escaped characters.
---
context-coloring.el |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/context-coloring.el b/context
branch: master
commit 872bf5f22b5bdf405a038aaf29e694ee5cf72a25
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Bump required scopifier version.
---
context-coloring.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/context-coloring.el b/context
branch: master
commit 49265ab975fbdda576a577fba6569f62a032f986
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Simplify comment and string parsing.
---
context-coloring.el | 20 +++-
1 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/context
branch: master
commit f1ed39f634a9c109e829ee79e9070026a6253050
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass comment and string tests with recursive colorizer.
---
context-coloring.el | 37 -
test/context-coloring-test.el
branch: master
commit d146af86733a72ce098768f96fbb77f401bba06e
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix string coloring.
---
context-coloring.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index
branch: master
commit af4f773cabd9deccfabae2a4947178697f60defc
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Colorize comments and strings inside backquotes.
---
context-coloring.el |3 ++-
test/context-coloring-test.el |4 +++-
test/fixtures/quote.el
branch: master
commit 4b251915a5c0f3f3fd42f99907927e6b2731b45d
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor benchmarks. Improve benchmark reliability.
---
benchmark/context-coloring-benchmark.el | 141 --
1 files changed, 75 insertions
branch: master
commit 5a8186bcbfc761e96021033850d8958b4367e27f
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Color comments and strings inside defuns.
---
context-coloring.el |3 ++-
test/context-coloring-test.el |1 +
test/fixtures/let.el |1 +
3
branch: master
commit 52383b5abacf079bf0f1cfd3f6f7039aa7b9c032
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Handle octothorpes.
---
context-coloring.el |4 +++-
test/fixtures/ignored.el |2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/context
branch: master
commit cacf5de396962d767d59ca203afc2cc3d0bb6d85
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add cond support.
---
context-coloring.el | 37 +
test/context-coloring-test.el | 10 ++
test/fixtures/cond.el
branch: master
commit e06f1a6194abaec8dffd684b75c805500b7191b6
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Color comments and strings inside quotes.
---
context-coloring.el | 27 +++
test/context-coloring-test.el |6 +-
test
branch: master
commit 6090eb3246079470ad7da359ecf9660fccd806c1
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass quote test with recursive colorizer.
---
context-coloring.el | 87 -
test/context-coloring-test.el | 14
branch: master
commit 7ab01e34e8c3478451a05ddbc4ac0b980090fce8
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix ignored test.
---
test/context-coloring-test.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/context-coloring-test.el b/test
branch: master
commit 1f474d9e189b64d996baedd3f24e6930982d1939
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Reorganize functions.
---
test/context-coloring-test.el | 270 +
1 files changed, 138 insertions(+), 132 deletions(-)
diff
branch: master
commit 3dfd515c2d4bae593c155aedf44288840bd4d353
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Messy server implementation.
---
context-coloring.el | 86 ++
1 files changed, 79 insertions(+), 7 deletions(-)
diff
branch: master
commit 3d3c693aa6721a76a16eefbb8a2bf5ba5938b719
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass interrupt test with recursive colorizer.
---
context-coloring.el | 49 ++-
test/context-coloring-test.el | 51
branch: master
commit 16fa8350ad55f8031b56e85ede473544d4485da8
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Optimize JSON parser.
---
context-coloring.el | 44 ++--
test/context-coloring-test.el |2 +-
2 files changed, 29
branch: master
commit a283883546de74d5c19749611d56cea94b752dc2
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Always colorize the remaining region.
---
context-coloring.el | 66 ++
1 files changed, 34 insertions(+), 32 deletions
branch: master
commit 8ea8c9c318b2c46bc0ccca2db233e5732a3322e0
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Pass defun test with recursive colorizer.
---
context-coloring.el | 232 -
test/context-coloring-test.el | 186
branch: master
commit 59492ab8eae5ec7cd3afe258c34025a5dc31c06c
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor token application.
---
context-coloring.el | 84 +---
test/context-coloring-test.el | 14 +--
2 files
branch: master
commit 2ee41c15f6f319f8463520278733f77b44619619
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add comments and strings to condition-case test.
---
context-coloring.el | 16
test/context-coloring-test.el |4 +++-
test/fixtures
branch: master
commit 77b075fde3d0cbdf88f71e9034189b7576c006e2
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Space.
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 0b5c237..0b37043 100644
--- a/Makefile
+++ b
branch: master
commit acf15ae5a4d4893ce203afdaa077707cd4abf4cd
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove if.
---
context-coloring.el | 18 ++
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
branch: master
commit c2834f0b4af70230021a998967e4bdf69f9799aa
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add condition-case support.
---
context-coloring.el | 80 --
test/context-coloring-test.el | 12 ++
test
branch: master
commit d2e08e874ced07c2b3372df23f338910fda240c4
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Improve and test lazy coloring.
---
context-coloring.el | 20 ++--
test/context-coloring-test.el | 31 +++
test
branch: master
commit 67576b5ed1b07e448ea13dedb613c4543c907caf
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Skip all insignificant expression prefixes.
---
context-coloring.el |5 ++---
test/context-coloring-test.el |2 +-
test/fixtures/ignored.el |2
branch: master
commit 233ea1a7660e4d6c0b13c91712de122ddbae9f0a
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Kill any scopifier server before running the tests.
---
Makefile |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index
branch: master
commit 46a91933736258bc9aa5ae38ec4c6f909c70a678
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Find the edges of the screen more efficiently.
---
context-coloring.el |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/context-coloring.el
branch: master
commit e387aaf3cdf32ce809227ce6380133f1a6950f3a
Merge: 59492ab 5661ed0
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Merge branch 'server' into elisp
---
context-coloring.el | 154 +--
1 files ch
branch: master
commit 8d15938d443e0358483932054b407c802ca77720
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Cleaner server implementation.
---
context-coloring.el | 153 ---
1 files changed, 85 insertions(+), 68 deletions
branch: master
commit 69ea8358702268860542a4259e001bb4feb716a1
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor elisp parsers using helper functions.
---
context-coloring.el | 263 +--
1 files changed, 110 insertions
branch: master
commit 9edc6c3369482c07f646d36b9786ab0a53b6a405
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Checkdoc cleanup.
---
context-coloring.el | 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
branch: master
commit 007977846145d47cb0db2f670a30fddd4bf5f391
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Set `:send-report' to nil.
---
test/context-coloring-coverage.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/test/context-col
branch: master
commit ed870d80914b0102a0739e0418b22f07a8fcb5da
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor minor mode definition.
---
context-coloring.el | 123 ++-
1 files changed, 72 insertions(+), 51 deletions
branch: master
commit 3c7a00dc047420fd6b378e0522d09df3651a8716
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add lazy coloring.
---
context-coloring.el | 169 ---
1 files changed, 92 insertions(+), 77 deletions(-)
diff --git a
branch: master
commit acaaf392875ca5f22bbb8ecd7a3fd486c6722acf
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add file statistics to benchmarks.
---
benchmark/context-coloring-benchmark.el | 13 ++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a
branch: master
commit f870598f1c7400e8f0fe37e5c83cd9e7f3d6580b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix infinite loop when parsing let.
---
context-coloring.el |5 -
test/context-coloring-test.el |7 ---
test/fixtures/let.el |5
branch: master
commit c81eecb37b3d19b60d13d86c84de0b33c2c1
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update function names and docstrings.
---
benchmark/context-coloring-benchmark.el |1 +
context-coloring.el | 131
branch: master
commit 89286b6ce33c9909c7b71ad7e65b880b81afb8b9
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Cleanup.
---
context-coloring.el |7 +--
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index b14c63e
branch: master
commit 4bd7fc798b0c89df25aad921e898348d3b60d6b1
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Make delays configurable at the dispatch level.
---
README.md |4 ++--
context-coloring.el | 37 -
2 files changed
branch: master
commit fd4bc9582cf9cb686254ce2aebe3b359c7e54d59
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add dolist support.
---
context-coloring.el | 66 +
test/context-coloring-test.el |7
test/fixtures
branch: master
commit a4a136c4d800d9f0ffb18da45634e36bb3dfceed
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor defun / defadvice name handling.
---
context-coloring.el | 62 --
1 files changed, 25 insertions(+), 37
branch: master
commit 72a09987d2562df79c288011313b5bbbd30a3c42
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add quote and backquote function support.
---
context-coloring.el | 78 -
test/context-coloring-test.el |3
branch: master
commit e2ceef9fa1dd455d1fc9657cca6ae778436e2ead
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Prepend function symbols with octothorpes.
---
benchmark/context-coloring-benchmark.el | 27 +-
context-coloring.el | 46
branch: master
commit 306335e9b29594c43b8b9b7be703f55cfb24845a
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add defadvice support.
---
context-coloring.el | 40
test/context-coloring-test.el |7 +++
test/fixtures
branch: master
commit f7c6dcbd01b7c0176b4b7183467a8d6248d764db
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor callee dispatching.
---
context-coloring.el | 92 ---
1 files changed, 29 insertions(+), 63 deletions(-)
diff
branch: master
commit 8836df9f150afebed815bba0f665b04c35c2e7e0
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add colorization times to logs.
---
benchmark/context-coloring-benchmark.el | 50 +++
1 files changed, 37 insertions(+), 13 deletions
branch: master
commit 40f67bf039c143758ac070f9693bb0af87b98aba
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Version 6.4.0.
---
context-coloring.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index d248edc
branch: master
commit 5661ed003c5d994aebd4230a219359cc7c550ac2
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Document `:host' and `:port' properties.
---
context-coloring.el | 15 ++-
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git
branch: master
commit 5857bc81ea0c7644db489aa714717f4024473a69
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Refactor comments and strings coloring.
---
context-coloring.el | 59 ++
1 files changed, 31 insertions(+), 28
branch: master
commit 08e2981a2a8a2fe816194f1e9ea5021c92c7b754
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Swallow scan errors.
---
context-coloring.el | 44 +--
test/context-coloring-test.el |6
test
branch: master
commit 22403b7aef5a77897c5da3e0944dac6b32636bbb
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Cover parsing edge cases.
---
context-coloring.el | 48 ++---
test/context-coloring-test.el | 15 ++--
test
branch: master
commit ec9f04d4fa1088ff14adb2b35e4a8ecb7a9ca65e
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update emacs lisp support in readme.
---
README.md |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index a180a17
branch: master
commit 22585727bb15e190276c81d51aa508909f7eb34b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Optimize. Refactor.
---
context-coloring.el | 219 ---
1 files changed, 103 insertions(+), 116 deletions(-)
diff --git
branch: master
commit 9b436c087420fd0264568547b558197a173153eb
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fully recolor later after a fast recolor.
---
context-coloring.el | 56 +++-
test/context-coloring-test.el |2 +-
2
branch: master
commit 5f9bd49f3f9e575edd5b416dde83fb62b1cfb93a
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add comments and strings to the cond test.
---
test/context-coloring-test.el |4 +++-
test/fixtures/cond.el |4 +++-
2 files changed, 6 insertions(+), 2
jackson pushed a change to branch master.
from e2f402c Merge commit '40f67bf039c143758ac070f9693bb0af87b98aba'
from context-coloring
new 084d752 Update elisp support.
new df12c79 Fix regression where multiple timers would collide.
new 5825163 Version 6.4.1.
branch: master
commit c474af4630126d1a42a64aac1be0238a00970d13
Merge: e2f402c 5825163
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Merge commit '5825163e2a8520bbb2751f9692f51a1b73cb81ad' from
context-coloring
---
packages/context-coloring/README.md
branch: master
commit df12c795f168976efbc7178062759c66a735627f
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix regression where multiple timers would collide.
---
context-coloring.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/context
branch: master
commit 084d752583cc36e382f6452887add551c50143f7
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update elisp support.
---
README.md |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 03bf677..40506e7 100644
branch: master
commit 5825163e2a8520bbb2751f9692f51a1b73cb81ad
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Version 6.4.1.
---
context-coloring.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index f048bb4
branch: master
commit 8536d5d0a275c4b7bbf0a2d22d0b6ae014fdc280
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Use specified Emacs when running cask.
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 0b37043..dfa219d
jackson pushed a change to branch master.
from f89ef19 Merge commit 'd76bcd7c0dcecb33e6955e25963028600c371588'
new 137a109 Fix bugs where parsing left point after a scope.
new 841aac4 Add eval-expression support.
new c6cdb04 Benchmark coloring time separately
branch: master
commit 294b5117b42d2622f4fb0a1da219d45d98566b6e
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Version 6.5.0.
---
context-coloring.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index 69c6eb8
branch: master
commit 296f07ba4db049dede8be09501d3311efec7a846
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update sexps per pause.
---
context-coloring.el |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
branch: master
commit 841aac4767d49a8f24dc7b1bebd0bd59abc062f7
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add eval-expression support.
---
README.md | 10 +++-
context-coloring.el | 87 ++--
test/context
branch: master
commit 4eacc29a5dd6a725f4885709f9f352d810a36e94
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Update eval-expression recommendation for 24.3.
---
README.md |4 ++--
context-coloring.el | 11 +--
test/context-coloring
branch: master
commit c6cdb04ffbe70015dd1c32cfee97c0ffe989a272
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Benchmark coloring time separately.
`elp-instrument-package' significantly affects the performance of
coloring.
---
benchmark/context-coloring-benchma
branch: master
commit 137a109b6d17466526cc6c63a47cae141013a8e7
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix bugs where parsing left point after a scope.
---
context-coloring.el | 53 ++
1 files changed, 19 insertions(+), 34
branch: master
commit 456f6e49dd8360f782a0d1d01ed0b573ba368c0c
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Use evm in build.
---
.travis.yml | 25 +
README.md |2 +-
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/.travis.yml b
branch: master
commit 61b8c493c44211bb0d7ee0aab5883f51de129bf9
Merge: f89ef19 294b511
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Merge commit '294b5117b42d2622f4fb0a1da219d45d98566b6e' from
context-coloring
---
packages/context-coloring/.travis.yml
branch: master
commit b19a0a24b36ce39cc9d36c8c448c7bc26b40d30b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Add predicate option for dispatches.
The minibuffer does not always have a major mode. It is more reliable
to check for it with `window-minibuffer-p
branch: master
commit 89f862a43c87c98313cea42a722c6bb5951598a3
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Minutia.
---
README.md |8 ++--
test/context-coloring-test.el |2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a
branch: master
commit 354ac2392271be38733e925b3e2c76fd362e0a6b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Checkdoc compliance.
---
benchmark/context-coloring-benchmark.el |3 +-
context-coloring.el | 83 +--
test/context
branch: master
commit f0bc797b6c5c2b297fc981ab943cfb5696065dc1
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Use old advice for Emacs 24.3.
---
test/context-coloring-test.el | 29 +++--
1 files changed, 19 insertions(+), 10 deletions(-)
diff --git a
branch: master
commit 32b276e96118f9e34f4cf9a5a2ae6cae3e772144
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Version 7.0.0.
---
context-coloring.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/context-coloring.el b/context-coloring.el
index b026129
branch: master
commit 1bebaa4c7e7f5293dffdd45c4ba7e38078245050
Merge: 294b511 ef0c4da
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Merge branch 'debt'
---
.travis.yml |4 -
Cask|1 -
branch: master
commit b31aa52fc163b36942aa3d1a6078dfcefc56c718
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Automatically determine the maximum face.
---
README.md |7 ++-
context-coloring.el | 87
branch: master
commit ef0c4da15461ba7dc63c7d6320c092e584784e7b
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Cleanup refactoring artifacts.
---
Makefile|2 --
README.md |1 +
context-coloring.el |2 +-
3 files changed, 2 insertions(+), 3
branch: master
commit 2487c3ab64f11c4b3d7ac883f95d5e2830e8f0f8
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Fix eval-expression detection.
---
context-coloring.el |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/context-coloring.el b/context
jackson pushed a change to branch master.
from afda2e6 * packages/ada-mode: Miscellaneous tweaks to fix warnings
new 92d3d12 Remove asynchronous support.
new cbffe2a Remove automatic theming.
new 89f862a Minutia.
new f0bc797 Use old advice for Emacs
branch: master
commit cbffe2a5feafd41375dac392959a8a25a6f309c3
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove automatic theming.
---
README.md | 55 +++---
context-coloring.el | 390 +-
test/context
branch: master
commit 92d3d12b65d16adcf2501e1e9fe10f4fbb0e7b36
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Remove asynchronous support.
---
.travis.yml |4 -
Cask|1 -
Makefile
branch: master
commit 8d54c2e2b78eef8a785d20f557072ddfe6345770
Author: Jackson Ray Hamilton
Commit: Jackson Ray Hamilton
Suppress unavailable messages in minibuffer.
---
context-coloring.el | 20 ++--
test/context-coloring-test.el | 17 +++--
2
101 - 200 of 610 matches
Mail list logo