Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | undeclared function moved around | jao | |
2022-08-23 | Interactive REPL start in C-c C-k and C-c C-l | jao | |
Should address, sort of, issue #46 | |||
2022-07-31 | Add missing space when load path addition fails. | Hugo Hörnquist | |
2022-04-09 | A bit more tramp-friendliness | jao | |
Fixes #45. Thanks to Brian Cully. | |||
2022-01-31 | Silence byte-compiler | Jonas Bernoulli | |
2021-12-22 | Asynchronous file load/compile | jao | |
2021-12-05 | Refinement: geiser-repl-add-project-paths instead of a boolean flag | jao | |
2021-04-10 | autoload cookie for geiser-eval-load-path | jao | |
2020-03-27 | Declare geiser-restart-repl in geiser-compile.el | Jonas Bernoulli | |
2020-03-27 | Mark the beginning of code part of elisp libraries with Code: heading | Jonas Bernoulli | |
It's the convention and by following it we make a big step towards supporting outline navigation. The convention doesn't say much about what parts of the code are supposed to be part of that sections and what parts belong in a subsequent section. Here we put the `require' forms in this section and maybe some setup code, that's a popular approach. In most cases there was "" where we now insert "Code:". They both serve a similar purpose and we keep the former because some users depend on that for navigation. We even add this "" in libraries where it previously was missing. In some cases the permission statement was followed by a commentary, which obviously does not belong in the "Code:" section. In such cases add the conventional "Commentary:" section. | |||
2020-03-27 | Begin the summary lines of all elisp libraries with three semicolons | Jonas Bernoulli | |
It's the convention and by following it we make a big step towards supporting outline navigation. | |||
2018-03-19 | A prefix for geiser-compile-current-buffer to restart it all | Jose Antonio Ortega Ruiz | |
Okay, i must confess it's sometimes handy to restart the REPL before compiling a file (the proverbial clean slate and all). And we already have geiser-restart-repl, so combining the two things when C-u happens was not really difficult. | |||
2016-12-03 | Bug fix: expanding file name at the right time | Jose Antonio Ortega Ruiz | |
We were expanding the path of files to be loaded at the wrong place in the wrong way. This should be better and address bug #196. | |||
2016-06-11 | Cleanups to the show/jump debug buffer mess | Jose Antonio Ortega Ruiz | |
Let's see if i finally got this right... | |||
2013-02-07 | Accepting ~ in geiser-add-to-load-path | Jose Antonio Ortega Ruiz | |
2012-10-11 | Whitespace | Jose Antonio Ortega Ruiz | |
2011-02-03 | New geiser-add-to-load-path, just for Guile right now | Jose Antonio Ortega Ruiz | |
As per Andy's request. Adding it to Racket (and to the user manual), shouldn't be difficult). | |||
2010-12-28 | Leaner autodoc cache | Jose Antonio Ortega Ruiz | |
We cannot consistently maintain a local cache, because of re-evaluations of external symbols will go unnoticed. The new strategy (remembering only the latest signatures) mostly works, although it introduces a bit of extra flickering every now and then. A global cache is perhaps worth considering. | |||
2010-12-28 | Finer grained maintenance of autodoc's cache | Jose Antonio Ortega Ruiz | |
2010-10-30 | Elisp: more flexible parsing of :eval and :ge forms | Jose Antonio Ortega Ruiz | |
This allows the implementation decide the concrete structure of the code sent to the REPL. For instance, it doesn't need to be a single s-expression, and argument order can be re-arranged. | |||
2010-09-06 | Autodoc: clean cache upon evaluation | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-04-28 | Fixes for eval/compilation error display. | Jose Antonio Ortega Ruiz | |
2009-02-24 | Partial support for stack trace display. | Jose Antonio Ortega Ruiz | |
2009-02-21 | Correct stack in load/compile file retorts. | Jose Antonio Ortega Ruiz | |
2009-02-21 | Capture backtrace. Fix load/compile from Emacs. | Jose Antonio Ortega Ruiz | |
2009-02-17 | Separate commands for evaluation and compilation. | Jose Antonio Ortega Ruiz | |
2009-02-13 | Small improvements. | Jose Antonio Ortega Ruiz | |
2009-02-12 | Edit symbol at point for programs. | Jose Antonio Ortega Ruiz | |
2009-02-11 | README stuff. | Jose Antonio Ortega Ruiz | |
2009-02-11 | Load file commands. | Jose Antonio Ortega Ruiz | |
2009-02-11 | Compile file. | Jose Antonio Ortega Ruiz | |