Re: character set encoding of scheme source files
Michael Sperber <[email protected]> Sun, 28 Oct 2012 16:14:48 +0100
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Jonathan Rees <[email protected]> writes: > Is there a way to tell emacs to switch to a UTF-8 default for > everything? And a way to hack at the Scheme 48 sources (off label) to > make it do the same? Easiest would be to call `(set-port-text-codec! port utf-8-codec)' on the input port created in scheme/bcomp/read-form.scm. -- Regards, Mike