[plt-scheme] PLT Scheme, Emacs, and Lambda

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jun 21 01:06:31 EDT 2006

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!


Posted on the users mailing list.