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

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jun 21 00:48:46 EDT 2006

On Jun 21, Carl Eastlund wrote:
> Do any emacs users out there know how I can convince emacs to load
> Scheme files in UTF-8 mode?  Whenever I load files with UTF-8 lambda
> characters in them, emacs reads them as two ASCII characters.  Even
> more unfortunately, quack.el thinks the second of these characters is
> an s-expression closer, so parenthesis matching goes out the window.

C-x RET l UTF-8 RET

Or just use the `set-language-environment' function directly.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.