[plt-scheme] PLT Scheme, Emacs, and Lambda
On Jun 21, Carl Eastlund wrote:
>
> Thanks, Eli.
>
> I would still like something automatic, though - this doesn't carry
> over across sessions,
Like I said:
> > Or just use the `set-language-environment' function directly.
For example, put
(set-language-environment "UTF-8")
in your ".emacs".
> plus it doesn't help with an open file.
I don't think that anything will work with an already open file.
> Is there a way I can make UTF-8 mode automatic for .ss files?
You'll need to find a hool that runs before the file is opened.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!