[wmii] A client focus Problem

From: S.P.Tseng <mendouer_AT_163.com>
Date: Thu, 1 Nov 2007 11:55:26 +0800

I have write such script

#!/bin/sh

mknod /tmp/curtag p
curtag=`wmiir read /tag/sel/ctl | head -n 1`
echo $curtag > /tmp/curtag &

wmiir xwrite /ctl view emacs
exec emacsclient.emacs22 $@

rm -f /tmp/curtag
-------------------------------------------------------

And When $e xxxxx.c, It will view the tag of emacs, But the focus is not emacs.
And there is only emacs client in the tag of emacs.

--
Received on Thu Nov 01 2007 - 04:55:38 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:30:31 UTC