Re: [dev] [st][patch] Allow mouse selection override using ShiftMask

2014-05-14 Thread Roberto E. Vargas Caballero
> I attached the updated patch so in config.def.h forceselmod is by > default set to 0, so the behaviour is exactly the same as without the > patch by default. Yes, my idea is to apply it. I will wait some days in order to allow people read this thread, because maybe someone could add some interes

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Markus Teich
Thuban wrote: > My needs Aren't very important indeed, I just had this idea whan I was > looking for a song in a mpd playlist : I knew the artist and the last > word of the song title, and I wish I could write in dmenu : `Two Steps > From*Torment` So you actually wish to get only one result. For y

Re: [dev] Alternative to OfflineImap

2014-05-14 Thread Teodoro Santoni
If you're reading this, my conf uses fdm to receive and archive incoming mails from 5 remote accounts (two gmail imap and three msn pop3), mutt as mail client, and msmtp to send emails outta my pc. To configure fdm, I've read half the archwiki entry and half IFM [1]. It can do everything relate

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Thuban
> > Now if you want an interactive grep, I don't think dmenu is the tool for > > it. It > > is designed to only output one result string and not multiple ones. > Interactive grep, this is it exactly. (Sorry, I have some trouble to find my words in english...). I'll look at the fuzzy patch or I'l

Re: [dev] [st][patch] Allow mouse selection override using ShiftMask

2014-05-14 Thread Charlie Kester
On Tue 13 May 2014 at 22:42:42 PDT Roberto E. Vargas Caballero wrote: One reason, it seems to me, is to confine the action to one dvtm/tmux pane when selecting a multiline region of text. st has no awareness that its window has been divided into more than one pane and therefore cannot wrap the se

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Dimitris Papastamos
On Wed, May 14, 2014 at 03:28:08PM +0200, Markus Teich wrote: > Dimitris Papastamos wrote: > > I don't fully follow, you want to use regular expressions to filter > > the input before selection? or? > > I think he wants to enter a regex (or globbing star) and get all results > matching the regex.

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Amadeus Folego
On Wed, May 14, 2014 at 01:46:07PM +0200, Thuban wrote: > Hi all, > I was wondering if there is any existing solution to have dmenu > understanding regular expression? There is a patch that adds fuzzy matching support to dmenu, it's not exactly the same thing, but may work for you. [1]: http://li

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Markus Teich
Dimitris Papastamos wrote: > I don't fully follow, you want to use regular expressions to filter > the input before selection? or? I think he wants to enter a regex (or globbing star) and get all results matching the regex. As far as I know regexes are mainly used to get *multiple* matches and not

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread koneu
Thuban wrote: > Then, we can output with dmenu `filea fileabc fileabcde` if we write : > `filea*` > ( yes, its a very simple example...) So you want to output more than one element. This could be quite neat indeed for certain use cases, and a simple implementation would be to just write all the el

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Chris Down
Thuban writes: > Then, we can output with dmenu `filea fileabc fileabcde` if we write : > `filea*` > ( yes, its a very simple example...) Are you really asking for regular expressions, or just globbing? Your example seems to suggest you want the latter. pgpK_MXwaRxUn.pgp Description: PGP signatu

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Thuban
* FRIGN le [14-05-2014 13:53:53 +0200]: > On Wed, 14 May 2014 13:46:07 +0200 > Thuban wrote: > > > Hi all, > > I was wondering if there is any existing solution to have dmenu > > understanding regular expression? > > Hey Thuban. > > Regexes in which context? > I was thinking about something

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Dimitris Papastamos
On Wed, May 14, 2014 at 01:46:07PM +0200, Thuban wrote: > Hi all, > I was wondering if there is any existing solution to have dmenu > understanding regular expression? I don't fully follow, you want to use regular expressions to filter the input before selection? or? If so you can filter the inpu

Re: [dev] [dmenu] regexp with dmenu?

2014-05-14 Thread FRIGN
On Wed, 14 May 2014 13:46:07 +0200 Thuban wrote: > Hi all, > I was wondering if there is any existing solution to have dmenu > understanding regular expression? Hey Thuban. Regexes in which context? Cheers FRIGN -- FRIGN

[dev] [dmenu] regexp with dmenu?

2014-05-14 Thread Thuban
Hi all, I was wondering if there is any existing solution to have dmenu understanding regular expression? Regards -- ,--. : /` ) Thuban | `-'PubKey : http://yeuxdelibad.net/Divers/thuban.pub \_ KeyID : 0x54CD2F2F Envoyé à partir de mon serveur auto-hébergé signature.asc Description

Re: [dev] [st][patch] Allow mouse selection override using ShiftMask

2014-05-14 Thread Hiltjo Posthuma
On Mon, May 12, 2014 at 2:39 PM, Hiltjo Posthuma wrote: > Attached is the fixed-up patch. So will this patch be included upstream? It adds no lines to st.c (only changes 4 lines). I attached the updated patch so in config.def.h forceselmod is by default set to 0, so the behaviour is exactly the