2006/3/22, Peter Dyballa <[EMAIL PROTECTED]>: > Then there seems to be some need to type these accents more easily. > The COMBINING ACUTE ACCENT is described in GNU Emacs 22.0.50 as > > character: (332481, #o1211301, #x512c1, U+0301) ... > Or is there something better, faster, easier to remember? And where > come these large numbers for a character in GNU Emacs 22.0.50 from ... ?
There's a command `ucs-insert' (in both versions of emacs) which accepts the unicode hex code (e.g. 301). It's not bound by default, so you must type `M-x ucs-insert', but of course you can bind it yourself if you use it a lot. -Miles -- Do not taunt Happy Fun Ball. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
