jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: WJed key bindings and utf-8


On 19.04.05, SANGOI DINO wrote:
> Hi,
>  
> While working on a UTF-8 enabled version of WJed (more on that on a separate
> mail soon, I hope), a strange thing happened: cursor keys UP and DOWN
> doesn't work on minibuffer!
>  
> To try it I'm setting JED_UTF8 environment variable.
>  
> After a bit of debugging, I found that the bindings:
>  
>    definekey ("next_mini_command", "\xE0P", mini);
>    definekey ("prev_mini_command", "\xE0H", mini);
>  
> on mini.sl, got the char '\xE0' converted to utf8 sequence. 

What happens to char '\xEO' in other buffers? Does UP and DOWN produce
utf8 sequences there too?

If this is consistent, mini.sl should use keydefs and set 

   definekey ("next_mini_command", Key_Down, mini);
   definekey ("prev_mini_command", Key_Up, mini);

with the string for Key_Down and Key_Up in keydefs.sl depending on the
SLang version.

Guenter

-- 
G.Milde web.de

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]