On Mon, Feb 25, 2008 at 05:31:27PM +0000, Reuben Thomas wrote:
> 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).

Ah well.  I suppose I'm happy now.  Thanks =)

As for this bug, perhaps it'd be appropiate to close it with 2.2.56 upload?

-- 
Robert Millan

<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to