Re: [dev] [dmenu] pasting bug

2009-12-05 Thread markus schnalke
We could first try sselp and if it not exists run xclip. This should be possible with two exec calls after each other: execlp("sselp", ...); execlp("xclip", ...); Then the second will only be executed when the first fails. meillo

Re: [dev] [dmenu] pasting bug

2009-12-04 Thread Colin Shea
On Thu, Dec 3, 2009 at 18:17, Julien Steinhauser < julien.steinhau...@orange.fr> wrote: > On Thu, Dec 03, 2009 at 11:29:55AM -0500, Colin Shea wrote: > > Personally, I'd rather a dependency on xclip rather than sselp. I think > that is > > much more likely to be installed on someone's computer tha

Re: [dev] [dmenu] pasting bug

2009-12-03 Thread Julien Steinhauser
On Thu, Dec 03, 2009 at 11:29:55AM -0500, Colin Shea wrote: > On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote: > > Yep, definitely bugs. When I wrote the paste patch cursor wasn't a > part of dmenu, so as of right now paste assumes a cursorless dmenu. > I'll take a look at it tonight a

Re: [dev] [dmenu] pasting bug

2009-12-03 Thread Colin Shea
On Tue, Dec 1, 2009 at 13:17, Evan Gates wrote: > Yep, definitely bugs. When I wrote the paste patch cursor wasn't a > part of dmenu, so as of right now paste assumes a cursorless dmenu. > I'll take a look at it tonight and see if I can rewrite paste to work > with cursor. Also what do people th

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Tadeusz Sośnierz
Also, is it a bug or a feature, the missing cursor in vertical patch? Regards, Ted On 1-12-2009 10:17:31, Evan Gates wrote: > Yep, definitely bugs. When I wrote the paste patch cursor wasn't a > part of dmenu, so as of right now paste assumes a cursorless dmenu. > I'll take a look at it tonight a

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Evan Gates
Yep, definitely bugs. When I wrote the paste patch cursor wasn't a part of dmenu, so as of right now paste assumes a cursorless dmenu. I'll take a look at it tonight and see if I can rewrite paste to work with cursor. Also what do people think about the sselp dependency? I can always copy and pas

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Julien Steinhauser
On Tue, Dec 01, 2009 at 12:35:11PM +0100, Tadeusz Sośnierz wrote: > > Hello, > I think there's a bug in pasting functionality. Steps to reproduce: > 1. run dmenu > 2. open some quotation (e.g. ") > 3. paste some text > 4. notice that the cursor has not moved > 5. typing anything, e.g. closing qout

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Enno Boland (Gottox)
the tip has. 2009/12/1, Kris Maglione : > dmenu doesn't have a cursor or the ability to paste. You're using a > patched version. > > -- http://gnuffy.chaotika.org - Real Community Distro

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Kris Maglione
dmenu doesn't have a cursor or the ability to paste. You're using a patched version.

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Tadeusz Sośnierz
└─[%]─> dmenu -v dmenu-4.1, © 2006-2009 dmenu engineers, see LICENSE for details Few-days-ago commit. Regards, Ted On 1-12-2009 12:40:36, Alexander Surma wrote: > Which version are you talking about? I myself don't even have a cursor > or the ability to paste in stable. > > Surma > > 2

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Alexander Surma
Which version are you talking about? I myself don't even have a cursor or the ability to paste in stable. Surma 2009/12/1 Tadeusz Sośnierz : > Hello, > I think there's a bug in pasting functionality. Steps to reproduce: > 1. run dmenu > 2. open some quotation (e.g. ") > 3. paste some text > 4. no