To clarify. The below is not a "shortcut", though it is easy to define your own key binding to insert the string "lambda". What the below does is substitutes for display purposes the matched regexps to greek chars. So as you type 'l'-'a'-'m'-'b'-'d'-'a' as soon as the last 'a' is typed it changes. In your source file its still the string lambda the the compiler/interpreter remains happy happy joy joy
2011/6/17 Ray Racine <[email protected]> > Ah yes from a long time ago. If you _really_ want some fun in your scheme > code. Add something like the following to your .emacs file as a scheme-mode > hook. Essentially all standard scheme "keywords" / special forms are > reduced to _display_ as single char greek letters. What is sort of cool is > the source code stays unmodified and works just fine. Emacs only displays > the string "lambda" as a λ etc. > >
