<div dir="ltr"><div><div><div>OK, I've made some progress figuring out what is going on.  In short: the searchPredicate field is never used in XMonad.Prompt!  The only place the searchPredicate is used is in XMonad.Prompt.Window, in the definition of the doPrompt function.  So this will work if you happen to be using a prompt to pick a window, but not for any other sort of prompt.<br><br></div>This actually seems like a bug in XMonad.Prompt.  At some point someone added a searchPredicate field to the XPConfig, but forgot to actually use it to filter completion results.<br><br></div>Norbert, is this something you could look into?  I've looked through XMonad.Prompt briefly but not sure where the right place is for this to go.  I'll probably get around to it eventually if no one else does.<br><br></div>-Brent<br><div><div><div><br><div class="gmail_quote">On Fri, Apr 3, 2015 at 6:08 PM Brent Yorgey <<a href="mailto:byorgey@gmail.com" target="_blank">byorgey@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hmm, I tried it out but can't seem to get it to work.  Mysterious.  The patches are definitely applied, my xmonad.hs includes definitions for sorter and searchPredicate, it compiles cleanly, but when I open a prompt it has the same behavior as before.<br><br></div>I'll try to spend some more time tracking down what is going on but just wanted to briefly report.<br><br></div></div><div dir="ltr">-Brent<br></div><br><div class="gmail_quote">On Mon, Mar 23, 2015 at 2:39 PM Brent Yorgey <<a href="mailto:byorgey@gmail.com" target="_blank">byorgey@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr"><br>
</p>
<br><div class="gmail_quote">---------- Forwarded message ---------<br>From: Norbert Zeh <<a href="mailto:nzeh@cs.dal.ca" target="_blank">nzeh@cs.dal.ca</a>><br>Date: 12:59pm, Sat, Mar 14, 2015<br>Subject: [xmonad] Two patches related to XMonad.Prompt<br>To: <a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a> <<a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a>><br><br><br><div dir="ltr">Hi folks,<div><br></div><div>I really got used to using emacs ido mode, which offers a pretty powerful and intuitive fuzzy matching of completions, so I wanted to port the same to XMonad.Prompt.  This required two patches, included in the attached patch bundles:</div><div><br></div><div>(1)  Completions should be sortable by how well they match the current query string.  This turned out to be a very easy addition of a 'sorter' function to XPConfig, which is parameterized by the current query string.  The default is 'const id', that is, no sorting is done, which is exactly the old behaviour of XMonad.Prompt.</div><div><br></div><div>(2)  A new module XMonad.Prompt.FuzzyMatch that implements the fuzzy matching.  The exact rules for matching and sorting of matches are explained in its documentation.</div><div><br></div><div>As usual, let me know if anything needs to straightened out before these patches can be applied.</div><div><br></div><div>Cheers,</div><div>Norbert</div></div>
______________________________<u></u><u></u>_________________<br>
xmonad mailing list<br>
<a href="mailto:xmonad@haskell.org" target="_blank">xmonad@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/xmonad" target="_blank">http://mail.haskell.org/cgi-<u></u>bi<u></u>n/mailman/listinfo/xmonad</a><br>
</div></blockquote></div></blockquote></div></div></div></div></div>