index
:
geiser-guile
buggie-buggie
master
geiser and guile talk to each other
jao
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elisp
/
geiser-chicken.el
Age
Commit message (
Expand
)
Author
2019-02-24
Checking Chicken's version with the proper invocation
Jose Antonio Ortega Ruiz
2019-02-07
geiser-chicken.el: Use a more stable API to get CHICKEN's version
Mario Domenech Goulart
2019-02-07
geiser-chicken.el: Fix jao's name
Mario Domenech Goulart
2018-11-16
Use string-equal instead of equalp
Dan Leslie
2018-11-12
Only check for specific chicken words, not all their keywords.
Dan Leslie
2018-11-12
Removed more unused code, speeding things up.
Dan Leslie
2018-11-12
Version check is 4.x compatible again
Dan Leslie
2018-11-12
Chicken 5 works with Geiser, many features removed
Dan Leslie
2017-12-17
Make geiser-chicken-required-modules customizable (#233)
diego
2017-12-09
Removed rate limit setting.
Dan Leslie
2016-09-30
Use (car (process-lines ...)) instead of (shell-command ...)
Jordan Brown
2016-09-17
Allows Chicken to limit the number of symbols provided to Geiser
dleslie
2016-08-10
Adds required modules to binary parameters
Dan Leslie
2016-08-10
Remove compilation of chicken module
Dan Leslie
2016-01-19
Fuzzy matching for Chicken AutoDoc and Completions
Dan Leslie
2015-12-30
Oops: shell-quote-binary -> shell-quote-argument
Jose Antonio Ortega Ruiz
2015-12-26
Quoting binary on version checks (issue #117)
Jose Antonio Ortega Ruiz
2015-12-05
Completions didn't work after first symbol in sexp
Dan Leslie
2015-12-05
Fixes for Literals, Errors and Modules
Dan Leslie
2015-10-21
Use OS-specific quotes when asking for versions
Jose Antonio Ortega Ruiz
2015-10-03
Minor improvements
Dan Leslie
2015-10-03
Converts toplevel methods to prefixed methods
Dan Leslie
2015-09-30
Follow suit and complete quoted symbols in all schemes
Jose Antonio Ortega Ruiz
2015-09-30
Merge remote-tracking branch 'dleslie/master'
Jose Antonio Ortega Ruiz
2015-09-27
Limits search to the line beginning
Dan Leslie
2015-09-27
Clean up indentation rules
Alex Kost
2015-09-27
Use 'geiser-chicken-extra-keywords'
Alex Kost
2015-09-27
Add general font-lock keywords for all implementations
Alex Kost
2015-09-27
Add 'geiser-syntax--simple-keywords'
Alex Kost
2015-09-25
Adds the ability to have sub-word delimiters
Dan Leslie
2015-09-01
Add compiled .so caching to Chicken support
Dan Leslie
2015-08-31
Kill those TABs
Jose Antonio Ortega Ruiz
2015-08-31
Merge remote-tracking branch 'dleslie/proper-windows-loading'
Jose Antonio Ortega Ruiz
2015-08-28
Adds necessary parameter to csi for Windows.
Dan Leslie
2015-08-27
Now suppress loading messages
Dan Leslie
2015-07-01
geiser-chicken.el: add indentation rule for `with-output-to-pipe'
Mario Domenech Goulart
2015-05-17
Various improvements
Dan Leslie
2015-05-06
Compile instead of Load, should speed up.
Dan Leslie
2015-02-09
Documentation updates and nits for Freija
Jose Antonio Ortega Ruiz
2015-02-09
Initial Chicken support
Dan Leslie