xwem-devel
[Top] [All Lists]

Re: Tips n Tricks

From: Zajcev Evgeny <zevlg@xxxxxxxxx>
Subject: Re: Tips n Tricks
Date: Fri, 03 Dec 2004 09:59:42 +0300
User-agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, berkeley-unix)
Steve Youngs <steve@xxxxxxxx> writes:

> Hi Gang!
>
> I've just added a "Tips n Tricks" section to the web page.  Go check
> it out.  Then come back here and tell me all your cool sexy XWEM
> tricks so I can add them to the web page.

Great!  Here are other tricks:

  * Take advantage of sbs splitting.  Use `H-x 5 2' `H-x 5 3' and
    `H-S' commands to operate on frames group.

  * You can make xwem minibuffer automatically hide seting
    `xwem-minibuffer-autohide-timeout'<v>

  * Use `H-4 2 a' to insert 42 'a' characters in any client.

  * Forget about kgamma - evaluate (xwem-gamma-widget (xwem-dpy)) in
    *scratch*.

  * Remeber that xwem keyboard is programmable, use

    (xwem-global-set-key (xwem-kbd "H-x x") [(hyper x) b m o z i l l a return])

  to switch to mozilla.

BTW: last tip discovers tiny bug :) in function
`xwem-event-as-command' last line should look like

    xwem-this-command-keys (vconcat (and (not (xwem-kbd-global-map-current-p))
                                         xwem-this-command-keys)
                                    (vector e-ev))))

Steve, can you commit the patch for it?

Also, prelast tip also discover inconsisnecy ..  function
`xwem-gamma-corrector' should call (XFlush xwem-gamma-display) just
after (X-XF86VidModeSetGamma ...).  Can you also commit this?

Thanks!

-- 
lg

<Prev in Thread] Current Thread [Next in Thread>