branch: externals/taxy
commit 92b3e060fdf8445f4bc6f47e43fd4233c1a23651
Author: Adam Porter
Commit: Adam Porter
Add/Change: taxy-magit-section: Various improvements
---
taxy-magit-section.el | 93 +++
1 file changed, 64 insertions(+), 29 deleti
branch: externals/javaimp
commit 80d4a95f7244904ff6eb7a9ec024c91abfe68579
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add interface abstract methods to imenu support
---
javaimp-parse.el | 55 +++
javaimp-tests.el | 18 +++---
branch: elpa/tuareg
commit 5eab0de3417585b304478b2d798d527c71278c01
Author: Christophe Troestler
Commit: Christophe Troestler
Tests: add commenting then uncommenting tests
---
tuareg-tests.el | 28
1 file changed, 28 insertions(+)
diff --git a/tuareg-tests.el b
branch: elpa/tuareg
commit ef1ec3fd191085c4013344de8f2c850ef0c6a40f
Author: Christophe Troestler
Commit: Christophe Troestler
Be clearer about how to highlight all operators
Fixes https://github.com/ocaml/tuareg/issues/207
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1
branch: elpa/tuareg
commit f0af0b8ccc522b89045f52a854e9f527ec13296a
Author: Christophe Troestler
Commit: Christophe Troestler
Fix uncommenting with `comment-continue' made solely of whitespace
---
tuareg-compat.el | 230 ++-
1 file changed
elpasync pushed a change to branch elpa/tuareg.
from 4c4fad3 Work around bug in Emacs 26 and older
new 5eab0de Tests: add commenting then uncommenting tests
new f0af0b8 Fix uncommenting with `comment-continue' made solely of
whitespace
new ef1ec3f Be clearer
branch: externals/javaimp
commit 691f0ec7a0aee8f598bae969508c0b7b3966c7d6
Author: Filipp Gunbin
Commit: Filipp Gunbin
Imenu & scopes improvements
---
javaimp-parse.el | 83 --
javaimp-tests.el | 204 +++
javaimp-util.e
branch: externals/javaimp
commit d7d4c72d2941f39d1e1da8e68532c28c42b5abf5
Author: Filipp Gunbin
Commit: Filipp Gunbin
Add class abstract methods to imenu support
---
javaimp-parse.el | 82 +---
javaimp-tests.el | 77 +++
fgunbin pushed a change to branch externals/javaimp.
from fc39dc0 Use already existing buffer for
javaimp--get-file-classes, if there is one
new d7d4c72 Add class abstract methods to imenu support
new 691f0ec Imenu & scopes improvements
Summary of changes:
javaimp-
branch: elpa/tuareg
commit b62d4ee28939af67d178ade03546dee7a8dca851
Author: Mattias Engdegård
Commit: Christophe Troestler
Add genuine example of warning with ancillary locations
Remove the previous such examples in compilation.txt as they were all
fake (error messages edited to
branch: elpa/tuareg
commit 5872d6b0b1e3762176855792b1e044da5d7c062a
Author: Mattias Engdegård
Commit: Christophe Troestler
Treat ancillary locations as messages at Info level, not Error
Leading spaces (before the `File`) are assumed to indicate an
ancillary location. This is mos
branch: externals/taxy
commit 34aa94df48791d74fdd41412627968d7482425ba
Author: Adam Porter
Commit: Adam Porter
Add: taxy-magit-section
This is so simple!
---
README.org | 132 ---
images/magit-section-numbery.png | Bin 0 ->
branch: externals/taxy
commit a17e5407fbe9d0bb351ba366584831831ef4c6bd
Author: Adam Porter
Commit: Adam Porter
Docs: Show examples
---
README.org | 7 ++-
taxy.info | 28
2 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/README.org b/README.
branch: externals/taxy
commit d355d3a523cd43b863293787a332aebf7268225a
Author: Adam Porter
Commit: Adam Porter
Docs: Add mascot
---
README.org| 7 +++
images/mascot.png | Bin 0 -> 114906 bytes
2 files changed, 7 insertions(+)
diff --git a/README.org b/README.org
index f6bbb5
branch: externals/taxy
commit 4686e03bc81c32322ff15edcf32996ecd495c659
Author: Adam Porter
Commit: Adam Porter
Add: (taxy-size)
---
images/diredy.png | Bin 33772 -> 36255 bytes
taxy-magit-section.el | 7 +--
taxy.el | 7 +++
3 files changed, 12 insertions(+),
branch: externals/taxy
commit c60a96f91a1ffe08bc592093b376ee56e2d9a12b
Author: Adam Porter
Commit: Adam Porter
Change: Rename taxy-simple
---
README.org | 10 +-
taxy.el| 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index de91bd
branch: externals/taxy
commit 02217c455233253777469c8abacde709d363d09b
Author: Adam Porter
Commit: Adam Porter
Docs: Add comments
---
README.org | 57 -
1 file changed, 40 insertions(+), 17 deletions(-)
diff --git a/README.org b/READM
branch: externals/taxy
commit a94ab1cbd0a6764911bc5200e38f5cfa4b9e422f
Author: Adam Porter
Commit: Adam Porter
Tidy
---
taxy.el | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/taxy.el b/taxy.el
index 0d956dc..4f538c5 100644
--- a/taxy.el
+++ b/taxy.el
@@ -48,11 +48
branch: elpa/tuareg
commit 95f3b01a5f1af24cc1cd427c5f8e16b551ba57fd
Author: Mattias Engdegård
Commit: Christophe Troestler
Explicit group numbering in error regexp
This refactoring makes it easier to change the regexp without
renumbering them all each time a group is added or re
branch: elpa/tuareg
commit 4c4fad3c096876939ea0a329638a1825786cfc26
Author: Mattias Engdegård
Commit: Christophe Troestler
Work around bug in Emacs 26 and older
Block test failures caused by a compilation-mode bug in old Emacs
versions; see https://debbugs.gnu.org/cgi/bugreport.
branch: externals/taxy
commit a7ffe2191f2fb1c2852dcac40202782155e629bd
Author: Adam Porter
Commit: Adam Porter
Change: (diredy) Sort taxys
---
examples/diredy.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/examples/diredy.el b/examples/diredy.el
index c951664..a
branch: externals/taxy
commit f0b926f48f5826054d3d537afe799069c3fb3c85
Author: Adam Porter
Commit: Adam Porter
Add: Diredy example
---
examples/README.org | 12 ++
examples/diredy.el | 103
images/diredy.png | Bin 0 -> 33772 bytes
branch: externals/taxy
commit 906d38757660dcdd8b1d09d94ec8241cf709c8d4
Author: Adam Porter
Commit: Adam Porter
Fix: (taxy-magit-section-pp) Use magit-section-mode
---
taxy-magit-section.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/taxy-magit-section.el b/taxy-mag
branch: externals/taxy
commit 1699d3ad22f07fb83b691a919c9387aa0fe9182d
Author: Adam Porter
Commit: Adam Porter
Docs: Clarify
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 45cf19a..59679a9 100644
--- a/README.org
+++ b/README
branch: externals/taxy
commit 4e132ab350aff925e7091ecbc459974329d2854e
Author: Adam Porter
Commit: Adam Porter
Docs: Tidy
---
README.org | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index 722e0a6..ff82761 100644
--- a/README.org
branch: elpa/tuareg
commit 2a585072ba6531e2d5935dc56b69ebb3238e38f1
Author: Mattias Engdegård
Commit: Christophe Troestler
Use Warning level for Alert messages
Previously they got the Error level by default.
---
compilation.txt | 8
tuareg-tests.el | 5 +
tuareg.el
branch: externals/taxy
commit 2c044ed4b2033a36878b3ed00cdc2afb73f32368
Author: Adam Porter
Commit: Adam Porter
Add: (taxy-take-keyed*) :then, and examples
---
README.org | 219 +++-
taxy.el| 7 +-
taxy.info | 253 +++
elpasync pushed a change to branch elpa/tuareg.
from f6801c8 Update Tuareg header
new 95f3b01 Explicit group numbering in error regexp
new 5872d6b Treat ancillary locations as messages at Info level, not
Error
new 2a58507 Use Warning level for Alert messages
branch: externals/taxy
commit e09dc38a5786b3de2a70437f232968b644f32e13
Author: Adam Porter
Commit: Adam Porter
Add: (taxy-mapc*) And musicy.el example
---
README.org | 49 +++-
examples/README.org | 26 +++
examples/musicy.el | 126 +++
branch: externals/taxy
commit 15eb9b7880e05b81aeb2456fbcd1e080d629ba4e
Author: Adam Porter
Commit: Adam Porter
Docs: Tidy
---
README.org | 4 +++-
taxy.info | 18 ++
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/README.org b/README.org
index 3aadc4a..4624
branch: externals/taxy
commit 35c8f61b8b83a4573d3877d1c3d88000f99edae4
Author: Adam Porter
Commit: Adam Porter
Add: (taxy-magit-section-indent)
---
taxy-magit-section.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/taxy-magit-section.el b/taxy-magit-section.el
i
branch: externals/taxy
commit 3b253a695bec564228efeb054cd4c7145d3178eb
Author: Adam Porter
Commit: Adam Porter
Tidy: (taxy-fill) Argument order in labeled function
---
taxy.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/taxy.el b/taxy.el
index 7f181f6..44fb4e3
branch: externals/taxy
commit 3cf0d46f97ac22954b862ba0c90054c60f1f278c
Author: Adam Porter
Commit: Adam Porter
Docs: Export Info manual
---
README.org | 32 +++-
taxy.info | 508 +
2 files changed, 536 insertions(+), 4 deletions(
branch: externals/taxy
commit e56ae3353ad70426876b0461b3390c14fd75ad35
Author: Adam Porter
Commit: Adam Porter
Meta: .gitignore
---
.gitignore | 4
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..c75cc9d
--- /dev/null
+++ b/.git
branch: externals/taxy
commit aa0fe08de8676b61c3d633893b537839478d3434
Author: Adam Porter
Commit: Adam Porter
Change: taxy-copy -> taxy-emptied
This is more descriptive and accurate.
---
README.org | 12 ++--
taxy.el| 7 ---
2 files changed, 10 insertions(+), 9 de
branch: externals/taxy
commit 524b151addde581ea49662fa1ba3f894e2f354d2
Author: Adam Porter
Commit: Adam Porter
Tidy: (taxy-fill)
---
taxy.el | 19 ---
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/taxy.el b/taxy.el
index adbf69e..935b404 100644
--- a/taxy.el
branch: externals/taxy
commit 9d44dba49984928c4b049cf6f6ce2df78f228fd6
Author: Adam Porter
Commit: Adam Porter
Change: taxy-apply -> taxy-map
---
README.org | 10 +-
taxy.el| 15 ---
2 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/README.org b/README
branch: externals/taxy
commit bd2883658dd24116841f737d3acc8afe82fafedf
Author: Adam Porter
Commit: Adam Porter
Meta: Headers
---
taxy.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/taxy.el b/taxy.el
index 74bf064..03e09b9 100644
--- a/taxy.el
+++ b/taxy.el
@@ -3,6 +3,8 @@
;; Copy
branch: externals/taxy
commit 5a1b0559b8c7d3d56d2ba15193d4f75b0c966558
Author: Adam Porter
Commit: Adam Porter
Docs: Add magit-loggy example
Really just a rough demo, but it works.
---
examples/magit-loggy.el | 80 +
1 file changed, 8
branch: externals/taxy
commit 408a32b4fcf5bc843fc1c453047763a6446405bb
Author: Adam Porter
Commit: Adam Porter
Docs: Tidy
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 1471b5d..e3784ab 100644
--- a/README.org
+++ b/README.or
branch: externals/taxy
commit 6c5b7c77d0324cac1fa9ebc2a5a7ba4a1a6a69ca
Author: Adam Porter
Commit: Adam Porter
Add: taxy-apply
---
README.org | 2 +-
taxy.el| 11 +++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index c06b0f4..0ccb801 1
branch: externals/taxy
commit fcc780f44a0a354519f190d96d71b57874ad2e00
Author: Adam Porter
Commit: Adam Porter
Add: (taxy-take-keyed*)
---
README.org | 54 ---
taxy.el| 29 +
taxy.info | 86
branch: externals/taxy
commit 0dce844733f0e615952a11564a75d2f93ecc13fc
Author: Adam Porter
Commit: Adam Porter
Docs: Add example of incremental filling
---
README.org | 70 --
1 file changed, 68 insertions(+), 2 deletions(-)
diff
branch: externals/taxy
commit 21e6fa6986e8d6452836ee3d86eb1ca676f744ad
Author: Adam Porter
Commit: Adam Porter
Docs: Commentary, header
---
taxy.el | 22 --
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/taxy.el b/taxy.el
index 44fb4e3..74bf064 100644
---
branch: externals/taxy
commit f5458d086226f9696f4d3d8b1403f408589df634
Author: Adam Porter
Commit: Adam Porter
Change: taxy-map -> taxy-mapcar
---
README.org | 16
taxy.el| 8 +---
taxy.info | 34 +-
3 files changed, 30 insertions(+
branch: externals/taxy
commit f11591987a84228a00f656d41334e70020825dab
Author: Adam Porter
Commit: Adam Porter
Add: taxy-copy and reverse args to taxy-fill
Now it works well in thread-last or ->>.
---
README.org | 57 +++--
taxy.e
branch: externals/taxy
commit 6eff6aedc78da4bd9f56ddb53b25b2740f2c74af
Author: Adam Porter
Commit: Adam Porter
Docs: Put Contents first
---
README.org | 79 +-
1 file changed, 42 insertions(+), 37 deletions(-)
diff --git a/README.
branch: externals/taxy
commit 0a57638a1c07d6f9fab3d6492aefe40ae5b71749
Author: Adam Porter
Commit: Adam Porter
Docs: Mention threading macros
---
README.org | 29 ++---
1 file changed, 22 insertions(+), 7 deletions(-)
diff --git a/README.org b/README.org
index 434e4
branch: externals/taxy
commit 657823b141dc5e12dbd270e156757cd60a10ff51
Author: Adam Porter
Commit: Adam Porter
Docs: Tidy example
---
README.org | 15 +--
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/README.org b/README.org
index ea7d72f..e19cdb6 100644
--- a/R
branch: externals/taxy
commit 751e9d7dc23746e0fc3aed73de2f2ef378bac7b2
Author: Adam Porter
Commit: Adam Porter
Show reusable taxys
---
README.org | 109 -
taxy.el| 1 +
2 files changed, 102 insertions(+), 8 deletions(-)
diff
branch: externals/taxy
commit 09724dd73010a3ef1e799f20c6fe6daf121eb153
Author: Adam Porter
Commit: Adam Porter
Add: taxy-take-keyed
---
README.org | 17 ++---
taxy.el| 19 +++
2 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/README.org b/READM
branch: externals/taxy
commit 01e956ae903ac7e678dcfc7ad361e8ac86707fd2
Author: Adam Porter
Commit: Adam Porter
Rename function
---
README.org | 10 +-
taxy.el| 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
index e19cdb6..b1c46a6 10
branch: externals/taxy
commit dbad5b9b60ebc9fe473acf22a052d923162108a3
Author: Adam Porter
Commit: Adam Porter
Let there be taxonomy!
---
LICENSE| 674 +
README.org | 166 +++
taxy.el| 72 +++
3 files chang
elpasync pushed a change to branch externals/taxy.
at 2c044ed Add: (taxy-take-keyed*) :then, and examples
This branch includes the following new commits:
new dbad5b9 Let there be taxonomy!
new 8797141 Dynamic, consuming, and non-consuming
new 657823b Docs
branch: externals/taxy
commit 8797141334f03dd02dc5d9fe1f7f679491da3d8d
Author: Adam Porter
Commit: Adam Porter
Dynamic, consuming, and non-consuming
Squashed commit of the following:
commit 3f2d7ee535a74518ebc04fa7da751d72698c6c13
Author: Adam Porter
Date: Wed Au
branch: main
commit 63a454ca9769048f2a69baaceef8353e6f430e5b
Author: Stefan Monnier
Commit: Stefan Monnier
* elpa-packages (taxy): New package
---
elpa-packages | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 8eab656..915cce7 10064
branch: elpa/tuareg
commit f6801c86e921949a4a1bb9088bf85b36a9cd890d
Author: Christophe Troestler
Commit: Christophe Troestler
Update Tuareg header
---
tuareg.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tuareg.el b/tuareg.el
index f346bdd..5e5c39c 100644
--- a/
branch: elpa/tuareg
commit de7e6c43e13bac897b25b89980dda775222b3b0a
Author: Christophe Troestler
Commit: Christophe Troestler
Use the default commenting style & explain how to customize this
Fixes https://github.com/ocaml/tuareg/issues/238
---
README.md | 11 +++
tuareg.el
branch: elpa/tuareg
commit 6357f82236c0588c61952e7ee68da4b8fd33a3b7
Author: Christophe Troestler
Commit: Christophe Troestler
Update OPAM file
---
tuareg.opam | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tuareg.opam b/tuareg.opam
index 1448987..4b36cbf 100644
---
branch: elpa/tuareg
commit c55a9db98dcdf886ed7f056a4a152dbd3e482330
Author: Christophe Troestler
Commit: Christophe Troestler
Add badges for NonGNU ELPA and Debian
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 66010e6..6af97f0 100644
--- a/R
branch: elpa/tuareg
commit 742037bf67903e8eb53b46a9169dc6a3c223e557
Author: Christophe Troestler
Commit: Christophe Troestler
Update the comment of the code putting 'ocaml error regexp first
---
tuareg.el | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tua
branch: elpa/tuareg
commit 3e943c3b52519c68b7ffcfe6389297c261c2e844
Author: Christophe Troestler
Commit: Christophe Troestler
Tests commenting: move the `should' outside `let'
This makes it easier to spot which test fails.
---
tuareg-tests.el | 37 +-
branch: elpa/tuareg
commit 0fe44737038f907d57da7fc6a16eb892d12c31a5
Author: Christophe Troestler
Commit: Christophe Troestler
Improve tuareg.el header
---
tuareg.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tuareg.el b/tuareg.el
index a877e42..ab186e1 100644
branch: elpa/tuareg
commit e98e55debc047f04d7301bcb333a2341d18b96ab
Author: Christophe Troestler
Commit: Christophe Troestler
Add sample OCaml code to test highlighting
---
sample_highlight.ml | 313
1 file changed, 313 insertions(+)
dif
branch: elpa/tuareg
commit 4e0ff99d1350c0dbd9a5ab17719a66e015c1f981
Author: Christophe Troestler
Commit: Christophe Troestler
Consistently support space-only `comment-continue' on Emacs < 28
Fixes https://github.com/ocaml/tuareg/issues/216
---
Makefile | 2 +-
tuareg-comp
branch: elpa/tuareg
commit 2c75e580f4309b9191ebefccbb78ad84d93bbb6a
Author: Christophe Troestler
Commit: Christophe Troestler
Makefile: remove SMIE toggle
---
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 244807c..693180a 100644
---
elpasync pushed a change to branch elpa/tuareg.
from d2b38f0 Remove old Travis CI configuration
new 3e943c3 Tests commenting: move the `should' outside `let'
new 4e0ff99 Consistently support space-only `comment-continue' on
Emacs < 28
new 0fe4473 Improve tua
branch: elpa/proof-general
commit 51696277a4dc30acd61e9ebb400d99934955e450
Author: Hendrik Tews
Commit: Pierre Courtieu
Test that the Proof General prelude is correct
Add a test that checks that the commands that Proof General sends
to Coq before the first script command do not
68 matches
Mail list logo