[dev] [surf] URI handling, with patch

2010-08-17 Thread Ryan Mullen
Hi, Surf takes a URI as a command line argument or via dmenu/xprop. I have two small and unimportant problems with the way it is currently done. First, I am not sure surf handles the command line argument with the URI in the correct way. The issue here is that everything that doesn't have a "://"

Re: [dev] nscript - a little stack-based scripting language interpretter I wrote

2010-08-25 Thread Ryan Mullen
On Wed, Aug 25, 2010 at 1:23 PM, Robert Ransom wrote: > On Wed, 25 Aug 2010 16:35:12 +0200 > pancake wrote: > >> why not 'ns'? is there any other program with this name? > > The Network Simulator also goes by 'ns' though I don't think it has an executable named

Re: [dev] monsterwm - 700 SLOC dwm fork

2011-12-31 Thread Ryan Mullen
> crux is a linux distribution that I hate markedly less than some others, > but it's got significant problems of its own -- specifically during > installation.  when they come up with a test regimen for their > perpetually-in-alpha 64-bit release it will be worth another look. FWIW I've been runn

Re: [dev] Suckless.org Man page links

2012-02-13 Thread Ryan Mullen
On Sat, Feb 11, 2012 at 12:52 PM, Anselm R Garbe wrote: > Ok, done Thanks, I think this is a good change. Yes, man pages over HTTP are a little silly, but it does come in handy for studying a tool's properties using a ubiquitous content viewer (web browser). rmull

Re: [dev] ST issue and fix

2012-03-06 Thread Ryan Mullen
Hello Luis, On Tue, Mar 6, 2012 at 12:33 AM, Luis Anaya wrote: > On stack trace I discovered that it was failing on XCreateIC, it as because > the previous call, XOpenIM was returning null back. To make a long story > short, it seems to be an issue with the setlocale call. The following fix > (at

Re: [dev] [PATCH] sbase: add cut

2012-08-01 Thread Ryan Mullen
HI, On Wed, Aug 1, 2012 at 9:48 AM, Strake wrote: > I rewrote cut cleaner, but am not sure whether I ought to bother to > send it, if ye would rather keep sbase sans cut. IMO cut is a good tool to include. I use cut's functionality much more than awk's; it's a simpler tool that does a basic thin

Re: [dev] [PATCH] sbase: add cut

2012-08-01 Thread Ryan Mullen
Hi, On Wed, Aug 1, 2012 at 10:23 AM, pancake wrote: > The only thing i miss in cut is mutichar word split. Which is properly > handled by awk. For example: > > If a line is splitted by multiple spaces or a mix of tabs and spaces it is > not handled right by cut. But awk does the job. This is s

Re: [dev] Re: iim - ii improved and rewriten

2013-01-07 Thread Ryan Mullen
Cool, thanks. On Mon, Jan 7, 2013 at 9:09 PM, Ivan Kanakarakis wrote: > I've been tweaking ii's code lately, mainly cleaning it up > and fixing a couple of things I noticed, but ended up > rewriting it from scratch. > Thus resulted iim[0] (name given by ^7heo on irc - thanks) Can we add IPv6 sup

Re: [dev] cannot run st

2013-01-24 Thread Ryan Mullen
On Thu, Jan 24, 2013 at 06:47:42PM +0100, pancake wrote: > //setlocale(LC_CTYPE, ""); > XSetLocaleModifiers(""); > tnew(80, 24); In the past, commenting this line has given me vastly improved st startup times on a slow Debian system I was using. I haven't spent any time deb