Stdout chatter with test packages

Zajcev Evgeny zevlg at yandex.ru
Tue Apr 13 13:03:34 EDT 2004


"Stephen J. Turnbull" <stephen at xemacs.org> writes:

>>>>>> "Zajcev" == Zajcev Evgeny <zevlg at yandex.ru> writes:
>
>     Zajcev> Normally yes, xwem-kbd can be ommited if user will not
>     Zajcev> change `xwem-hyper-modifier' variable, which default value
>     Zajcev> is 'hyper.  xwem-kbd is used to substitue modifiers,
>
> This only works inside Emacs, right?  Why not just do it right, with
> XKeyCaps?

Yes, this is only for Emacs as planned.  I want my meta key behave
like control only when doing xwem things, but not for every X
application.  Actually firstly i planned to write keys substitution
package, which will work next way.  You register keys substitute table
in it, like this.

   (([control ?l] . [meta ?l])
    ([contol meta ?p] . [(control ?x) ?m])
    ..)

i.e each element is cons which car is pressed keys sequence and cdr is
result keys sequence(will be produced as you have typed them).  Every
car key sequence grabbed on keyboard and when you press it, keys in
cdr processed as you typed them.  In our example pressing C-M-p will
actually produce C-x m.

But i have not finished it and made only modifiers substitution.

This is not really critical for xwem, just another feature, which
never will be used :)

-- 
lg




More information about the XEmacs-Beta mailing list