Discussion:
[xmonad] Case insensitive WindowBringer
Jack Bates
2016-04-22 17:16:22 UTC
Permalink
I love WindowBringer but I sometimes forget the menu items (window
titles) are all lowercase. I type a capital letter, e.g. "Makefile" and
get no results. Would you consider a pull request to make it case
insensitive?
Peter Jones
2016-04-22 23:19:30 UTC
Permalink
Post by Jack Bates
I love WindowBringer but I sometimes forget the menu items (window
titles) are all lowercase. I type a capital letter, e.g. "Makefile"
and get no results. Would you consider a pull request to make it case
insensitive?
Is it WindowBringer or XPrompt that is causing the case-sensitivity
issue?
--
Peter Jones, Founder, Devalot.com
Defending the honor of good code
Brandon Allbery
2016-04-22 23:23:51 UTC
Permalink
Post by Peter Jones
Post by Jack Bates
I love WindowBringer but I sometimes forget the menu items (window
titles) are all lowercase. I type a capital letter, e.g. "Makefile"
and get no results. Would you consider a pull request to make it case
insensitive?
Is it WindowBringer or XPrompt that is causing the case-sensitivity
issue?
WindowBringer uses dmenu, not XMonad.Prompt.
--
brandon s allbery kf8nh sine nomine associates
***@gmail.com ***@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
Peter Jones
2016-04-22 23:28:05 UTC
Permalink
On Fri, Apr 22, 2016 at 7:19 PM, Peter Jones
Post by Peter Jones
Post by Jack Bates
I love WindowBringer but I sometimes forget the menu items (window
titles) are all lowercase. I type a capital letter, e.g. "Makefile"
and get no results. Would you consider a pull request to make it case
insensitive?
Is it WindowBringer or XPrompt that is causing the case-sensitivity
issue?
WindowBringer uses dmenu, not XMonad.Prompt.
Bummer. Sounds like an even better patch is needed ;)
--
Peter Jones, Founder, Devalot.com
Defending the honor of good code
Jack Bates
2016-04-27 14:36:33 UTC
Permalink
Post by Peter Jones
On Fri, Apr 22, 2016 at 7:19 PM, Peter Jones
Post by Peter Jones
Post by Jack Bates
I love WindowBringer but I sometimes forget the menu items (window
titles) are all lowercase. I type a capital letter, e.g. "Makefile"
and get no results. Would you consider a pull request to make it case
insensitive?
Is it WindowBringer or XPrompt that is causing the case-sensitivity
issue?
WindowBringer uses dmenu, not XMonad.Prompt.
Bummer. Sounds like an even better patch is needed ;)
This is the change I have in mind:
http://nottheoilrig.com/case-insensitive.patch

Is it acceptable? Would you make any changes to it?

There is a version of WindowBringer that uses XMonad.Prompt instead of
dmenu: XMonad.Prompt.Window
Brandon Allbery
2016-04-27 14:47:43 UTC
Permalink
Post by Jack Bates
Is it acceptable? Would you make any changes to it?
Better way to do this is make a pull request on github.
--
brandon s allbery kf8nh sine nomine associates
***@gmail.com ***@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
Jack Bates
2016-04-27 17:23:49 UTC
Permalink
Post by Jack Bates
Is it acceptable? Would you make any changes to it?
Better way to do this is make a pull request on github.
You bet, done: https://github.com/xmonad/xmonad-contrib/pull/53

The Travis build check failed because "cabal update" failed.
There was a problem with http://hackage.haskell.org/packages
Is there anything I should do?
Brandon Allbery
2016-04-27 17:30:45 UTC
Permalink
Post by Jack Bates
The Travis build check failed because "cabal update" failed.
There was a problem with http://hackage.haskell.org/packages
Is there anything I should do?
Not really. My experience is Travis gets that kind of thing a lot; another
project I work with that uses the free Travis infra constantly gets
spurious failures due to it failing to pull packages from apt-get or github
or etc. I imagine they're not very motivated to fix it for the free service.
--
brandon s allbery kf8nh sine nomine associates
***@gmail.com ***@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
Brandon Allbery
2016-04-27 17:32:32 UTC
Permalink
Post by Brandon Allbery
Post by Jack Bates
The Travis build check failed because "cabal update" failed.
There was a problem with http://hackage.haskell.org/packages
Is there anything I should do?
Not really. My experience is Travis gets that kind of thing a lot; another
project I work with that uses the free Travis infra constantly gets
spurious failures due to it failing to pull packages from apt-get or github
or etc. I imagine they're not very motivated to fix it for the free service.
And no sooner do I hit send on that, then:

[27 17:29] <statusbot> Status update: The hackage server is in an out of
memory condition. We're investigating. --
http://status.haskell.org/pages/incident/537c07b0cf1fad5830000093/5720f6effe92599160002a31
--
brandon s allbery kf8nh sine nomine associates
***@gmail.com ***@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
Loading...