[nongnu] elpa/geiser-kawa ff93297 112/119: README.org - small changes

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-kawa commit ff932976a916c7109a13e2a99acbdea0f1ba3517 Author: spellcard199 Commit: spellcard199 README.org - small changes --- README.org | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index cd7dc27..175b

[nongnu] elpa/geiser-racket 9fa09a8 129/191: Racket: fix for jump to manual for symbols not in the namespace

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 9fa09a85fcb6c6310c6addfcf4ed099f6cb114cf Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: fix for jump to manual for symbols not in the namespace We had broken using the hint that `help` offers during our recent adventur

[nongnu] elpa/geiser-racket e625b74 038/191: Racket: fix for help function

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e625b7426409961ba7d9ad51dd188ca75601a180 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: fix for help function --- elisp/geiser-racket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser-racket.el b/

[nongnu] elpa/geiser-racket 19e0bd6 094/191: Racket: reading into elisp-land the cache dir as needed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 19e0bd6b051de37d29344b348d336071e61bdf45 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: reading into elisp-land the cache dir as needed When no cache dir is set in the emacs customization, we ask Racket for the one tha

[nongnu] elpa/geiser-mit 9c21155 06/29: Same as before, but for geiser-mit-source-directory: it's 'directory

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-mit commit 9c211553502e52029673ff737158509f494c44e9 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Same as before, but for geiser-mit-source-directory: it's 'directory --- elisp/geiser-mit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[nongnu] elpa/geiser-racket a5f8702 132/191: Racket: correct font lock for define/match

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit a5f870207007fa74be9398e89672794b74ffc67f Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: correct font lock for define/match We could probably generalize to more function definition forms, but this is a start. --- elisp

[nongnu] elpa/geiser-racket a9405d0 095/191: Racket: reading into elisp-land the cache dir as needed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit a9405d020cd5263f55cc447a16e2d3291afef508 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: reading into elisp-land the cache dir as needed When no cache dir is set in the emacs customization, we ask Racket for the one tha

[nongnu] elpa/geiser-racket 85d1e6a 136/191: racket: ,gcd -> ,pwd

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 85d1e6af69ca3a0dceade52b19bd69a1b6277fdc Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: ,gcd -> ,pwd And we display it (the current path, settable via ,cd) as a string. This was, i'm sure, a secret command nobody is us

[nongnu] elpa/geiser-racket 32ae602 052/191: Elisp support for inferior schemes

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 32ae6023149a99f5b64c0cae0e8b2cc2c8fbfa2d Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Elisp support for inferior schemes --- elisp/geiser-racket.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elisp/geiser-racket.el b/elisp/ge

[nongnu] elpa/geiser-racket dc63508 081/191: Racket: use the proper interaction port for input (#32844)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit dc63508637038113df76524fb71355532668e6e0 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: use the proper interaction port for input (#32844) Thanks to Caleb Reach. We were using current-input-port, which is not the

[nongnu] elpa/geiser-racket e855c05 135/191: racket: , enter submodules

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e855c05bf9b30aeea0624b82a303ae5162c62ddf Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: ,enter submodules It is now possible to ,enter racket submodules. This is only the first part of the story, because evalations sh

[nongnu] elpa/geiser-racket bb37146 057/191: Make do with a single connection

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit bb371465f7fdc415d5b6f924be3afcbdb96a82d7 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Make do with a single connection Separate connections for the REPL and Geiser commands was kind of neat, but it had the problem of synchro

[nongnu] elpa/geiser-racket 20cc118 083/191: Leftover code from the previous patch removed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 20cc1185f4ad58bb4e124f1f840615dd76a0100c Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Leftover code from the previous patch removed --- geiser/utils.rkt | 2 -- 1 file changed, 2 deletions(-) diff --git a/geiser/utils.rkt b/geiser/util

[nongnu] elpa/geiser-mit def6bbe 09/29: Removing geiser-mit's dep on subr-x altogether

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-mit commit def6bbe523293b02a4d0795f51e19a17db067c08 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Removing geiser-mit's dep on subr-x altogether It's only using string-empty-p from there, which is a function whose name is almost as long as

[nongnu] elpa/geiser-mit c49a2ee 15/29: Use cl-lib instead of cl

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-mit commit c49a2eec47db8df5886ea950db350d8e76e2daca Author: Jonas Bernoulli Commit: Jonas Bernoulli Use cl-lib instead of cl Starting with Emacs 27 cl is fully deprecated, including at compile-time. --- elisp/geiser-mit.el | 4 ++-- 1 file changed, 2 inserti

[nongnu] elpa/geiser-racket 2b2b13f 043/191: Nit

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 2b2b13f31d5a8f970de6e49f55a3d88688f8aa4f Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Nit --- geiser/user.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geiser/user.rkt b/geiser/user.rkt index 88cc24c..e00e306 1

[nongnu] elpa/geiser-racket d8fd4cc 073/191: A couple of uses of intern replaced by make-symbol

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit d8fd4cc734c52acd91c0d37cb9fa8938c06ae641 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz A couple of uses of intern replaced by make-symbol These ones seem safe: the resulting symbol is not compared for equality anywhere. ---

[nongnu] elpa/geiser-racket f83efd0 061/191: Support for implementation-specific font lock keywords

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit f83efd04d2396b15570161e7e900b1281bbcb172 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Support for implementation-specific font lock keywords Spinning up from correct fontification of [else in this brave Racket world.

[nongnu] elpa/geiser-racket ed7347d 093/191: Racket: configurable image cache directory

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit ed7347db3ad3e01bf322a21ac9fa175e38e8d4a1 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: configurable image cache directory Brought to you by a comma-command in the REPL and the REPL startup function. --- elisp/geiser-

[nongnu] elpa/geiser-racket 023cb2b 137/191: racket: indentation for module*

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 023cb2b029b9587b703c4e7ea2cd47597a9c5846 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: indentation for module* --- elisp/geiser-racket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elisp/geiser-racket.el b/elisp/geiser-r

[nongnu] elpa/geiser-racket b4f158d 139/191: racket: module* and module+ denote submodules too

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit b4f158dca43f640b80ca49d3962fbec72b4d470d Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: module* and module+ denote submodules too Recognizing those forms in the elisp module getter. --- elisp/geiser-racket.el | 32 +++

[nongnu] elpa/geiser-racket 7caae17 088/191: Highlighting [else properly in Racket buffers

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 7caae17bc58426647151629834c0b8a43163c4a6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Highlighting [else properly in Racket buffers That is, `else' gets keyword fontlocking. Undecided as to whether extend this highlighting

[nongnu] elpa/geiser-racket 7f8b4b7 014/191: Better switch/import REPL commands.

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 7f8b4b77850b026f06a90fb41c230925e5cf703d Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Better switch/import REPL commands. --- elisp/geiser-racket.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/elisp/g

[nongnu] elpa/geiser-racket ed810eb 072/191: Revert "Bug fix: don't intern symbols read by scheme reader"

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit ed810eb219bad8aaf9aace1515d54ca0f6a1cf60 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Revert "Bug fix: don't intern symbols read by scheme reader" This reverts commit 801422d1558f488059ede4f9abab5163ca610900. We cannot blind

[nongnu] elpa/geiser-racket 36d2d55 097/191: racket: reading into elisp-land the cache dir as needed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 36d2d55582c0130b5f27d9b5743a1353c600fd6b Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: reading into elisp-land the cache dir as needed When no cache dir is set in the emacs customization, we ask Racket for the one tha

[nongnu] elpa/geiser-racket cd7378b 089/191: Racket: indentation for all 'for' forms

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit cd7378b94267f6620fad45754c08d27dd9a335d4 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: indentation for all 'for' forms We had only for two of them, and one was wrong! --- elisp/geiser-racket.el | 31 +

[nongnu] elpa/geiser-racket 14330b4 148/191: Racket: not loading errortrace by default

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 14330b43b9e3fbf97c36ad580ae44f644e19a151 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: not loading errortrace by default The new submodules and errortrace interact badly, for what i've seen. In particular, even with t

[nongnu] elpa/geiser-racket 26ba1f2 011/191: Racket: improvements in module lookups.

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 26ba1f28d366627aed5345709518404477b215ad Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: improvements in module lookups. - We now correctly register submodules and handle main files. - We contemplate the possibili

[nongnu] elpa/geiser-racket 1964a0d 096/191: racket: reading into elisp-land the cache dir as needed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 1964a0d13c63076e0c8e17b44763386f0341accf Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: reading into elisp-land the cache dir as needed When no cache dir is set in the emacs customization, we ask Racket for the one tha

[nongnu] elpa/geiser-mit 9d7c2a8 10/29: Support scmutils, a big library for mit-scheme

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-mit commit 9d7c2a8937927d9f7adb3e7383c08faed7622caf Author: Qian Yun Commit: Qian Yun Support scmutils, a big library for mit-scheme mit-scheme is case-insensitive by default, but scmutils is case-sensitive, so changing argument to lowercase to support both.

[nongnu] elpa/geiser-racket 8bcbc3d 144/191: racket: struggling with submodules

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 8bcbc3d5f32c88e1d2bfaec3a06fd5c5e8619b42 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: struggling with submodules Submodule (re)loading is not without pecularities. In particular, module[*+] submodules are not visite

[nongnu] elpa/geiser-racket 8a30ded 023/191: Redisplaying the prompt after empty lines on the REPL.

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 8a30dedc9af07fac51676ec0ee12b9ce9ca240a9 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Redisplaying the prompt after empty lines on the REPL. --- geiser/main.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geis

[nongnu] elpa/geiser-racket ce1f555 085/191: Racket: capturing and displaying standard error during evaluation

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit ce1f5551148aa6745b7e06ef65716058e8d72c61 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: capturing and displaying standard error during evaluation This bugs was exposed by using rackunit, where all the output of, say, c

[nongnu] elpa/geiser-racket 95d41eb 156/191: Racket: better behaviour of geiser-eval-buffer

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 95d41eb644e5255a05f84275c049d4c28cd5b566 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: better behaviour of geiser-eval-buffer For buffers containing a #lang directive, geiser-eval-buffer was simply broken: one cannot

[nongnu] elpa/geiser-racket aff860d 098/191: Merge branch 'master' of git.sv.gnu.org:/srv/git/geiser

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit aff860ddb1074e352e5e98d30ff126d5d22623ab Merge: 1964a0d 19e0bd6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Merge branch 'master' of git.sv.gnu.org:/srv/git/geiser Conflicts: elisp/geiser-racket.el

[nongnu] elpa/geiser-racket 81ecf42 118/191: More Racket for/* forms indentation from Diogo

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 81ecf420f87d38df82f8e976ded5a8940e736018 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz More Racket for/* forms indentation from Diogo --- elisp/geiser-racket.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/elisp/geiser-racke

[nongnu] elpa/geiser-racket d2636a7 145/191: racket: , cd accepting also non-quoted paths

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit d2636a711def73f05638391447d8686fce98276e Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: ,cd accepting also non-quoted paths just because we can --- geiser/user.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[nongnu] elpa/geiser-racket c07a42d 034/191: Racket: using meta-commands instead of dynamic-require (#30347)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit c07a42d2ced6ac67d13c6ee11442317515416451 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: using meta-commands instead of dynamic-require (#30347) - Much more robust: dynamic-require might not have been defined in the R

[nongnu] elpa/geiser-racket bde687f 153/191: Scheme version checks

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit bde687fa76572044acdba11e5f2feaf48e7a95d9 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Scheme version checks And, if you happen to be launching it all the time, a way of skipping them via a customizable variable. Sho

[nongnu] elpa/geiser-racket aa40a48 106/191: racket: fix re-loading of modules with submodules (e.g. plai-typed)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit aa40a48849854d31199c0d4306ad9d510a20ee4a Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: fix re-loading of modules with submodules (e.g. plai-typed) Resolved module path can now be, besides symbols, a list representing

[nongnu] elpa/geiser-racket a22f8e2 117/191: Indentation rule for match/values (Diogo F.S. Ramos)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit a22f8e24860bcc9a88546b7670a82d3b8b060191 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Indentation rule for match/values (Diogo F.S. Ramos) --- elisp/geiser-racket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elisp/geiser-racke

[nongnu] elpa/geiser-racket cf3e1bd 092/191: Racket: configurable image cache directory

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit cf3e1bdccc8517abfccfdfa59532892d441307cb Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: configurable image cache directory Brought to you by a comma-command in the REPL and the REPL startup function. --- geiser/user.r

[nongnu] elpa/geiser-racket 74d80a1 016/191: Racket: following error links in separate window.

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 74d80a11637a5a6ab43df14a41c0fa3d034fda93 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: following error links in separate window. --- elisp/geiser-racket.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eli

[nongnu] elpa/geiser-racket cc2b8a3 126/191: Racket: fixing help when REPL is in a module

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit cc2b8a386fb1b8dce6744019a8583350306960f3 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: fixing help when REPL is in a module The evaluation of the help form must happen in a good enough namespace. --- geiser/autodoc.r

[nongnu] elpa/geiser-racket 26f17a3 167/191: Keeping the elisp compiler happy

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 26f17a399079a551f767a6733129f3be0b4314b8 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Keeping the elisp compiler happy Mainly by reordering definitions so that functions are not used before defined. There are a couple of pl

[nongnu] elpa/geiser-racket d8076a5 029/191: Couple nits

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit d8076a5ec64fd332126d5510cdded2d97a24952b Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Couple nits --- elisp/geiser-racket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser-racket.el b/elisp/geiser-racke

[nongnu] elpa/geiser-racket 2097d2b 110/191: Little clean-ups to the indentation rules

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 2097d2b093cdf2af0ea1638f825b3dd7b577ce59 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Little clean-ups to the indentation rules Splitting better the specially indented forms between our two implementations, so that users of

[nongnu] elpa/geiser-racket 216067a 104/191: Racket: new option to specify network interface for REPL server

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 216067a564460f77470954e37938547a45107235 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: new option to specify network interface for REPL server In geiser-racket.sh, there's the new option -n, which uses a new hostname

[nongnu] elpa/geiser-racket fd12248 128/191: Racket: correct detection of manual lookup failures

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit fd122487abfebb6067f430f7a23a317fdc6fd665 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: correct detection of manual lookup failures Still a tad messy, because we are always forcing a retort-syntax error and checking it

[nongnu] elpa/geiser-racket b53aba6 036/191: Racket: , eval -> , geiser-eval

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit b53aba6002193212e9120bf6b36250669d3877f8 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: ,eval -> ,geiser-eval --- elisp/geiser-racket.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/elisp/geiser-racke

[nongnu] elpa/geiser-racket c897d9e 130/191: Racket: fixing error backtrace cleansing

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit c897d9e3fb65703d13110b24125a55bee3530121 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: fixing error backtrace cleansing i.e., removing again references to geiser's innards --- elisp/geiser-racket.el | 2 +- 1 file change

[nongnu] elpa/geiser-racket d986e3b 107/191: racket: correctly jump to symbols defined in .ss modules

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit d986e3b1fe92a8a6e8f3761541b28d32f743fec0 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: correctly jump to symbols defined in .ss modules Racket is returning by default their canonical "rkt" name, which sometimes is not

[nongnu] elpa/geiser-racket 8160d23 050/191: Partial work (connections working)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 8160d23f30460280bd150f9a0b6239645843f165 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Partial work (connections working) --- elisp/geiser-racket.el | 1 - 1 file changed, 1 deletion(-) diff --git a/elisp/geiser-racket.el b/elisp/geiser

[nongnu] elpa/geiser-racket e4707d2 105/191: racket: autodoc for PLAI's define-type

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e4707d240808cbd4f70fbaa5b2638dcbd7bd87ea Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: autodoc for PLAI's define-type --- geiser/autodoc.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/geiser/autodoc.rk

[nongnu] elpa/geiser-racket 15b52ff 131/191: Fix for Racket compilation error jumping in REPL

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 15b52ff67753dbbfa248bc9d8596dfdb533d676f Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Fix for Racket compilation error jumping in REPL The backtraces now display some leading whitespace, which the default compilation-mode re

[nongnu] elpa/geiser-racket 18cb3b3 185/191: README.md

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 18cb3b3cc6eca642f971f02cd1af6973bd49fc04 Author: jao Commit: jao README.md --- README.md| 11 +++ geiser-racket.el | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md new file mode 100644 index 00

[nongnu] elpa/geiser-racket f9b1681 159/191: Font lock `define-syntax-rule' like `define' procedures

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit f9b16812638dc4b7eb46338883df2d79a044c3d7 Author: Diogo F. S. Ramos Commit: Jose Antonio Ortega Ruiz Font lock `define-syntax-rule' like `define' procedures `define-syntax-rule' is similar enough to procedure definitions that it should be highlig

[nongnu] elpa/geiser-racket ac54a9e 051/191: Partial work (connections working)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit ac54a9e12013472000c59f3a51a59c2facf77f57 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Partial work (connections working) --- geiser/user.rkt | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/geiser/user.rkt b/ge

[nongnu] elpa/geiser-racket b23d52d 123/191: Racket: better help commands

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit b23d52d07765f6d6a73c0527634c2110feaee566 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: better help commands For some reason that i don't fully understand, evaluating a function in the racket/base namespace first thing

[nongnu] elpa/geiser-racket 279714a 157/191: Racket: fix for recompilation of typed/racket modules

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 279714a5fd766e12ba2750e12790ebe9812abcc6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: fix for recompilation of typed/racket modules When using our current-load/used-compiled function, we were compiling the syntax of

[nongnu] elpa/geiser-racket a87fd44 190/191: fix: auto-activate implementation

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit a87fd449cc6c7b0b17a0b08268e78d3f038f3351 Author: jao Commit: jao fix: auto-activate implementation --- geiser-racket.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/geiser-racket.el b/geiser-racket.el index fbacffc..7be028f 100644 --- a/

[nongnu] elpa/geiser-racket 4e68ebc 140/191: racket: C-u C-c C-z on a submodule enters it

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 4e68ebc5abaf4f19f142de268770dc1fc703c501 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: C-u C-c C-z on a submodule enters it --- geiser/user.rkt | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/geis

[nongnu] elpa/geiser-racket e469ace 134/191: For crazy guys that use (define/match [foo bar] ...)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e469ace7b1afb2c8094f49c5a91cfb614f60aab0 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz For crazy guys that use (define/match [foo bar] ...) Racket is happy with that, so who are we to disagree? --- elisp/geiser-racket.el | 2 +-

[nongnu] elpa/geiser-racket 7593814 053/191: Racket reconnected

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 7593814631db3eeb97f1bfbfbb35c70f7b3e84d6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket reconnected --- geiser.rkt| 4 +--- geiser/server.rkt | 12 ++- geiser/user.rkt | 59 +++

[nongnu] elpa/geiser-racket bad7932 149/191: Debug code removed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit bad79323817e59ab265e39bcdca451805114ffc6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Debug code removed --- geiser/enter.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/geiser/enter.rkt b/geiser/enter.rkt index 7416c46..3f70f2e

[nongnu] elpa/geiser-racket 58657b4 056/191: Better EOT token for more robust communication

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 58657b4d82ad46658f35d10de28f2f489db361ef Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Better EOT token for more robust communication --- geiser/eval.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geiser/eval.r

[nongnu] elpa/geiser-racket 3d41f16 133/191: Racket: correct font-lock for define/match, again

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 3d41f16a28db16b80130961c8a5ebf7aa6fcdd63 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: correct font-lock for define/match, again We weren't considering the obvious: (define/match (foo bar) ...) --- elisp/geiser-racket.el

[nongnu] elpa/geiser-racket 74711fb 143/191: racket: new , geiser-load command in REPL

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 74711fb85a283e71899855be4e830ea0dbcf47b4 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: new ,geiser-load command in REPL ... and used also internally for C-c C-k, although it doesn't yet work as well as i wanted when i

[nongnu] elpa/geiser-racket 65447c4 138/191: racket: handling correctly submodules in load handler during , enter

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 65447c49d68b887d937e2d26ed84b29ecc163410 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: handling correctly submodules in load handler during ,enter That is, complying to the submodule loading protocol (cf. racket's own

[nongnu] elpa/geiser-racket ff0283d 058/191: Make do with a single connection

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit ff0283d264b69c76991569d142dbf3e7c96ce03d Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Make do with a single connection Separate connections for the REPL and Geiser commands was kind of neat, but it had the problem of synchro

[nongnu] elpa/geiser-stklos d87d1ac 14/30: Update README.md - autodoc is supported!

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit d87d1acbd375dbe6cc29557a3bd98df4203e4c2a Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Update README.md - autodoc is supported! --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 16973bb..f9a6d88 100644 --

[nongnu] elpa/geiser-stklos fc33f45 01/30: Initial Commit

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit fc33f459d8a396b09771b5f9e1b09ee6b46253b6 Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Initial Commit --- README.md| 29 ++ geiser-stklos.el | 309 +++ geiser.stk | 250 +++

[nongnu] elpa/geiser-racket a608b02 150/191: Racket: new commands to show and hide test submodules

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit a608b028ad475449f97d728422238c05b9bbc1a6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: new commands to show and hide test submodules The new commands, being racket-specific, are called geiser-racket-{show,hide,toggle}

[nongnu] elpa/geiser-racket e135455 059/191: Superior schemes

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e135455b8a4014d82fae0b5ceca094586a657144 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Superior schemes Inferior schemes weren't really a good idea, were they? With remote connections one can launch an external scheme to debu

[nongnu] elpa/geiser-racket 5e0fced 161/191: Possible fix for scanning problem

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 5e0fcedc5a70f867cd869801b8bedd95d00a7cf0 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Possible fix for scanning problem Apparently, the nesting level returned by emacs's syntax parser can be negative (presumably when it gets

[nongnu] elpa/geiser-racket e1474f1 141/191: Nits

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e1474f175b8b40f78ba1b58546324f01948f2c39 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Nits --- geiser/enter.rkt | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/geiser/enter.rkt b/geiser/enter.rkt index aadf5a

[nongnu] elpa/geiser-racket 1e62c8f 151/191: Let's make it *any* submodule

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 1e62c8fb5b429d7dcbee92ae80388f6279ba93bc Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Let's make it *any* submodule So the new functions are named geiser-racket-*-submodules, and by default all submodule forms are hidden.

[nongnu] elpa/geiser-stklos a02d2a7 13/30: Merge branch 'master' of gitlab.com:emacs-geiser/stklos into master

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit a02d2a7e31ebf4318b52ca8cc6600364f04e730b Merge: 2fe100a 1f2a6e6 Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Merge branch 'master' of gitlab.com:emacs-geiser/stklos into master --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/REA

[nongnu] elpa/geiser-racket aa2a6be 064/191: Racket: slightly better handling of the signatures cache

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit aa2a6bee76bc5899f50b42e559d3b0f6336564eb Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: slightly better handling of the signatures cache Refreshing the cache on form evaluation (had been deactivated by error since the

[nongnu] elpa/geiser-stklos 5ab06e9 11/30: Add autodoc and symbol documentation support

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit 5ab06e9a6b43a67b5885c91f6c2660984743680a Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Add autodoc and symbol documentation support And some tests! --- geiser-stklos-test.stk | 52 + geiser-stklos.el | 2 +- geise

[nongnu] elpa/geiser-racket 3bb3877 168/191: Use OS-specific quotes when asking for versions

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 3bb3877f7898a1a7e342097df07c3e30f74cebeb Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Use OS-specific quotes when asking for versions Fixes #95. This is @kovrik's patch, with 80-columns max formatting. --- elisp/geiser-racket.

[nongnu] elpa/geiser-racket 1f298f0 147/191: Another indentation rule: match-let-values

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 1f298f0de082c9369440938b0eb467aadf24f6d6 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Another indentation rule: match-let-values --- elisp/geiser-racket.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elisp/geiser-racket.el b/eli

[nongnu] elpa/geiser-stklos 66eae79 22/30: Fix docstrings as per checkdoc advice

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit 66eae79045425267e534e95b01f8a99b2bbedaab Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Fix docstrings as per checkdoc advice --- geiser-stklos.el | 46 ++ 1 file changed, 30 insertions(+), 16 deletions(-

[nongnu] elpa/geiser-racket 2494b95 068/191: Document browser improvements, and Racket using them

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 2494b9512317aadb73aa780efc2fe71d7b864269 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Document browser improvements, and Racket using them We have a new "manual lookup" command, and Racket now displays a doc browser buffer f

[nongnu] elpa/geiser-stklos 3210fd8 20/30: Fix small remaining packaging bugs

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit 3210fd89e49cca59a74b8a1b8dfc041592e44243 Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Fix small remaining packaging bugs * use triple dash (---) instead of double in first line. * use package name as prefix is all functions --- geise

[nongnu] elpa/geiser-racket 7f89d8f 170/191: Use (car (process-lines ...)) instead of (shell-command ...)

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 7f89d8f2049f6149618f32f47e1c80de586d7b51 Author: Jordan Brown Commit: Jose Antonio Ortega Ruiz Use (car (process-lines ...)) instead of (shell-command ...) `shell-command` assumes Bourne-shell-compatible quoting, which doesn't work when the user

[nongnu] elpa/geiser-racket eafee8d 142/191: racket: new , geiser-load command in REPL

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit eafee8d908228636e9eac99197a9aff26a03326e Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz racket: new ,geiser-load command in REPL ... and used also internally for C-c C-k, although it doesn't yet work as well as i wanted when i

[nongnu] elpa/geiser-racket 1f2bc48 070/191: Racket: more information in symbol documentation

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 1f2bc487381bed27dfacc8775d1a89b894307dc0 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: more information in symbol documentation When the symbol is imported and re-exported by a second module, we display its definition

[nongnu] elpa/geiser-racket 87662a1 164/191: Not cleaning the image cache before displaying images

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 87662a1386e684432e8b4a2d3b22c26a09fb1551 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Not cleaning the image cache before displaying images Image cache cleaning was being performed during comint output filtering and, since t

[nongnu] elpa/geiser-racket 44740d1 152/191: Syntax error fixed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 44740d13bbf30d8a37298a3f1d865a872d521c0f Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Syntax error fixed Too much clojure latetly!! --- elisp/geiser-racket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[nongnu] elpa/geiser-stklos 0e3a057 28/30: Enhance documentation in Commentary section

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-stklos commit 0e3a0570354c03c0cfa25da82fb34ad2e81c1981 Author: Jeronimo Pellegrini Commit: Jeronimo Pellegrini Enhance documentation in Commentary section --- geiser-stklos.el | 52 ++-- 1 file changed, 50 insertions(+), 2

[nongnu] elpa/geiser-racket 1d47f25 172/191: Automatically enable racket for .rktd and .rktl files.

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 1d47f25445816c8f85e97734fc211df4a7538e90 Author: Artem Chernyak Commit: jao Automatically enable racket for .rktd and .rktl files. --- elisp/geiser-racket.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser-racket.el b/elisp/

[nongnu] elpa/geiser-racket 13dfcf3 075/191: Racket: #lang, require and provide as keywords

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 13dfcf34f5ccfeb65f445c1476ab519cc06e8ec3 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: #lang, require and provide as keywords Those seem keywordish enough to deserve fontification. --- elisp/geiser-racket.el | 10 ++-

[nongnu] elpa/geiser-racket e311818 154/191: Racket: duplicate version check removed

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit e3118182bcca3e7213a0cb11918ba7efb7f29351 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: duplicate version check removed We used to check for a good racket version during its start-up, but these days we already have an

[nongnu] elpa/geiser-racket fa2f509 099/191: Merge branch 'master' of git.sv.gnu.org:/srv/git/geiser

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit fa2f5097e673184a41e3529c79d6541453dd11fe Merge: 36d2d55 a9405d0 Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Merge branch 'master' of git.sv.gnu.org:/srv/git/geiser Conflicts: elisp/geiser-racket.el

[nongnu] elpa/geiser-racket 99acb21 175/191: Fix indentation

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 99acb215889bb589c4f60e45a8bb11b58ba4d92f Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix indentation --- geiser/autodoc.rkt | 6 +++--- geiser/modules.rkt | 6 +++--- geiser/user.rkt| 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --gi

[nongnu] elpa/geiser-racket c5e7ea8 100/191: Little cleanups

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit c5e7ea835b7664903b771ca124e2704d9054610b Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Little cleanups --- geiser/enter.rkt | 112 --- 1 file changed, 58 insertions(+), 54 deletions(-)

[nongnu] elpa/goto-chg 81fca94 05/27: Add maintainer line

2021-08-01 Thread Philip Kaludercic
branch: elpa/goto-chg commit 81fca94d2592cf32bab451c39a9cd2d9b03fbd6b Author: Vasilij Schneidermann Commit: Vasilij Schneidermann Add maintainer line --- goto-chg.el | 1 + 1 file changed, 1 insertion(+) diff --git a/goto-chg.el b/goto-chg.el index 07a26cf..7877404 100644 --- a/goto-chg.el

[nongnu] elpa/geiser-racket c7d936f 174/191: Mark the beginning of code part of elisp libraries with Code: heading

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit c7d936fe6190e5c0ff44779444c21ea3d15167f2 Author: Jonas Bernoulli Commit: Jonas Bernoulli Mark the beginning of code part of elisp libraries with Code: heading It's the convention and by following it we make a big step towards supporting outline

[nongnu] elpa/geiser-racket 7de178d 162/191: Racket: show images with print, write and display

2021-08-01 Thread Philip Kaludercic
branch: elpa/geiser-racket commit 7de178d2dc8afd8c7d61b002c9825ba75bbf62ed Author: Jose Antonio Ortega Ruiz Commit: Jose Antonio Ortega Ruiz Racket: show images with print, write and display Up to now, we were only displaying images when printed as values by the REPL, but not wh

<    5   6   7   8   9   10   11   >