[nongnu] elpa/haskell-tng-mode fe9d65d 222/385: helper for yatemplates

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit fe9d65d7d2d25784132b08af534c5c0a0db3ca17 Author: Tseen She Commit: Tseen She helper for yatemplates --- haskell-tng-contrib.el | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/haskell-tng-contrib.el b/haskell-tng-c

[nongnu] elpa/haskell-tng-mode b2e19c9 318/385: document next steps

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit b2e19c997bbacad8a392ecdefef09f4a694e1f84 Author: Tseen She Commit: Tseen She document next steps --- haskell-tng-hsinspect.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index aa29f9c..b93

[nongnu] elpa/haskell-tng-mode 5f81d6b 219/385: bump python version

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 5f81d6b40afb3b60f6114d24128cd93a64fa1231 Author: Tseen She Commit: Tseen She bump python version --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index c1e43e6..0833a98 100644 --- a

[nongnu] elpa/haskell-tng-mode c39d0f4 321/385: some hsinspect tests

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit c39d0f430807370111fcea024d2d3984eb58964e Author: Tseen She Commit: Tseen She some hsinspect tests --- haskell-tng-hsinspect.el | 23 +++- haskell-tng-util.el | 33 +--- test/data/hsinspect-0.0.

[nongnu] elpa/haskell-tng-mode 5306ae2 217/385: fix type faces with constraints

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 5306ae2b918cda092ffd781cd408c1286061b6e9 Author: Tseen She Commit: Tseen She fix type faces with constraints --- haskell-tng-compile.el | 3 + haskell-tng-util.el | 2 +- test/haskell-tng-font-lock-test.el |

[nongnu] elpa/haskell-tng-mode 5892c04 232/385: small things

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 5892c04c2d5023f1802b8d985659513956e53ece Author: Tseen She Commit: Tseen She small things --- haskell-tng-compile.el | 3 ++- haskell-tng-contrib-company.el | 4 ++-- haskell-tng-hsinspect.el | 13 + 3 files changed, 9 inserti

[nongnu] elpa/haskell-tng-mode ae1d399 268/385: backslashes are only keywords when used in lambdas

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit ae1d39946349414be20c4aa5e40ca1d3d25dbce2 Author: Tseen She Commit: Tseen She backslashes are only keywords when used in lambdas --- haskell-tng-rx.el | 6 +- test/src/medley.hs| 2 +- test/src/medley.hs.faceup | 2 +- test/src/medl

[nongnu] elpa/haskell-tng-mode 4cbf702 205/385: move third party deps to -contrib

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 4cbf702a023b724753406629794e866c6e53c157 Author: Tseen She Commit: Tseen She move third party deps to -contrib --- Cask | 1 + README.md | 10 -- haskell-tng-contrib.el | 34 ++ hask

[nongnu] elpa/haskell-tng-mode 1c68e79 381/385: requires emacs 27

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 1c68e79d3e3b3c45f4c6d1fe1b252a508d577e1f Author: Tseen She Commit: Tseen She requires emacs 27 --- haskell-tng-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-mode.el b/haskell-tng-mode.el index 0f936b3..d53abfc 10

[nongnu] elpa/haskell-tng-mode 1d74d5f 279/385: backslash bughunting

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 1d74d5ff00ce65a8802a23e8b5fed071f533c6cc Author: Tseen She Commit: Tseen She backslash bughunting --- haskell-tng-rx.el | 13 +++-- test/src/medley.hs| 4 test/src/medley.hs.faceup | 6 +- test/src/medley.hs.imenu | 13

[nongnu] elpa/haskell-tng-mode 3ff278e 227/385: ability to not continue comments

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 3ff278ed63e929a379802e12274ff93ce4d5268e Author: Tseen She Commit: Tseen She ability to not continue comments --- haskell-tng-smie.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/haskell-tng-smie.el b/haskell-tng-smie.

[nongnu] elpa/haskell-tng-mode 55d8e69 385/385: upgrade hsinspect

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 55d8e69a7621c8e63f306c268705df0c03afb855 Author: Tseen She Commit: Tseen She upgrade hsinspect --- README.md| 2 +- haskell-tng-hsinspect.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md inde

[nongnu] elpa/haskell-tng-mode 44dc467 248/385: notes on motivation, contributing and collaboration

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 44dc467e07859a4ab151891f3047a3ceaf4620ad Author: Tseen She Commit: Tseen She notes on motivation, contributing and collaboration --- README.md | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.

[nongnu] elpa/haskell-tng-mode 499c77f 261/385: abbrev-mode support

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 499c77f5573abe0f948f2bf929961c127d302def Author: Tseen She Commit: Tseen She abbrev-mode support --- README.md | 2 +- haskell-tng-contrib-abbrev.el | 31 +++ 2 files changed, 32 insertions(+), 1 deletion(

[nongnu] elpa/haskell-tng-mode c31afdb 272/385: missing CPP case

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit c31afdb7dc67931449291b835df8d39a04ba81e4 Author: Tseen She Commit: Tseen She missing CPP case --- haskell-tng-font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-font-lock.el b/haskell-tng-font-lock.el index ce2fe

[nongnu] elpa/haskell-tng-mode dbcef71 235/385: workaround the env file situation

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit dbcef7179301cedd88bded7b07801808497f1809 Author: Tseen She Commit: Tseen She workaround the env file situation --- README.md | 8 +++- haskell-tng-contrib-company.el | 3 +- haskell-tng-hsinspect.el | 83 +

[nongnu] elpa/haskell-tng-mode 86d9020 373/385: one hsinspect-lsp can be shared by all projects

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 86d9020c9d90f36bf1b6a413013708375183f755 Author: Tseen She Commit: Tseen She one hsinspect-lsp can be shared by all projects --- haskell-tng-extra-lsp-hsinspect.el | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell-tng-extra-lsp-hsinspect.el b/

[nongnu] elpa/haskell-tng-mode 64ec84d 260/385: if/then/else indentation

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 64ec84d7170600ddca96b5ee91cf953f2fd367a5 Author: Tseen She Commit: Tseen She if/then/else indentation --- haskell-tng-smie.el | 4 test/haskell-tng-indent-test.el | 1 - test/src/indentation.hs | 12 ++

[nongnu] elpa/haskell-tng-mode fdbd0a2 239/385: updates for hsinspect

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit fdbd0a2822e6f1401b28a21f2bd03a3969abf571 Author: Tseen She Commit: Tseen She updates for hsinspect --- README.md | 2 -- haskell-tng-contrib-company.el | 2 +- haskell-tng-hsinspect.el| 9 ++--- test/haskell-tng-indent-

[nongnu] elpa/haskell-tng-mode 658ddb6 251/385: docs

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 658ddb60948810083e68e8cb362c46e3ccc81555 Author: Tseen She Commit: Tseen She docs --- README.md| 2 +- haskell-tng-font-lock.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 438bb4d..1b92

[nongnu] elpa/haskell-tng-mode b1c664b 364/385: allow hsinspect population in the background

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit b1c664bafaef9ffd8ac880e1e9ebdb9524ed9cc2 Author: Tseen She Commit: Tseen She allow hsinspect population in the background --- haskell-tng-hsinspect.el | 26 ++ 1 file changed, 26 insertions(+) diff --git a/haskell-tng-hsinspect.e

[nongnu] elpa/haskell-tng-mode 356f27b 278/385: more stable hsinspect calls

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 356f27b892e6384f6c5f2b990be59700b05285dd Author: Tseen She Commit: Tseen She more stable hsinspect calls --- haskell-tng-font-lock.el | 2 +- haskell-tng-hsinspect.el | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/haskell-tng-fo

[nongnu] elpa/haskell-tng-mode 599d4f0 283/385: import symbol at point

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 599d4f0e9d1dbae34d58a7ea6d966cf796c3ea1e Author: Tseen She Commit: Tseen She import symbol at point --- README.md| 2 +- haskell-tng-extra.el | 12 +-- haskell-tng-hsinspect.el | 52 +++

[nongnu] branch elpa/popup created (now cf899f8)

2021-10-05 Thread ELPA Syncer
elpasync pushed a change to branch elpa/popup. at cf899f8 Merge pull request #125 from phst/license This branch includes the following new commits: new 2808cc8 Import from auto-complete repository. new efde704 Added README. new 8937b92 Refactoring and aut

[nongnu] elpa/haskell-tng-mode 1107e63 274/385: bump hsinspect

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 1107e63bc4bf7b0e9b9ce46163dad71773ded511 Author: Tseen She Commit: Tseen She bump hsinspect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d532977..4f3e9c5 100644 --- a/README.md +++ b/README

[nongnu] elpa/haskell-tng-mode d1e599a 285/385: switch formatting backend based on project config

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit d1e599a9c221eb9c77eee15d248b976984a52cd3 Author: Tseen She Commit: Tseen She switch formatting backend based on project config --- README.md | 9 + haskell-tng-extra-stack.el | 2 +- haskell-tng-extra.el | 8 3 fil

[nongnu] elpa/haskell-tng-mode 9b334f7 275/385: ghcflags

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 9b334f7e1ce5da671171090d9e93fde7a7e546b8 Author: Tseen She Commit: Tseen She ghcflags --- README.md| 8 +++- haskell-tng-extra.el | 3 ++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4f3e9c5.

[nongnu] elpa/popup da210f5 012/184: Revert "Not to insert newlines."

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit da210f54beb175863081fdfa8e05097ef7438991 Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Revert "Not to insert newlines." This reverts commit 88efff5098f333dfe6d9ea7191afefbf3265bb6f. --- popup.el | 42 -- 1 fi

[nongnu] elpa/haskell-tng-mode e84970b 263/385: rename -contrib to -extra

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit e84970b9f330309119237c1db99bda5d8e902f0d Author: Tseen She Commit: Tseen She rename -contrib to -extra --- README.md | 14 +++--- haskell-tng-compile.el | 2 +-

[nongnu] elpa/haskell-tng-mode 1d53572 243/385: bugfixes

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 1d53572038048f4eb24a9a61bb4695f19bc574fb Author: Tseen She Commit: Tseen She bugfixes --- README.md| 14 ++ cabal-ghcflags.sh| 48 +--- haskell-tng-hsinspect.el | 25

[nongnu] elpa/haskell-tng-mode 8475578 311/385: typos

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 8475578e0a7dadd813683c2f3a378ef1bb51243d Author: Tseen She Commit: Tseen She typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb12920..5772687 100644 --- a/README.md +++ b/README.md @

[nongnu] elpa/popup 03b23bf 017/184: Merge branch 'master' of github.com:m2ym/popup-el

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 03b23bfc02f4c3efe5777f0135e63cee4f66767f Merge: da210f5 b90c179 Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Merge branch 'master' of github.com:m2ym/popup-el --- README.md | 4 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md new f

[nongnu] elpa/haskell-tng-mode e245a93 296/385: allow opt-out of local history

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit e245a9392bc91ccf9e523fd46659315b4455d709 Author: Tseen She Commit: Tseen She allow opt-out of local history --- haskell-tng-compile.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/haskell-tng-compile.el b/haskell-tng-compil

[nongnu] elpa/haskell-tng-mode 8ff79e7 247/385: allow parallelism

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 8ff79e73bc121b9471375b0e04a85493e9ba2234 Author: Tseen She Commit: Tseen She allow parallelism --- cabal-ghcflags.sh | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/cabal-ghcflags.sh b/cabal-ghcflags.sh index d491b

[nongnu] elpa/haskell-tng-mode fd06b8f 264/385: move haskell-tng-newline into the -extra package

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit fd06b8fbd5dc39e92d8f91a764bad291e39063b0 Author: Tseen She Commit: Tseen She move haskell-tng-newline into the -extra package --- haskell-tng-extra.el | 34 ++ haskell-tng-smie.el | 33 - 2

[nongnu] elpa/popup 5e9043e 032/184: Bug fix for test helper

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 5e9043ebea8c1873e08f786bc8754f990fc8a96e Author: yuuki arisawa Commit: yuuki arisawa Bug fix for test helper Change to return position instead of slice --- tests/popup-test.el | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a

[nongnu] elpa/haskell-tng-mode ff76e07 304/385: cache the index command

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit ff76e07f5de6e766b17617e4c86f4bbcca54ed9d Author: Tseen She Commit: Tseen She cache the index command --- haskell-tng-hsinspect.el | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/haskell-tng-hsins

[nongnu] elpa/haskell-tng-mode 4e2cf00 284/385: simplify the installation of hsinspect

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 4e2cf006eb8c544ace8aafd2e8375dcb31dd8c8e Author: Tseen She Commit: Tseen She simplify the installation of hsinspect --- README.md| 19 ++- haskell-tng-hsinspect.el | 29 - 2 files changed, 22 in

[nongnu] elpa/popup e208b13 035/184: Setup for batch mode

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit e208b136de9551d77904c1de8e8a3184b557a6fb Author: yuuki arisawa Commit: yuuki arisawa Setup for batch mode --- tests/popup-test.el | 4 1 file changed, 4 insertions(+) diff --git a/tests/popup-test.el b/tests/popup-test.el index 98c6fee..48271d3 100644 --- a/t

[nongnu] elpa/haskell-tng-mode eb6b487 357/385: test fqn-at-point and fix a longstanding bug

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit eb6b48767073b65910fda8aa85a2602ddf569da0 Author: Tseen She Commit: Tseen She test fqn-at-point and fix a longstanding bug --- haskell-tng-hsinspect.el | 4 ++-- test/src/hsinspect.hs | 3 ++- test/src/hsinspect.hs.dynamic | 3 ++- 3 files ch

[nongnu] elpa/haskell-tng-mode f8d2b91 295/385: miss some false positive ghc errors

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit f8d2b91c660f50913920198d9759d92dff7c6b48 Author: Tseen She Commit: Tseen She miss some false positive ghc errors --- haskell-tng-compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-compile.el b/haskell-tng-compile.e

[nongnu] elpa/haskell-tng-mode b2e2c3a 293/385: stop stack from being an asshole

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit b2e2c3a978110273dde4da4322d05ed8f932e205 Author: Tseen She Commit: Tseen She stop stack from being an asshole --- haskell-tng-extra-stack.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell-tng-extra-stack.el b/haskell-tng-

[nongnu] elpa/haskell-tng-mode e3c6dc6 336/385: follow re-exports

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit e3c6dc6d92513e4f8014f673d6f472811b7a8771 Author: Tseen She Commit: Tseen She follow re-exports --- haskell-tng-hsinspect.el | 68 1 file changed, 46 insertions(+), 22 deletions(-) diff --git a/haskell-tng

[nongnu] elpa/popup 6a2520d 040/184: Add folding test case when on the corner

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 6a2520d2f80734a8cc057af5de5e9aa733a322ae Author: yuuki arisawa Commit: yuuki arisawa Add folding test case when on the corner --- tests/popup-test.el | 48 ++-- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git

[nongnu] elpa/haskell-tng-mode 35d3830 306/385: cache improvements

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 35d383078e53227d3aa550d628abf6c461459219 Author: Tseen She Commit: Tseen She cache improvements --- haskell-tng-extra-company.el | 2 +- haskell-tng-hsinspect.el | 43 ++- haskell-tng-util.el | 43 +++

[nongnu] elpa/haskell-tng-mode 73a60f5 309/385: cache `which hsinspect` per project

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 73a60f5a1292556f27fb301e0746024426c0b860 Author: Tseen She Commit: Tseen She cache `which hsinspect` per project --- haskell-tng-compile.el | 5 + haskell-tng-extra-projectile.el | 5 - haskell-tng-extra-stack.el | 1 + haskell-t

[nongnu] elpa/haskell-tng-mode fca5c6e 315/385: better docs and cabal-install support

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit fca5c6e2ea113b9c2477c8d0e347cd33ce1ce516 Author: Tseen She Commit: Tseen She better docs and cabal-install support --- README.md| 2 ++ haskell-tng-hsinspect.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.

[nongnu] elpa/haskell-tng-mode 9359c7b 349/385: cl-loop

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 9359c7b1bddd63d1b2abb8be1599aa597b2de8e1 Author: Tseen She Commit: Tseen She cl-loop --- haskell-tng-hsinspect.el | 157 +++ 1 file changed, 76 insertions(+), 81 deletions(-) diff --git a/haskell-tng-hsinspect

[nongnu] elpa/haskell-tng-mode c0b1b6b 301/385: change the compile-always-ask default

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit c0b1b6b1c05009c2064c70a7c66c525d60585a55 Author: Tseen She Commit: Tseen She change the compile-always-ask default --- haskell-tng-compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-compile.el b/haskell-tng-compile

[nongnu] elpa/haskell-tng-mode 103e758 325/385: expose some more hsinspect-0.0.8 index info

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 103e75875b37f4358b74a192166f3d97f6c3 Author: Tseen She Commit: Tseen She expose some more hsinspect-0.0.8 index info --- haskell-tng-hsinspect.el | 34 ++ test/haskell-tng-hsinspect-test.el | 34 +

[nongnu] elpa/haskell-tng-mode 38ed1b7 326/385: import types

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 38ed1b73a5bdcb3c0ecd354e9bc5a3c766c83221 Author: Tseen She Commit: Tseen She import types --- haskell-tng-hsinspect.el | 8 +--- test/haskell-tng-hsinspect-test.el | 14 +- 2 files changed, 18 insertions(+), 4 deletions(-) dif

[nongnu] elpa/popup bec50cc 076/184: Merge pull request #41 from kostafey/master

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit bec50cc7223c6b803a3ae43f8ece31f0ebdb040f Merge: 1277ab1 7743199 Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Merge pull request #41 from kostafey/master Add next/previous page commands. --- popup.el | 19 +++ 1 file changed, 19 ins

[nongnu] elpa/haskell-tng-mode 4f84cde 347/385: improve importing qualified symbols

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 4f84cdee9b9cde198491bdea4c1e2f3bd365c2da Author: Tseen She Commit: Tseen She improve importing qualified symbols --- haskell-tng-hsinspect.el | 87 haskell-tng-util.el | 26 --- 2 files ch

[nongnu] elpa/popup 4e8824e 051/184: Add some make rules for test.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 4e8824e18c2b1af3e912e0733bc4f9fba36dba05 Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Add some make rules for test. --- .gitignore | 1 + Makefile | 19 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.git

[nongnu] elpa/haskell-tng-mode 5fe4cb1 359/385: cleanup test includes

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 5fe4cb1973acf68fc7e025d97429556bb37db361 Author: Tseen She Commit: Tseen She cleanup test includes --- Cask | 3 --- test/haskell-tng-compile-test.el | 6 ++ test/haskell-tng-dynamic-test.el | 8 ++-- test/haskel

[nongnu] elpa/haskell-tng-mode 9904e72 366/385: jump-to-definition works inside the project

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 9904e72e74c8faa5b5fe3ef50adc08fb136684b5 Author: Tseen She Commit: Tseen She jump-to-definition works inside the project --- README.md| 2 +- haskell-tng-hsinspect.el | 46 ++ 2 files changed,

[nongnu] elpa/haskell-tng-mode fe2b164 372/385: fix the build

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit fe2b16428c8ee37d8af885092f02052d7e66ebe9 Author: Tseen She Commit: Tseen She fix the build --- Cask | 1 + haskell-tng-extra-lsp-hsinspect.el | 20 +--- haskell-tng-extra-stack.el | 2 +- 3 files ch

[nongnu] elpa/haskell-tng-mode 5707166 365/385: use new ghcflags-provided PATH

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 57071666f725abc4f4fefdbe9a21c4015bb17020 Author: Tseen She Commit: Tseen She use new ghcflags-provided PATH --- haskell-tng-hsinspect.el | 49 +--- 1 file changed, 30 insertions(+), 19 deletions(-) diff --git

[nongnu] elpa/popup 28cb27c 074/184: Add next/previous page commands.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 28cb27c728f8cfae5f91954c4700a8a75289c97f Author: kostafey Commit: kostafey Add next/previous page commands. --- popup.el | 21 + 1 file changed, 21 insertions(+) diff --git a/popup.el b/popup.el index 443e41b..875fa6d 100644 --- a/popup.el +++

[nongnu] elpa/haskell-tng-mode 6d4e150 353/385: upgrade hsinspect version

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 6d4e150c042ad3e741d8f2bb2b1bb44e00601732 Author: Tseen She Commit: Tseen She upgrade hsinspect version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e051fb2..80ec953 100644 --- a/README.md +

[nongnu] elpa/haskell-tng-mode aaf7c55 370/385: support for hsinspect-lsp

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit aaf7c5560d8590fa240748bda0ae7539d8a0804f Author: Tseen She Commit: Tseen She support for hsinspect-lsp --- Cask | 1 + haskell-tng-extra-lsp-hsinspect.el | 33 + haskell-tng-extra-stack.el

[nongnu] elpa/haskell-tng-mode 97e4a66 379/385: bump hsinspect

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 97e4a66e410e6b12a28c7ae0702eca7518ed41f0 Author: Tseen She Commit: Tseen She bump hsinspect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d8a60e..0acc1c7 100644 --- a/README.md +++ b/README

[nongnu] elpa/popup e645eae 049/184: Add test case:popup-scroll-down, popup-scroll-up

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit e645eae7e430812df9c8ae6217ec0e9b03f06dc0 Author: yuuki arisawa Commit: yuuki arisawa Add test case:popup-scroll-down,popup-scroll-up --- tests/popup-test.el | 53 + 1 file changed, 53 insertions(+) diff --git a/t

[nongnu] elpa/haskell-tng-mode 3870bf1 367/385: time to remove the cabal v2- prefixes

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit 3870bf1d53f12c9b9d0ef578aa29c5f1c3e1ddbe Author: Tseen She Commit: Tseen She time to remove the cabal v2- prefixes --- README.md| 4 ++-- haskell-tng-compile.el | 7 --- haskell-tng-extra.el | 2 +- test/

[nongnu] elpa/popup 6f4bba9 007/184: Update copyright.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 6f4bba9c5bb7aaab47bcb521b2537a12ac485961 Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Update copyright. --- popup.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/popup.el b/popup.el index 1c28d86..c3a00e5 100644 --- a/popup.el

[nongnu] elpa/haskell-tng-mode e2e3490 382/385: hide-show supports BOILERPLATE START ... BOILERPLATE END

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit e2e3490a0bc4d14c96b3bac4cea35a37e774065a Author: Tseen She Commit: Tseen She hide-show supports BOILERPLATE START ... BOILERPLATE END --- haskell-tng-extra.el | 17 + haskell-tng-mode.el | 20 2 files changed, 37 ins

[nongnu] elpa/popup ee5b4b0 034/184: Add test case when point is on the corner

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit ee5b4b0432a1506e080695863deabadf544bf3bc Author: yuuki arisawa Commit: yuuki arisawa Add test case when point is on the corner --- tests/popup-test.el | 40 1 file changed, 40 insertions(+) diff --git a/tests/popup-test.el

[nongnu] elpa/popup 3eeceea 009/184: v0.5 bump.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 3eeceea8bc7526d6ca740d6c2e1de0d7f60bda6d Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama v0.5 bump. --- popup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.el b/popup.el index d8dc861..8a50293 100644 --- a/popup.el +++ b/popup.e

[nongnu] elpa/popup 88efff5 010/184: Not to insert newlines.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 88efff5098f333dfe6d9ea7191afefbf3265bb6f Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Not to insert newlines. --- popup.el | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/popup.el b/popup.el

[nongnu] elpa/haskell-tng-mode a98dda0 380/385: emacs 27 macro deprecations

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit a98dda0705196905ddb902f0a9bc17f384f3b0a8 Author: Tseen She Commit: Tseen She emacs 27 macro deprecations --- haskell-tng-hsinspect.el | 10 +- haskell-tng-layout.el| 12 ++-- haskell-tng-syntax.el| 2 +- haskell-tng-util.el

[nongnu] elpa/popup f15c82b 014/184: Merge pull request #10 from tkf/inhibit-read-only

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit f15c82bf423e6d49cf107836ba1ce39fc1138933 Merge: da210f5 c85ccd3 Author: Takafumi Arakaki Commit: Takafumi Arakaki Merge pull request #10 from tkf/inhibit-read-only Use inhibit-read-only instead of buffer-read-only --- popup.el | 2 +- 1 file changed, 1 ins

[nongnu] elpa/popup 1d692e4 066/184: Replace helper functions for some tests.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 1d692e42f7eae1a4dbdee3abbcb0e8a647cf8d83 Author: uk-ar Commit: uk-ar Replace helper functions for some tests. * popup-test-helper-get-overlays-buffer to popup-test-helper-buffer-contents * popup-test-helper-match-points to popup-test-helper-rectangle-match -

[nongnu] elpa/popup 2609811 022/184: Add Travis CI configuration

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 2609811be438872798ba372c773550869aee8215 Author: Takafumi Arakaki Commit: Takafumi Arakaki Add Travis CI configuration --- .travis.yml | 14 ++ Makefile| 5 + 2 files changed, 19 insertions(+) diff --git a/.travis.yml b/.travis.yml new file mo

[nongnu] elpa/haskell-tng-mode ce17d96 376/385: new hsinspect release

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit ce17d96857710f26495daf7b8ffb36fb21ee87d2 Author: Tseen She Commit: Tseen She new hsinspect release --- haskell-tng-hsinspect.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index

[nongnu] elpa/popup 098170f 006/184: Added :always option for :scroll-bar argument.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 098170f2b5f29a836b5d1ebf56eadeb088b01cff Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Added :always option for :scroll-bar argument. --- popup.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/popup.el b/popup.el index f61b8c8..1c

[nongnu] elpa/haskell-tng-mode a34e796 368/385: improve debugging

2021-10-05 Thread ELPA Syncer
branch: elpa/haskell-tng-mode commit a34e796eb0f9579a055783891223b39435b62bb4 Author: Tseen She Commit: Tseen She improve debugging --- haskell-tng-hsinspect.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index bd

[nongnu] elpa/popup 2cad059 015/184: Initial commit

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 2cad05927be1d3b8d87b0ecfca7a1f3eef730a5d Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 000..8c59927 --- /dev/null +++ b/R

[nongnu] elpa/popup e995ffa 030/184: Add check for columns of starting points.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit e995ffa711834401886c12c4c7f67da9008786e0 Author: yuuki arisawa Commit: yuuki arisawa Add check for columns of starting points. --- tests/popup-test.el | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/tests/popup-

[nongnu] elpa/popup 48b0fa4 020/184: Add a simple test using ERT

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 48b0fa41d39f73e211c2b2c3e9e3276aeb9ae83d Author: Takafumi Arakaki Commit: Takafumi Arakaki Add a simple test using ERT --- tests/popup-test.el | 18 ++ 1 file changed, 18 insertions(+) diff --git a/tests/popup-test.el b/tests/popup-test.el new file

[nongnu] elpa/popup 23652e7 064/184: Use face inheritance to avoid duplication

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 23652e7776ef683256f8fd62d89708f81943843e Author: Takafumi Arakaki Commit: Takafumi Arakaki Use face inheritance to avoid duplication --- popup.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/popup.el b/popup.el index 3caa82f..7bd3ad8 10

[nongnu] elpa/popup 2f1c9d8 056/184: Refactoring: new variable in popup-create-line-string

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 2f1c9d8324832a5aa07a8eb5ed29344e02045cf4 Author: Takafumi Arakaki Commit: Takafumi Arakaki Refactoring: new variable in popup-create-line-string fixes @m2ym's comment on e5794f80c701d893f961dc1e9ca1f375ffdb104b --- popup.el | 9 + 1 file changed, 5

[nongnu] elpa/popup 8937b92 003/184: Refactoring and auto-test.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 8937b927f9f02b3f33af7cd9fe8f383be7e28998 Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Refactoring and auto-test. --- popup-test.el | 124 popup.el | 469 -- 2 files changed, 451

[nongnu] elpa/popup ba90de4 004/184: Added documentation.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit ba90de461e6278e7fd36fbaf38c5ffa6030e7c7a Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Added documentation. --- README.markdown | 325 popup.el| 2 +- 2 files changed, 326 insertions(+), 1 d

[nongnu] elpa/popup 357f037 045/184: Add test case:popup-tip(height)

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 357f037615c8bf4aa885493a6b6b1041e0a5dfd1 Author: yuuki arisawa Commit: yuuki arisawa Add test case:popup-tip(height) --- tests/popup-test.el | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/popup-test.el b/tests/popup-test.el index

[nongnu] elpa/popup 7533efe 078/184: Merge pull request #53 from auto-complete/fix-travis

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 7533efe1e9eede7d19653c53afc887b2ae516549 Merge: bec50cc aa8762f Author: Syohei YOSHIDA Commit: Syohei YOSHIDA Merge pull request #53 from auto-complete/fix-travis Fix travis configuration file for using cl-lib --- .travis.yml | 1 + Makefile| 3 +++ 2

[nongnu] elpa/popup b90c179 016/184: Update README.md

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit b90c1792a040f88478882b7b9eb59003b6ec854d Author: Tomohiro Matsuyama Commit: Tomohiro Matsuyama Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c59927..7039fee 100644 --- a/README.md

[nongnu] elpa/popup c85ccd3 013/184: Use inhibit-read-only instead of buffer-read-only

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit c85ccd3c8a4e88059e87bd07c9965b6de3e4e877 Author: Takafumi Arakaki Commit: Takafumi Arakaki Use inhibit-read-only instead of buffer-read-only This will fix the problem with EIN: tkf/emacs-ipython-notebook#42 See also the discussions in m2ym/auto-complete

[nongnu] elpa/popup 54ed4bd 048/184: Add test case:popup-next, popup-previous, popup-select

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 54ed4bdbc216f611b513b6368daa60aad78c9c6e Author: yuuki arisawa Commit: yuuki arisawa Add test case:popup-next,popup-previous,popup-select --- tests/popup-test.el | 60 + 1 file changed, 60 insertions(+) diff --gi

[nongnu] elpa/popup af0c179 018/184: Add ERT as git submodule

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit af0c17964fc9c263c80f9895076d5b9e8f34c9df Author: Takafumi Arakaki Commit: Takafumi Arakaki Add ERT as git submodule --- .gitmodules | 3 +++ lib/ert | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0

[nongnu] elpa/popup 581f35b 062/184: Define popup-menu-summary-face

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 581f35b9322b9167c561ada5bb3c8560467bd124 Author: Takafumi Arakaki Commit: Takafumi Arakaki Define popup-menu-summary-face --- popup.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/popup.el b/popup.el index 84b2e8a..9aae503 100644 --- a/popup.el +++ b/p

[nongnu] elpa/popup 498cb64 061/184: Define popup-summary-face

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 498cb646205041bcf7d96a2371a39fcb917966c1 Author: Takafumi Arakaki Commit: Takafumi Arakaki Define popup-summary-face --- popup.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/popup.el b/popup.el index b6c4834..84b2e8a 100644 --- a/popup.el +++ b/popup

[nongnu] elpa/popup 64102c2 046/184: Add test case:popup-tip(scroll-bar, min-height)

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 64102c2bdfa44402c251cb256b350f912a729f34 Author: yuuki arisawa Commit: yuuki arisawa Add test case:popup-tip(scroll-bar,min-height) --- tests/popup-test.el | 75 - 1 file changed, 74 insertions(+), 1 deletion(-)

[nongnu] elpa/popup ab23548 031/184: Change popup-test-helper-overlays-to-text spec and function name to return overlays buffer.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit ab235486bc5fcfba046e95da221913c661eb5e27 Author: yuuki arisawa Commit: yuuki arisawa Change popup-test-helper-overlays-to-text spec and function name to return overlays buffer. --- tests/popup-test.el | 36 1 file changed, 20 i

[nongnu] elpa/popup d097dba 029/184: Remove unused code.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit d097dba940548d1c03f107a4117ec3d4bd71813b Author: yuuki arisawa Commit: yuuki arisawa Remove unused code. --- tests/popup-test.el | 4 1 file changed, 4 deletions(-) diff --git a/tests/popup-test.el b/tests/popup-test.el index 5ee3818..70cf6e0 100644 --- a/tes

[nongnu] elpa/popup 1510820 100/184: activate isearch in cascade menu

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 1510820222e6295c0e8e0e0c15510bc760c831c8 Author: Hiroaki Otsu Commit: Hiroaki Otsu activate isearch in cascade menu --- popup.el | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/popup.el b/popup.el index 43262e8..877fbfc 100644 ---

[nongnu] elpa/popup 37c8761 070/184: Refactoring all test cases

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 37c8761d5c8e6afc4e64ec5acc8fc1e1515998e2 Author: uk-ar Commit: uk-ar Refactoring all test cases --- tests/popup-test.el | 818 +++- 1 file changed, 419 insertions(+), 399 deletions(-) diff --git a/tests/popup-test.el

[nongnu] elpa/popup fd8a372 039/184: Remove unused code.

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit fd8a372d032d8c54f738b981666939a9401d49f8 Author: yuuki arisawa Commit: yuuki arisawa Remove unused code. --- tests/popup-test.el | 42 ++ 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/tests/popup-test.el b/t

[nongnu] elpa/popup 4e19acb 036/184: Remove dependency on auto-complete

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 4e19acbc51d5c54816b9b9e1aa1473aa95305149 Author: yuuki arisawa Commit: yuuki arisawa Remove dependency on auto-complete --- tests/popup-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/popup-test.el b/tests/popup-test.el index 48271

[nongnu] elpa/popup e76230b 059/184: Add summary-face keyword argument to popup-set-line-item

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit e76230bb57d169114eccd71288bad36fd1994112 Author: Takafumi Arakaki Commit: Takafumi Arakaki Add summary-face keyword argument to popup-set-line-item --- popup.el | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/popup.el b/popup.

[nongnu] elpa/popup 53bb3ec 117/184: bump up version

2021-10-05 Thread ELPA Syncer
branch: elpa/popup commit 53bb3ec2d4cd12e5aa6e41d40df853944121b1ac Author: Syohei YOSHIDA Commit: Syohei YOSHIDA bump up version --- popup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.el b/popup.el index 80ac629..a478699 100644 --- a/popup.el +++ b/popup.

<    1   2   3   4   5   6   >