On Mon, 25 Feb 2008, Robert Millan wrote:
On Mon, Feb 25, 2008 at 03:08:11PM +0000, Reuben Thomas wrote:
(global-set-key "ç" 'self-insert-command)
without the expected result.
The c-cedilla has to be an 8-bit character.
I put 0xe7 there (with an hex editor), but still no luck. Is that what you
meant?
That's what I meant. Unfortunately there was a bug preventing it from
working. I've now released Zile 2.2.56 with a bug fix. Note that each 8-bit
byte in a given UTF-8 character will need to be bound; for £, for example I
had to do:
(global-set-key "\302" 'self-insert-command)
(global-set-key "\243" 'self-insert-command)
(where \302 and \243 are actual bytes with those octal codes).
--
http://rrt.sc3d.org/
Kleineken: refreshes the dimensions other beers cannot reach
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]