Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-15 | Alias for font-lock-ensure (should fix #274) | Jose Antonio Ortega Ruiz | |
2016-06-17 | Be in good terms with haskell-mode | Jose Antonio Ortega Ruiz | |
Avoid redefining font-lock-ensure, so that haskell-mode doesn't get mad at us. Should close github's #164. | |||
2016-06-12 | Real fix fontification on scheme switch | Jose Antonio Ortega Ruiz | |
2015-08-14 | Modifies geiser--cut-version regex | Dan Leslie | |
Minor and Patch versions are now optional. | |||
2015-08-14 | Closes jaor/geiser#65 | Dan Leslie | |
geiser--cut-version only supports single-digit minor versions. - Improves the regex to support multiple-digit minor versions. Contributed by @kovrik | |||
2015-02-09 | Documentation updates and nits for Freija | Jose Antonio Ortega Ruiz | |
Preparing the release of 0.7, which will feature support for Chicken thanks to Dan and Freija! | |||
2013-09-25 | Scheme version checks | Jose Antonio Ortega Ruiz | |
And, if you happen to be launching it all the time, a way of skipping them via a customizable variable. Should address issue #15. | |||
2012-10-11 | Whitespace | Jose Antonio Ortega Ruiz | |
2010-11-26 | Remove unnecessary calls to symbol-at-point | Jose Antonio Ortega Ruiz | |
... which interns the symbol in the global obarray: rather unfriendly. We still need to remove a few calls to that beast, and avoid intern in the scheme reader. | |||
2010-11-26 | Revert "Bug fix: don't intern symbols read by scheme reader" | Jose Antonio Ortega Ruiz | |
This reverts commit 801422d1558f488059ede4f9abab5163ca610900. We cannot blindly substitute make-symbol for intern in the scheme reader, because we rely on symbol equality elsewhere, often. The fix will have to be much more careful. | |||
2010-11-26 | Bug fix: don't intern symbols read by scheme reader | Jose Antonio Ortega Ruiz | |
We were calling `intern' instead of `make-symbol', polluting emacs' obarray. | |||
2010-10-06 | Use cl only at compile time | Jose Antonio Ortega Ruiz | |
2010-09-11 | A better way of doing the above | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-08-23 | geiser-reload works again (was broken for installed geiser). | Jose Antonio Ortega Ruiz | |
2009-08-23 | Fixes for all byte-compilation warnings. | Jose Antonio Ortega Ruiz | |
2009-06-10 | Share scheme-indent-function tweaks across implementations. | Jose Antonio Ortega Ruiz | |
2009-04-30 | PLT: Help fix. | Jose Antonio Ortega Ruiz | |
2009-03-06 | New command to display generic methods (C-cC-dg) implemented. | Jose Antonio Ortega Ruiz | |
2009-02-25 | Missing require. | Jose Antonio Ortega Ruiz | |
2009-02-14 | Autodoc: try symbol at point first. Some cleanups. | Jose Antonio Ortega Ruiz | |
2009-02-11 | Compile file. | Jose Antonio Ortega Ruiz | |
2009-02-07 | Elisp utilities (mostly imported from FUEL). | Jose Antonio Ortega Ruiz | |