<div dir="ltr"><div><br></div>Hello everyone,<div><br><div>I know this is an old overdone question.  I've had it working in most spots over the years,</div><div>But I have it on my workspace gridselect and I'm not sure when it reappeared.</div><div>I've redone my workspaces and topics and NSP has become annoying.</div><div><br></div><div>My haskell has gotten rusty and I just can't remember what I need.  I have this,</div><div>using my topic space names.   The list is the topic workspaces which actually exist</div><div>plus any extras. Which includes NSP.</div><div><br></div><div>I'd like to eliminate the NSP workspace from my list.  Here is my code.</div><div><br></div><div>wsgrid = withWindowSet $ \w -> do<br>    let wss = W.workspaces w<br>        usednames = map W.tag $  wss<br>        newnames = filter (\used -> (show used `notElem` (map show myTopicNames))) usednames<br>    gridselect workspaceGsConfig (map (\x -> (x,x)) (myTopicNames ++ newnames))<br></div><div><br></div><div>I think I need to go do some haskell challenges and get my fu back.</div><div><br></div><div>Thank you for any help.</div><div><br></div><div>Erica</div><div><br></div></div></div>