summaryrefslogtreecommitdiff
path: root/lisp/progmodes/scheme.el
AgeCommit message (Expand)Author
2024-07-18; Fix typosStefan Kangas
2024-04-01(scheme-syntax-propertize-sexp-comment): Allow `#;` in stringsPo Lu
2024-04-01(scheme-syntax-propertize-sexp-comment): Handle nested sexp-commentsStefan Monnier
2024-04-01(scheme-syntax-propertize-sexp-comment): Remove unused argumentniceume
2024-04-01scheme.el: Enable dealing with regular expression literalniceume
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-30Avoid using rx `any` for `not-newline`Mattias Engdegård
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-27Improve support for Scheme R6RS and R7RS libraries (bug#54704)Rudolf Adamkovič
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas
2022-06-18Define docstring element for more forms in scheme-modeStefan Kangas
2022-06-06Improve scheme-mode syntax-rules indentationLars Ingebrigtsen
2022-05-27Prefer defvar-keymap in some progmodesStefan Kangas
2022-04-20Improve documentation of 'scheme-indent-function' propertyEli Zaretskii
2022-04-20Define indentation behavior for a few more special Scheme formsJean Abou Samra
2022-01-23Improve scheme-imenu-generic-expressionAlex Kost
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-24Clean up duplicated setting in scheme-mode-variablesLars Ingebrigtsen
2021-05-25Fix font and indentation of call-with-port in scheme-modeLars Ingebrigtsen
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-02-26Convert some more progmode menus to easy-menu-defineStefan Kangas
2021-02-12Minor cleanups in scheme.elStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-04-16Fix bugs, inefficiencies and bad style in regexpsMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-10More regexp corrections and tweaksPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-05-07scheme.el: Turn literal tabs into \tJorgen Schaefer
2016-05-01Add R7RS syntax forms to scheme.elPeter Feigl
2016-05-01; Replace mixed tabs/spaces in scheme.el with just spacesJorgen Schaefer
2016-02-23Allow pretty lambdas in Scheme modeSimen Heggestøyl
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-05-25Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris
2014-05-20* lisp/progmodes/scheme.el (scheme-mode-syntax-table): Remove hack forStefan Monnier
2014-04-25Improve Scheme font-locking for (define ((foo ...) ...) ...).Thien-Thi Nguyen
2014-04-24* progmodes/scheme.el (would-be-symbol, next-sexp-as-string):Leo Liu
2014-03-17Fix debbugs#16971Dmitry Gutov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-05* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov
2013-06-14Add some new scheme features (tiny change)Simen Heggestøyl
2013-03-16Merge from emacs-24Stefan Monnier
2013-03-16* progmodes/scheme.el: Add indentation and font-locking for λ.Leo Liu