Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Christoph Lohmann
Greetings. On Tue, 10 Mar 2015 22:02:30 +0100 Greg Reagle greg.rea...@umbc.edu wrote: On Mon, Mar 9, 2015, at 04:15 PM, Christoph Lohmann wrote: Can you please elaborate where you use both selections in parallel for different tasks and where st does interfere? [...] But this discussion

Re: [dev] [st] Backspace is now Linux

2015-03-12 Thread Roberto E. Vargas Caballero
If you mean [1], it doesn't add (or restore) the alt+backspace ability to delete the previous word. But changing the mask from XK_ANY_MOD to XK_NO_MOD does: Upss, you are rigth, I mistook reviewing the patch. I will fix it. Thanks.

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Kai Hendry
My 2 cents: Suggestions to use 3 keys to copy paste SUCK Can we please have feature parity with MacOSX? cmd-c, cmd-v I guess cmd is that Windows key (keycode 133, Super_L?) on non-Apple hardware. Heavens know how to make cmd-c, cmd-v work in Chrome. BONUS: Keep selection in the clipboard

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Greg Reagle
On 03/10/2015 10:49 PM, Alex Pilon wrote: Are you thinking of something like the attached? That looks fine to me, looking at it briefly, but I haven't tested it (yet).

Re: [dev] Potential bug in st fallback font code

2015-03-12 Thread FRIGN
On Tue, 10 Mar 2015 06:39:49 +0100 Christoph Lohmann 2...@r-36.net wrote: Maybe it’s time to move to pango to not have to deal with that bug reports anymore. As much as I love hating pango, it's also the only library I know of which handles assembled characters properly. One has to wonder how

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Sébastien POHER
Le mardi 10 mars 2015 à 10:08:21, Markus Teich a écrit : Christoph Lohmann wrote: The text convinced me that st did it wrong. It is now using primary just for the selection. Are there any good suggestions for the shortcut to copy to the clipboard? Ctrl + y does interfere with everything.

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Greg Reagle
I see some people arguing *passionately* about the keybindings, as if they don't know that they can be changed. Yea we can and should have some discussion about reasonable defaults, but you can set the keys however you want in config.h. Just some perspective. Suckless people are passionate. :

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Alex Pilon
On Thu, Mar 12, 2015 at 04:35:58PM +0800, Kai Hendry wrote: My 2 cents: Suggestions to use 3 keys to copy paste SUCK Can we please have feature parity with MacOSX? cmd-c, cmd-v On Thu, Mar 12, 2015 at 08:17:22AM -0300, Amadeus Folego wrote: This can be a problem for (I think) many

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread stanio
* Alex Pilon 2015-03-12 15:17 Also, do most numpad-less laptop keyboards even have Insert all I've ever seen do. or a middle mouse button? some do have middle. all i've ever seen have at least 2 buttons. you can emulate middle button as simultaneous left+right. --s

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Wander Nauta
Do most numpad-less laptop keyboards even have Insert or a middle mouse button? Macbooks have neither, I believe, and they're fairly popular. Cheers, Wander On Thu, Mar 12, 2015 at 4:53 PM, sta...@cs.tu-berlin.de wrote: * Alex Pilon 2015-03-12 15:17 Also, do most numpad-less laptop

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Nick
Quoth Amadeus Folego: On Thu, Mar 12, 2015 at 05:05:10PM +0100, Wander Nauta wrote: Do most numpad-less laptop keyboards even have Insert or a middle mouse button? Macbooks have neither, I believe, and they're fairly popular. I thought there was a gesture to perform middle button,

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Amadeus Folego
On Thu, Mar 12, 2015 at 05:05:10PM +0100, Wander Nauta wrote: Do most numpad-less laptop keyboards even have Insert or a middle mouse button? Macbooks have neither, I believe, and they're fairly popular. I thought there was a gesture to perform middle button, was I wrong?

[dev] [sbase][patch] sed: handle utf8 characters as delimiter in s command correctly

2015-03-12 Thread Evan Gates
Was adding 1 to pointer instead of runelen(delim) in get_s_arg(). oops. -emg From 6f82aa0c42ef2ed59ab7bd14eaa3f835e9ab212d Mon Sep 17 00:00:00 2001 From: Evan Gates evan.ga...@gmail.com Date: Thu, 12 Mar 2015 14:46:30 -0700 Subject: [PATCH] increment pointer by runelen(delim) not 1 --- sed.c | 4

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Amadeus Folego
On Thu, Mar 12, 2015 at 04:35:58PM +0800, Kai Hendry wrote: My 2 cents: Suggestions to use 3 keys to copy paste SUCK Can we please have feature parity with MacOSX? cmd-c, cmd-v This can be a problem for (I think) many users of st that use this key as the modifier for tiling window

Re: [dev] st: selecting text affects both primary and clipbaord

2015-03-12 Thread Alex Pilon
On 03/10/2015 10:49 PM, Alex Pilon wrote: Are you thinking of something like the attached? On Wed, Mar 11, 2015 at 01:01:11PM -0400, Greg Reagle wrote: That looks fine to me, looking at it briefly, but I haven't tested it (yet). Sorry about the noise. It *seemed* to work before; serves me

Re: [dev][dwm] Systray and hipchat

2015-03-12 Thread Yury Shvedov
Ok, I apologize for your waiting. I still couldn't find a time for this. But this patch is not very different from the original. The only differences is your check within SYSTEM_TRAY_REQUEST_DOCK handler and my one line withing unmapnotify() function. Kind regards Yury Shvedov On 03/12/2015

Re: [dev] Re: [dwm] [libsl] Xft and fallback fonts support

2015-03-12 Thread Anselm R Garbe
On 12 March 2015 at 04:28, Eric Pruitt eric.pru...@gmail.com wrote: On Thu, Mar 05, 2015 at 08:33:39PM -0800, Eric Pruitt wrote: I've attached patches to add Xft and fallback fonts support to dwm and libsl. Are these patches going to be applied? Yes. Best regards, Anselm

Re: [dev] Problems install st

2015-03-12 Thread Ivan Tham
On 3/12/15, Roberto E. Vargas Caballero k...@shike2.com wrote: You should have in your system a file called fontconfig.pc. In my machine I have it in /usr/X11R7/lib/pkgconfig/fontconfig.pc. See if your file is in a directory contained in PKG_CONFIG_PATH. My PKG_CONFIG_PATH is unset and with