On Tue, 04 Aug 2009 14:30:54 +0200 [email protected] (Adam Sjøgren) wrote:
AS> On Tue, 04 Aug 2009 14:20:57 +0200, Dick wrote: >> How did you create that subscript in your messages with gnus? AS> You mean: ¹²³? AS> Pressing AltGr-Shift+1 (2, 3) AS> Hasn't really got anything to do with Gnus… I work on several systems and OSs, so it's nice to do this entirely inside Emacs. There is a facility to do it: `C-x 8 RET' (ucs-insert) allows completion by UCS name. So you would say "SUPER<TAB>" to see that there is a "SUPERSCRIPT DIGIT ONE" and then complete to it. All the usual Emacs completion mechanisms apply. You can of course bind this call of ucs-insert to a key. There's also input methods; I have `cyrillic-translit as my default-input-method (allows /12 to map to ½ for example) but there are many other input methods to do extra characters. Then just use M-x toggle-input-method to switch between the default-input-method and the normal non-multilingual one. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
