
On Fri, Dec 14, 2012 at 4:22 PM, Carlos López Camey
Hello Carsten, I've code I'd like to remove before a possible release. The patch is attached with the following summary:
I'll let X.A.Launcher stay as an example of a prompt with multiple modes. This patch removes LocateMode and LocateRegexMode which were used to search file paths.
They are not optimal, they're slow and I'm working on another solution which involves another dependency. The dependency is an experimental indexer I'm writing, I believe that places my efforts outside the scope of xmonad-contrib.
Hi Carlos, You also wanted to remove spawnWithActions with your patch? As it stands, it isn't used or exported. Also on the side, the orElse1 you define as part of that function is a specialized version of Control.Monad.msum which seems to be in base. -- Adam