summaryrefslogtreecommitdiff
path: root/elisp/geiser-edit.el
AgeCommit message (Expand)Author
2024-02-08geiser-edit: new customization groupHEADmasterjao
2024-01-15edit: Add geiser-insert-actual-lambda.Tomas Volf
2023-10-01fix: better error message for symbol not found on M-.jao
2023-05-03Address byte-compiler warningJonas Bernoulli
2022-12-05Take the byte-compilers advice into accountJonas Bernoulli
2022-11-01requiring subr-x at compile time for older emacsenjao
2022-10-22debugging commands up to the specific scheme implementationjao
2022-10-21fix: long standing bug in regexp recognising columns in error linksjao
2022-10-21more tweaks to regexp signature findingjao
2022-10-16fix: don't signal an error when we find module as an alternativejao
2022-10-16better error when we fail in edit symbol at pointjao
2022-10-16fun with regular expressions for definitions fallbackjao
2022-10-16fix: restore looking for module if symbol's not therejao
2022-10-16little tweak to regexp definitionsjao
2022-10-16fallback autodoc inferred via cheap regexpsjao
2022-10-15local definition discovery sans imenujao
2022-10-14fix: marker stack for jump to modulejao
2022-10-13fixes for the imenu jumping fallbackjao
2022-10-12imenu as a last resort for jumping to definitionjao
2022-10-10jump to location specified as a char posjao
2022-04-09A bit more tramp-friendlinessjao
2021-11-27Fix for file location identification (column number might be missing)jao
2021-04-10Simpler error reporting for symbol lookup failuresjao
2020-04-26Fix typosJonas Bernoulli
2020-03-27Fix indentationJonas Bernoulli
2020-03-27Mark the beginning of code part of elisp libraries with Code: headingJonas Bernoulli
2020-01-28C-c \ and C-c [ in geiser-repl tooJose Antonio Ortega Ruiz
2019-08-14Pushing the correct marker (fixes #279)Jose Antonio Ortega Ruiz
2019-08-07Add error reporting about missing symbols to geiser-edit.elLockywolf
2019-08-06Add scheme subroutine to find files implementing modules to chibi.Lockywolf
2019-02-10xref-push-marker-stack <- find-tag-marker-ringRyan Desfosses
2013-08-25Let's make it *any* submoduleJose Antonio Ortega Ruiz
2013-08-25Racket: new commands to show and hide test submodulesJose Antonio Ortega Ruiz
2013-02-03Little cleanups, and C-u variant for the lambda thingJose Antonio Ortega Ruiz
2013-02-03More robust lambda and keybinding to C-c \Jose Antonio Ortega Ruiz
2013-02-03Insert Greek letter lambda.Ray Racine
2012-10-11WhitespaceJose Antonio Ortega Ruiz
2012-07-01Correctly buttonizing paths with leading spaces in DBG buffersJose Antonio Ortega Ruiz
2010-11-27No more interning in the scheme readerJose Antonio Ortega Ruiz
2010-11-26Remove unnecessary calls to symbol-at-pointJose Antonio Ortega Ruiz
2010-11-01Better error message for edit-symbol-at-pointJose Antonio Ortega Ruiz
2010-10-31Always fallback to edit-module in M-.Jose Antonio Ortega Ruiz
2010-10-31Fix for geiser-edit-moduleJose Antonio Ortega Ruiz
2010-10-30Elisp: more flexible parsing of :eval and :ge formsJose Antonio Ortega Ruiz
2010-10-15WhitespaceJose Antonio Ortega Ruiz
2010-09-12Couple nitsJose Antonio Ortega Ruiz
2010-09-07Reuse soruce window when navigating errorsJose Antonio Ortega Ruiz
2010-09-07Make next-error (C-x `) work on debug buffersJose Antonio Ortega Ruiz
2010-09-07Support for evaluation warningsJose Antonio Ortega Ruiz
2010-08-30More docs and a function renamed.Jose Antonio Ortega Ruiz