Re: can't assign matlab figure to certain tag.

2011-02-07 Thread Ng Oon-Ee
On Mon, 2011-01-31 at 19:21 +0100, Uli Schlachter wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Am 31.01.2011 18:43, Piter_ wrote: > [...] > > { rule = { class = "sun-awt-X11-XFramePeer"}, > [...] > Either > { rule = { class = "sun%-awt%-X11%-XFramePeer"}, > or > {

Re: can't assign matlab figure to certain tag.

2011-01-31 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 31.01.2011 18:43, Piter_ wrote: [...] > { rule = { class = "sun-awt-X11-XFramePeer"}, [...] Either { rule = { class = "sun%-awt%-X11%-XFramePeer"}, or { rule = { class = "sun--awt--X11--XFramePeer"}, Cheers, Uli - -- - - Buck, wh

can't assign matlab figure to certain tag.

2011-01-31 Thread Piter_
Hi all. At the and of the letter xprop output for matlab figure. I have tried to assign it to sctrain tag but failed. Here is how I was doing it. (changing sun-awt-X11-XFramePeer to com-mathworks-util-PostVMInit had no effect) All other rules are working. Can I use some kind of regular expression h