Well, I handed in a rather inconclusive version of the essay I mentioned. It and the program used to generate the trees are both here.
I'd love it if anyone found the program useful - and anyone's more than welcome to do anything with the code, although I'd appreciate a heads-up out of interest. Enjoy!
Sunday, 13 May 2007
Copying UTF into Emacs
It's been annoying me for ages, but I never really got UTF copy/paste working right in Emacs. Finally (procrastinating from German revision) I found a solution that works for copying from Firefox at least.
The solution is detailed here and I'm eternally grateful. Basically, just put the following code somewhere in your .emacs:
And, voila, umlauts (like รถ) and I presume strange characters from other languages will appear in all their glory!
The solution is detailed here and I'm eternally grateful. Basically, just put the following code somewhere in your .emacs:
(setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
And, voila, umlauts (like รถ) and I presume strange characters from other languages will appear in all their glory!
Subscribe to:
Posts (Atom)