<div dir="ltr">On Wed, Oct 10, 2012 at 10:35 AM, Jeffrey David Johnson <span dir="ltr">&lt;<a href="mailto:jefdaj@gmail.com" target="_blank">jefdaj@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m trying  to write a function that asks for a workspace name, then sends the current window there and views it. carryToSpecific = withWorkspace myXPConfig (windows . W.shift) &gt;&gt; withWorkspace myXPConfig (windows . W.greedyView)<br>
</blockquote><div><br></div><div>Something along the lines of</div><div><br></div><div>    carryToSpecific = withWorkspace myXPConfig (\ws -&gt; windows $ W.greedyView ws . W.shift ws)</div><div><br></div></div><div dir="ltr">
<div>-- </div><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix/linux, openafs, kerberos, infrastructure          <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div><br>
</div>