Re: [sbase] [dev] [ls] [PATCH] Add ls -A

2015-02-21 Thread Dimitris Papastamos
On Sat, Feb 21, 2015 at 05:56:50AM +, jos...@cubesolving.com wrote: Add ls -A. I choose test in an else if due to long condition. Criticism welcome. Applied your patch, thanks! Some minor notes below. * Remember to update the manpage + README. * Remember to update the program usage. * Use

Re: [dev] [sbase][patch] find: change execv to execvp

2015-02-21 Thread Dimitris Papastamos
On Sat, Feb 21, 2015 at 09:55:53AM +0100, k...@shike2.com wrote: Hi, char *name; /* string representation of op */ - int type; /* from Tok.type */ - int prec; /* precedence*/ - int nargs; /* number of

Re: [dev] [sbase][patch] add [ alias to test, makefile cleanup

2015-02-21 Thread Nick
Quoth Evan Gates: This is POSIX http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02 Oh yeah, so it is. I didn't read the patch clone enough; I knew that really. I blame tiredness. I take it all back ;)

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

2015-02-21 Thread FRIGN
On Sat, 21 Feb 2015 07:32:54 -0800 Eric Pruitt eric.pru...@gmail.com wrote: In my dwm patch, I worked around this problem by creating a proper font structure from the fallback search result and then calling XftCharExists on the codepoint to actually verify that the fallback font contains the

Re: [dev] Re: [st] can't use Xterm font

2015-02-21 Thread Vampyrah Broadcasting
Hello Christian, That works. Thank you! Cheers, Dennis 2015-02-21 16:36 GMT+01:00 Christian Neukirchen chneukirc...@gmail.com: Vampyrah Broadcasting vampyrahbroadcast...@gmail.com writes: Hello everybody, I want to use Xterms font in st. The Arch Wiki page about Xterm (

Re: [dev] [sbase][patch] add [ alias to test, makefile cleanup

2015-02-21 Thread Dimitris Papastamos
On Fri, Feb 20, 2015 at 02:02:05PM -0800, Evan Gates wrote: I separated the changes into multiple patches that each do one thing and apply on top of each other. In order they are: sbase-add_test_alias.diff : adds [ hardlink to test on install, adds [ to sbase-box sbase-use_pe.diff : use

Re: [dev] [sbase][patch] find: insert implicit -a after primary before !

2015-02-21 Thread Dimitris Papastamos
On Fri, Feb 20, 2015 at 05:52:42PM -0800, Evan Gates wrote: See attached. -emg Applied, thanks!

Re: [sbase] [dev] [ls] [PATCH] Add ls -A

2015-02-21 Thread Dmitrij D. Czarkoff
Dimitris Papastamos said: We might want to consider defaulting to -A for root. Wouldn't it be awkward? I would leave that to users - shell aliases do the trick better then one fits all approach IMO. -- Dmitrij D. Czarkoff

[dev] [sbase] [PATCH] ls -R support

2015-02-21 Thread Ralph Eastwood
Attached; add support for the ls -R flag without column support. The patch updates usage flags and man page but not README. -- Tai Chi Minh Ralph Eastwood tcmreastw...@gmail.com 0001-ls-add-support-for-R-flag.patch Description: Binary data

Re: [dev] [sbase] [PATCH] ls -R support

2015-02-21 Thread Ralph Eastwood
Updates README. On 21 February 2015 at 10:56, Ralph Eastwood tcmreastw...@gmail.com wrote: Attached; add support for the ls -R flag without column support. The patch updates usage flags and man page but not README. -- Tai Chi Minh Ralph Eastwood tcmreastw...@gmail.com -- Tai Chi Minh

Re: [dev] [st] crash on font resize (patch inside)

2015-02-21 Thread Rian Hunter
On Feb 16, 2015, at 1:23 PM, k...@shike2.com wrote: I think the base assumptions programmers have about pointers is different from integers. Pointers with null values are universally known to be special and a case that should be checked for. With integers, it's not obvious what the valid

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

2015-02-21 Thread k0ga
I know this isn't a democracy, but I agree with Greg, it makes more sense to only set PRIMARY, not CLIPBOARD, in selcopy. Removing the clipboard-related lines from xsetsel seems to do the trick. I've attached a patch that does just that. I agree here, it shouldn't modiy the CLIPBOARD

Re: [dev] [sbase][patch] find: change execv to execvp

2015-02-21 Thread k0ga
Hi, char *name; /* string representation of op */ - int type; /* from Tok.type */ - int prec; /* precedence*/ - int nargs; /* number of arguments (unary or binary) */ - int lassoc; /* left

Re: [dev] [ANNOUNCE] abduco-0.3

2015-02-21 Thread yy
I have attached two patches for discussion: - abduco_default.diff: run a default action when no flag is given ('A', but configurable in config.h) - abduco_force.diff: remove -C mode, in favour of a -f flag that works with -c, -n or -A, which forces the creation of a new session when there is an

Re: [dev] [sbase][patch] find: change execv to execvp

2015-02-21 Thread Dimitris Papastamos
On Sat, Feb 21, 2015 at 02:05:23PM +0100, FRIGN wrote: On Sat, 21 Feb 2015 09:55:53 +0100 k...@shike2.com wrote: char *name; /* string representation of op */ - int type; /* from Tok.type */ - int prec; /* precedence

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

2015-02-21 Thread FRIGN
On Fri, 20 Feb 2015 19:53:04 -0800 Eric Pruitt eric.pru...@gmail.com wrote: Hi Eric, First off, I'm not sure what's proper etiquette around here for posting a public email that is somewhat directed toward a specific person, so mea culpa if CC'ing that person is the wrong approach. it bugs me

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

2015-02-21 Thread Greg Reagle
On Sat, Feb 21, 2015 at 09:26:50AM +0100, k...@shike2.com wrote: You can do it by yourself. Clone the wiki repository and push the change. Oh, I did not know that the wiki was in a git repository. Thank you for informing me. I don't think I have permission to push (I have limited experience

Re: [dev] [sbase][patch] find: change execv to execvp

2015-02-21 Thread FRIGN
On Sat, 21 Feb 2015 09:55:53 +0100 k...@shike2.com wrote: char *name; /* string representation of op */ - int type; /* from Tok.type */ - int prec; /* precedence*/ - int nargs; /* number of arguments

Re: [dev] [sbase][patch] find: change execv to execvp

2015-02-21 Thread Dimitris Papastamos
On Sat, Feb 21, 2015 at 02:05:23PM +0100, FRIGN wrote: OLD char *name; /* 4 bytes */ /* 8 bytes */ int type; /* 4 bytes */ /* 4 bytes */ int prec; /* 4 bytes */ /* 4 bytes */ int nargs; /* 4 bytes */ /* 4 bytes */ int lassoc; /* 4 bytes */ /* 4 bytes */