lp:~derick-eddington/scheme-mode/derick-.emacs.d

Created by Derick Eddington and last modified

The new Scheme major modes are implemented by the files scheme.el and inferior-scheme.el in the libraries/ directory.

Get this branch:
bzr branch lp:~derick-eddington/scheme-mode/derick-.emacs.d
Only Derick Eddington can upload to this branch. If you are Derick Eddington please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Derick Eddington
Project:
Scheme Mode for Emacs
Status:
Experimental

Recent revisions

29. By Derick Eddington

Touch-ups to Scheme mode. Reword some comments. Add .s6l and .s6p to file-name extensions. Delete trailing whitespace.

28. By Derick Eddington

Change Scheme mode indentation configuration facility, derived from a contribution by Andreas Rottmann. The old symbol property way is no longer supported. Replace scheme-indent-form-names with scheme-default-indent-specs which has a different type of value. Add scheme-indent-specs for file-local configuration. Add some other related stuff. See the new documentation in the source-code.

27. By Derick Eddington

Add LICENSE file. Misc minor updates.

26. By Derick Eddington

Fix bug where #\' etc. were not fontified correctly.

25. By Derick Eddington

Add ability to prepend faces to Inferior Scheme input and output text; this is useful for adding a background color or for completely overriding the face. Disable extra fontifying (such as keywords) of Inferior Scheme output text; the implementation of this is left open to future uses such as for disabling extra fontifying for quoted (and related) forms or for finer control of what fontifying is disabled.

24. By Derick Eddington

Remove Inferior Scheme mode support for file loading and for init files. Rename `inferior-scheme-program-name' to `inferior-scheme-command-line'. Use `split-string-and-unquote' instead of `inferior-scheme-args-to-list'.

23. By Derick Eddington

Make Inferior Scheme mode remember buffers' I.S. process command-line and use I.S. processes' possibly renamed buffer names. Previously, it always used a buffer named "*scheme*".

22. By Derick Eddington

Change Scheme modes' key bindings and add menu bar bindings. Add quoting keywords.

21. By Derick Eddington

Fix bug where "#;" inside strings or comments was highlighting as datum comment.

20. By Derick Eddington

Make the regular expressions which match open-parenthesis match both "(" and "[".

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.