Re: [dev] my next steps on dwm patches, please object now

2016-07-12 Thread FRIGN
On Tue, 12 Jul 2016 17:42:37 -0800 Britton Kerin wrote: > Oh, and I almost forgot: Don't use git-format-patch for the git patches. Just pipe the output of git diff to a file. Maintaining those git-format-patches is too much work. Cheers FRIGN -- FRIGN

Re: [dev] my next steps on dwm patches, please object now

2016-07-12 Thread FRIGN
On Tue, 12 Jul 2016 17:42:37 -0800 Britton Kerin wrote: Hey Britton, > Below is a list of what I intend to do about the remaining (obvious) > defects in the dwm patches. > The last line of each paragraph is what I have in mind, please object > now so I don't waste my time, thx. I welcome that y

Re: [dev] first batch of renames pushed, but the new name scheme is somewhat bad...

2016-07-12 Thread FRIGN
On Tue, 12 Jul 2016 16:19:40 -0800 Britton Kerin wrote: Hey Britton, > To me the availability of patches in the current format implies that > they are curated and cared for, and I don't trust automated systems > like this to work right. I'd rather just see a patch again an old > version. okay,

[dev] my next steps on dwm patches, please object now

2016-07-12 Thread Britton Kerin
Below is a list of what I intend to do about the remaining (obvious) defects in the dwm patches. The last line of each paragraph is what I have in mind, please object now so I don't waste my time, thx. checking dwm, attachabove, dwm-git-20120406-attachabove.diff prog dwm patch attachabove diff dw

Re: [dev] first batch of renames pushed, but the new name scheme is somewhat bad...

2016-07-12 Thread Britton Kerin
On Sun, Jul 10, 2016 at 10:30 AM, FRIGN wrote: > On Fri, 8 Jul 2016 13:14:30 -0800 > Britton Kerin wrote: > > Hey Britton, > >> This was the agreed format but in a way it's a change for the worse. >> It splits the thing patched against (prog+version) into two parts and >> puts the patch name in b

Re: [dev] [st][PATCH] Consistent Alt+BackSpace behavior

2016-07-12 Thread Christoph Lohmann
Greetings. On Tue, 12 Jul 2016 15:26:20 +0200 Alive 4ever wrote: > The default config specifies BackSpace as "\177". The default behavior > should persist across modifier keys, commonly Mod1 (Alt or Meta) which > is widely used to delete a word on readline and text editors, notably > Emacs. > >