[plt-scheme] How to enter unicode symbols into DrScheme?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Apr 24 16:54:33 EDT 2008

Not a tex input mode per se, but if you type the tex macro (beginning
with a \) type the name of the macro and hit control-\, drscheme will
replace the macro name with the unicode char. There are 137 of these
added in (and if you find missing ones let me know!)

Robby

On Thu, Apr 24, 2008 at 3:23 PM, Joe Wells <jbw at macs.hw.ac.uk> wrote:
> "Grant Rettke" <grettke at acm.org> writes:
>
>  > If you've got a unicode symbol, "black heart suit, U+2665," for
>  > example, how do you enter that into DrScheme's editor?
>
>  In Emacs, I type \heartsuit to get ♥.  I have Emacs's TeX input method
>  turned on automatically in all buffers.  Does DrScheme have a TeX
>  input method?
>
>  --
>  Joe
>
>
>  --
>  Heriot-Watt University is a Scottish charity
>  registered under charity number SC000278.
>
>
>
>  _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>

Posted on the users mailing list.