zge pushed a change to branch elpa/geiser-kawa. at 3d999a3 README.org - update Geiser's repo url after new repo
This branch includes the following new commits: new e171876 First commit new f0f5441 README.org - Add mention about difference from geiser-kawa-scheme new b95e191 README - Add small recap table about difference from geiser-kawa-scheme new 6d4c6f5 Update .gitignore new 5549434 Add Cask file new c9c493e Add pom.xml for kawa-geiser dependency new 4247497 Add geiser-kawa.el (project is starting to work) new 84eea5c Add quickstart.el new 1f6357f README - Update new 95e3f4a Fix error when requiring geiser-kawa and kawa binary is not in PATH new 2ec29bd pom.xml - use specific commit instead of -SNAPSHOT for kawa-geiser dep new 63e662d README - reword quickstart instructions new 91929a6 Small naming change new eba6684 pom.xml - Update kawa-geiser commit SHA new 29d4f87 pom.xml - Update kawa-geiser SHA new 0f5c744 Avoid issues with older Kawa versions when using quickstart.el new 8451f3b README.org - Small reword new 0eab288 README.org - Small reword new 95573c2 Add initial support for colon-notation completion new 86ef157 Join projects: kawa-geiser is now part of geiser-kawa new 4750e5c Update README new a42e807 Fix warnings when running 'mvn package' new f1d6f8d Add maven-wrapper new 274f990 Use mvnw (maven-wrapper) as default command to compile kawa-geiser new 5521b28 Update README after joining of geiser-kawa and kawa-geiser projects new f5a1697 README - small reword new a709cfc Small reword in README new 281d27c Add COPYING new 05e1eaa Add initial support for completing java packages new cf06550 Small changes to README new 5651a3a Add message if no completions found new 8d04e27 Update kawa-devutil dep new 088654b Fix function definition is void: word-at-point new 2e9138c Small refactor + update comment in GeiserEval new 4ba3dc2 Add support for macroexpand new 72dbb50 Refactor: rename classes, move static field between classes new 11c8415 Fix (workaround) autodoc for certain symbol names new 266413b Refactor: replace Kawa procedures with primitive methods + update kawa-devutil dep new aad27bb Small reword in comment new 0aa42cb Fix broken test new 5d8256d Fix re-importing exception new cebaa28 Add test new 55efc48 Fix non-passing Autodoc test new 47a2956 Refactor kawageiser.Geiser.java new 590968e Add autodoc support for constructor methods new 02cd922 Add workaround to free port when a Kawa server is already using it through ssocket.close() new fabe331 Use kawa-devutil's Kawa server wrapper instead of own solution new 0d86c7b Add java package completion caching at module load time new 4938a98 Update kawa-devutil dep + fix code accordingly new 9f3a057 README - Add more information about java completion + update kawa-devutil dep new 0c311ae Rename var to geiser-kawa-use-included-kawa new 34b68ce Add check for deps with run-kawa is called. Uses emacs advice on run-kawa. new 5762c19 Cask file: add buttercup dep + copyright new bd3e31f Update README.org after renamings new ed8d954 Rename funcs new 1b82b8f Add tests for elisp new b8647aa Fix error in func name new e440789 Add optional arg to function checking for jar file new 3c57d06 TODO.org: Add todos new 45dc276 Fix and set pretty print default to true new 79dec54 Add support for viewing Expression tree new 1538f1f TODO.org: update new 2016503 Fix error caused by undefined reg-beg and reg-end new 6495077 Fix: replace lang.getEnvironment() with Environment.user() as default environment new e4fc302 pom.xml: update kawa-devutil dep new e4679f7 pom.xml update kawa-devutil dep + fix code accordingly new 69fbe9c Refactor: several changes + update pom.xml for kawa-devutil new 80ed3e7 Update geiser version + remove geiser workaround for Cask new b15c4bc TODO.org: add todo new eb83483 Add+Refactor: add support for generic kawa-devutil completion + refactor new f57efde Change geiser version new f25955e Fix broken package name new f258b9a TODO.org: add notes to self on how to make the melpa recipe new f9149a7 Move elisp tests under the elisp directory new ca594ec Refactor: rename some functions new 56b7524 Add more elisp tests new 6ff146d pom.xml: update kawa-devutil version new 3a02f86 Add first line to elisp files: description + lexical binding new e349b4b Refactor+Fix+Style: many changes in preparation for melpa submission. new d744274 Cask file: add development dependencies new 8d6202f Refactor + Fix style + Copyright notices new da47cd7 Fix broken name new 9cc5ee1 Update kawa-devutil version + add default for evaluator new e0fd1de Refactor geiser-kawa-devutil-exprtree.el new 32c0359 Update kawa-devutil version new 0fd7c30 README.org: update new c1f9e3f Fix unsupported add to gnu.lists.EmptyList new e63a8b4 Improve message when manual is not found. new 58ef04d Add autodoc support for LangObjType new ad862b1 Update README.org, TODO.org new 1e15f01 Refactor 'geiser-kawa-util--eval...' + related fixes new d389ebd Update README.org new 322a40f README.org: add heading about manual lookup new 47f195f README.org: add heading about extending geiser-kawa new 506bf81 Add section about embedding kawa-geiser in a java application new f8cf352 Update kawa-devutil version + add Random_notes.org new 1ffe084 Fixes for windows support + README.org: add instructions new 19d97d2 Small fix for package linting new df35e6b Add unwind-protect in geiser-kawa-deps--run-kawa-unadviced new 6009d95 Rename test-geiser-kawa.el to geiser-kawa-test.el + fix flycheck issues new bed937f TODO.org: update new 46ab237 melpa/melpa#6858 - Replace license boilerplates with SPDX-License-Identifier new 4141232 melpa/melpa#6858 - Avoid "Unused lexical argument" warnings prepending "_" to parameter names new fe548f9 melpa/melpa#6858 - Rename non-standard "geiser-kawa-util--eval/result" to "geiser-kawa-util--eval-get-result" new d7cb7d9 Remove advice from "run-kawa" + add "geiser-kawa-run-kawa" function new 0ef5baa melpa/melpa#6858 - Fix issues found by "Suggestions/experimental static checks" new 6cb6826 melpa/melpa#6858 - Change regex in geiser-impl--add-to-alist to respect convention new e864cf6 Fix docstring wording new 52605a4 melpa/melpa#6858 - Rename 'geiser-kawa-deps--run-kawa--compil-hook' to 'geiser-kawa-deps--run-kawa--compile-hook' new c7c8dae melpa/melpa#6858 - Sharp-quote "identity" function new f76b53d README.org - Add section about MELPA + better wording + small fix new ff93297 README.org - small changes new b96c008 pom.xml - update kawa-devutil version new 71f8a69 Fix checkdoc and lint warnings in preparation for melpa recipe update new 7e060a4 Update package's Homepage new cd39deb Update geiser version in Package-Requires new c4de6bb pom.xml - update kawa-devutil version (adds support for Java 8) new 989485b README.org - update instructions with new geiser-kawa's repo new 3d999a3 README.org - update Geiser's repo url after new repo