Re: [dev] lynx?

2013-05-30 Thread Nick
Quoth hiro: > > A lot of the time my web browsing consists of (or rather is > > replaced by) a script invoking pandoc and mupdf from newsbeuter, > > which is pleasant. > > Can you give a demonstration of this workflow and how it looks? Sure. Newsbeuter has RSS feeds for most of the websites I reg

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Nick
Quoth Galos, David: > I've attached a patch which updates the TODO, and adds a bunch of easy > utilities to sbase. Great, thanks for working on this David!

Re: [dev] [dwm] Hide unused tags

2013-05-30 Thread Uli Armbruster
* Eric Pruitt [30.05.2013 03:56]: > On Wed, May 29, 2013 at 12:16:05PM +0200, Uli Armbruster wrote: > > * Thuban [29.05.2013 11:43]: > > > I can't find the patch to hide unused tags. I used to use it for a > > > while, but I lost it. > > > > Attached > > Are you the original author of this patch

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Hugues
Le 30-05-2013 05:43, Galos, David a écrit : I've attached a patch which updates the TODO, and adds a bunch of easy utilities to sbase. Nice, it's awesome. Thank you. -- H MoV.

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Chris Down
On 30 May 2013 11:43, Galos, David wrote: > I've attached a patch which updates the TODO, and adds a bunch of easy > utilities to sbase. > > Included is > * rmdir > * printenv > * unlink > * sync > * chvt > * chgrp Like everyone so far has said, awesome stuff. Thanks a lot

[dev] [sbase] changes to test

2013-05-30 Thread random832
I had partially implemented the test/[ command a while ago, and then got distracted with other things and never came back to it - I remembered about it when I saw this other sbase patch. This version has binary operators (e.g. = != -gt -lt) implemented (limited to the r, and properly handles being

Re: [dev] [sbase] changes to test

2013-05-30 Thread random832
On Thu, May 30, 2013, at 10:09, random...@fastmail.us wrote: > This version has binary operators (e.g. = != -gt -lt) implemented > (limited to the r My client ate part of this sentence - It was "limited to the range of intmax_t".

[dev] (dwm 6.0) Mod1-, Mod1-. (next/prev screen) keybindings don't work

2013-05-30 Thread Kevin Foster
Hello, I have recently been looking for a tiling WM and like dwm so far. I have one problem I can't figure out. The default keybinds for next/previous screen (using Mod1 and the comma and period keys), as well as the "send" function (Mod1-shift-, or .) don't work for me. I've tried the following:

Re: [dev] (dwm 6.0) Mod1-, Mod1-. (next/prev screen) keybindings don't work

2013-05-30 Thread Chris Down
On 31 May 2013 00:27, "Kevin Foster" wrote: > > Hello, > > I have recently been looking for a tiling WM and like dwm so far. I have one problem I can't figure out. The default keybinds for next/previous screen (using Mod1 and the comma and period keys), as well as the "send" function (Mod1-shift-,

Re: [dev] (dwm 6.0) Mod1-, Mod1-. (next/prev screen) keybindings don't work

2013-05-30 Thread Jens Nyberg
Perhaps a stupid questio Den 30 maj 2013 18:27 skrev "Kevin Foster" : > > Hello, > > I have recently been looking for a tiling WM and like dwm so far. I have one problem I can't figure out. The default keybinds for next/previous screen (using Mod1 and the comma and period keys), as well as the "sen

Re: [dev] (dwm 6.0) Mod1-, Mod1-. (next/prev screen) keybindings don't work

2013-05-30 Thread Kevin Foster
On Thu, May 30, 2013 at 12:31 PM, Jens Nyberg wrote: > Perhaps a stupid questio > Not a stupid question... unless you were referring to mine. Sorry, I goofed. > You do have two screens right? Can you see dwm on both of them? > No, I don't have two screens. I made this mistake because I conflated

Re: [dev] (dwm 6.0) Mod1-, Mod1-. (next/prev screen) keybindings don't work

2013-05-30 Thread Jens Nyberg
2013/5/30 Kevin Foster > On Thu, May 30, 2013 at 12:31 PM, Jens Nyberg wrote: > >> Perhaps a stupid questio >> > Not a stupid question... unless you were referring to mine. Sorry, I > goofed. > >> You do have two screens right? Can you see dwm on both of them? >> > No, I don't have two screens. I

Re: [dev] (dwm 6.0) Mod1-, Mod1-. (next/prev screen) keybindings don't work

2013-05-30 Thread Jens Nyberg
2013/5/30 Kevin Foster > On Thu, May 30, 2013 at 12:31 PM, Jens Nyberg wrote: > >> Perhaps a stupid questio >> > Not a stupid question... unless you were referring to mine. Sorry, I > goofed. > >> You do have two screens right? Can you see dwm on both of them? >> > No, I don't have two screens. I

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Christoph Lohmann
Greetings. On Thu, 30 May 2013 21:30:28 +0200 "Galos, David" wrote: > I've attached a patch which updates the TODO, and adds a bunch of easy > utilities to sbase. Thanks foe the patch, but please learn to use whitespaces. I had to reindent your whole patch. Sincerely, Christoph Lohmann

Re: [dev] [sbase] changes to test

2013-05-30 Thread Christoph Lohmann
Greetings. On Thu, 30 May 2013 21:31:40 +0200 random...@fastmail.us wrote: > I had partially implemented the test/[ command a while ago, and then got > distracted with other things and never came back to it - I remembered > about it when I saw this other sbase patch. > > This version has binary o

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Galos, David
> Thanks foe the patch, but please learn to use whitespaces. I had to > reindent your whole patch. I apologize for the extra effort on your part; if I had known there was a whitespace problem, I would have been happy to fix it and resubmit. Could you be a bit more specific about the whitespac

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Christoph Lohmann
Greetings. On Thu, 30 May 2013 22:27:16 +0200 "Galos, David" wrote: > > Thanks foe the patch, but please learn to use whitespaces. I had to > > reindent your whole patch. > I apologize for the extra effort on your part; if I had known there > was a whitespace problem, I would have been happ

Re: [dev] [sbase] [patch] Knock off a bunch of easy commands

2013-05-30 Thread Galos, David
Thanks, I will make sure that is correct in the future.

Re: [dev] [sbase] changes to test

2013-05-30 Thread random832
On Thu, May 30, 2013, at 15:31, Christoph Lohmann wrote: > Please make this a diff or patch and include the manpage too. Just > throwing out code pieces does not really keep maintainers motivated. Okay - I'll get it in patch format later today, but it might be this weekend before I have time

Re: [dev] [sbase] changes to test

2013-05-30 Thread Thorsten Glaser
random...@fastmail.us dixit: >Okay - I'll get it in patch format later today, but it might be this >weekend before I have time to write a manpage - test has a _lot_ of >options. Feel free to take the test(1) description that’s part of https://www.mirbsd.org/man1/mksh as base (it’s in mdoc). bye,