Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread Markus Teich
Am 15.03.2013 06:30, schrieb Roberto E. Vargas Caballero: > On Thu, Mar 14, 2013 at 10:40:52PM +0100, Markus Teich wrote: >> echo "/.gitignore" >> .gitignore > > This solution can cause problems. Which kind of problems? --Markus

Re: [dev] [st] clipboard selection behavior (patch applied)

2013-03-15 Thread Alexander Sedov
clippaste() is meant for CLIPBOARD. For PRIMARY, it has selpaste(). 2013/3/15 Uli Armbruster : > Hi guys! > > First of all, don't kill me if the patch isn't perfect, because I'm not > really a coder (but use suckless software nevertheless)! But this patch is > trivial enough. Actually it's the f

Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread Alexander Huemer
On Thu, Mar 14, 2013 at 09:04:48PM +0100, Christoph Lohmann wrote: > On Thu, 14 Mar 2013 21:04:48 +0100 Alexander Huemer > wrote: > > On Thu, Mar 14, 2013 at 05:51:14PM +0100, Christoph Lohmann wrote: > > > On Thu, 14 Mar 2013 17:51:14 +0100 Christian Hesse > > > wrote: > > > > this introduces

Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread Alexander Huemer
On Fri, Mar 15, 2013 at 04:16:01AM +0800, Chris Down wrote: > On 15 March 2013 03:52, Alexander Huemer wrote: > > Hi, > > > > On Thu, Mar 14, 2013 at 05:51:14PM +0100, Christoph Lohmann wrote: > >> On Thu, 14 Mar 2013 17:51:14 +0100 Christian Hesse > >> wrote: > >> > this introduces file .gitigno

Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread William Giokas
On Thu, Mar 14, 2013 at 09:04:48PM +0100, Christoph Lohmann wrote: > Greetings. > > On Thu, 14 Mar 2013 21:04:48 +0100 Alexander Huemer > wrote: > > Hi, > > > > On Thu, Mar 14, 2013 at 05:51:14PM +0100, Christoph Lohmann wrote: > > > On Thu, 14 Mar 2013 17:51:14 +0100 Christian Hesse > > > wr

Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread stanio
Hi, * Alexander Huemer 2013-03-15 09:55 > On Fri, Mar 15, 2013 at 04:16:01AM +0800, Chris Down wrote: > > Not adding file to the index has nothing to do with git knowing what to > do. In a more complex directory structure like the following you want to > be able to do 'git add dir1' and then ha

Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Mar 2013 14:14:11 +0100 Alexander Huemer wrote: > Your argumentation sounds like having a .gitignore file is a bad idea, > at least useless. Everybody else seems to like the idea very much. Do > you have a lot of examples handy of projects that don't maintain > .gitignor

Re: [dev] [surf] introduce .gitignore

2013-03-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Mar 2013 14:15:32 +0100 William Giokas <1007...@gmail.com> wrote: > On Thu, Mar 14, 2013 at 09:04:48PM +0100, Christoph Lohmann wrote: > > Greetings. > > > > On Thu, 14 Mar 2013 21:04:48 +0100 Alexander Huemer > > wrote: > > > Hi, > > > > > > On Thu, Mar 14, 2013 at 05:51

[dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread Alexander Sedov
There is a bug in GTK+ that does not allow capturing shortcuts using letter keys on layouts other than "us". The bug is there for ages and there is probably no hope that it will get fixed. This patch switches shortcut handling method to GtkAccelGroup, which handles this case correctly. Enjoy! ---

Re: [dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread stanio
* Alexander Sedov 2013-03-15 16:13 > There is a bug in GTK+ that does not allow capturing shortcuts using > letter keys on layouts other than "us". The bug is there for ages and > there is probably no hope that it will get fixed. This patch switches > shortcut handling method to GtkAccelGroup, whic

Re: [dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread Alexander Sedov
2013/3/15 : > Does this mean that with cyrillic layout, mappings defined as GDK_r > would work? > > If this is the case -- thank youvery much for hounding down and fixing! > This has annoyed me for a long time. This will cause me to put some work > in updating my ancient heavily patched surf in th

[dev][surf] [PATCH] Disabling WebKit deletion interface feature by default.

2013-03-15 Thread Alexander Sedov
Webkit has an amazing "feature" that shows black outline with cross around some randomly chosen text fields. Its only fucntion is to clear field. It's ugly and gets in the way when trying to actually ready what you've written, so here's a patch to disable it. --- surf.c | 11 +++ 1 file

Re: [dev][surf] [PATCH] Disabling WebKit deletion interface feature by default.

2013-03-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Mar 2013 18:32:47 +0100 Alexander Sedov wrote: > Webkit has an amazing "feature" that shows black outline with cross > around some randomly chosen text fields. Its only fucntion is to > clear field. It's ugly and gets in the way when trying to actually > ready what you've w

Re: [dev][surf] [PATCH] Fixed keys handling for multilayout environments.

2013-03-15 Thread Christoph Lohmann
Greetings. On Fri, 15 Mar 2013 18:37:57 +0100 Alexander Sedov wrote: > There is a bug in GTK+ that does not allow capturing shortcuts using > letter keys on layouts other than "us". The bug is there for ages and > there is probably no hope that it will get fixed. This patch switches > shortcut h