]> git.eshelyaron.com Git - emacs.git/commit
Improve support for Scheme R6RS and R7RS libraries (bug#54704)
authorRudolf Adamkovič <salutis@me.com>
Sat, 24 Dec 2022 00:00:32 +0000 (01:00 +0100)
committerEli Zaretskii <eliz@gnu.org>
Tue, 27 Dec 2022 13:57:45 +0000 (15:57 +0200)
commit1fe4b98b4d5e0fe3d9964bd1789d3ee5be61dd2a
tree9225fc85efb8c2960abb71cdfcc34aaf68908f7f
parent2347f37f677cc4c3acbc84c424c08dff369e9047
Improve support for Scheme R6RS and R7RS libraries (bug#54704)

* etc/NEWS (Scheme mode): Document improved file-type auto-detection
and Imenu support for R6RS and R7RS Scheme libraries.
* lisp/files.el (auto-mode-alist): Associate the '.sls' (R6RS Scheme
Library Source) and '.sld' (R7RS Scheme Library Definition) file name
extensions with the Scheme mode.
* lisp/progmodes/scheme.el (scheme-imenu-generic-expression): Make
Imenu recognize the members nested (and so indented) inside of
'library' (R6RS) or 'define-library' (R7RS) forms.
etc/NEWS
lisp/files.el
lisp/progmodes/scheme.el