Re: [dev] [sbase] [PATCH] join manpage: Fix spelling

2015-05-03 Thread Nick
Quoth Wolfgang Corcoran-Mathe: > '-eth' might sound good to a native English speaker It doesn't ;) Good patch.

Re: [dev] [sbase] [PATCH] join manpage: Fix spelling

2015-05-03 Thread Wolfgang Corcoran-Mathe
Nick, Quoth Nick on Sun, May 03 2015 08:32 +0100: Quoth Wolfgang Corcoran-Mathe: > '-eth' might sound good to a native English speaker It doesn't ;) Good patch. Well, 'fieldth' isn't the prettiest word either. But it is better than 'fieldeenth' :-) -- Wolfgang Corcoran-Mathe

[dev] [PATCH] [quark] Add missing comma in mime array item

2015-05-03 Thread Boris Egorov
Due to missing comma, quark didn't handle shell scripts correctly and uses 'application/octet-stream' mime type for them. Detected when building with '-Wextra' gcc flag. Signed-off-by: Boris Egorov --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h

[dev] [PATCH 10/10] Fix empty selection highlighting bug.

2015-05-03 Thread noname
When user clicks LMB, one character is selected, but will not be copied to selection until the user moves cursor a bit. Therefore, the character should not be highlighted as selected yet. Before the patch, the trick was not to mark line as dirty to avoid highlighting it. However, if user has alrea

Re: [dev] [PATCH 10/10] Fix empty selection highlighting bug.

2015-05-03 Thread noname
I have sent a better version of the patch, ignore this one.

[dev] sple - A simple PDF links/emails extracotr.

2015-05-03 Thread Hypsurus
Hello to dev@suckless, i just started a new project: "sple - simple PDF links extractor" the uses for sple: 1. to extract email addresses/links from a multiple PDF files i working on the following features: 2. parse PDF documents Objects (Autohr/Date/Fonts/Images/) 3. extract images/fonts from

Re: [dev] sple - A simple PDF links/emails extracotr.

2015-05-03 Thread hiro
line 116 On 5/3/15, Hypsurus wrote: > Hello to dev@suckless, > > i just started a new project: "sple - simple PDF links extractor" > > the uses for sple: > 1. to extract email addresses/links from a multiple PDF files > > i working on the following features: > 2. parse PDF documents Objects (Auto

[dev] [vis] [PATCH] Add '--' as end of options.

2015-05-03 Thread Matias Linares
From: Matias Linares Some programs (like ranger) expect the editor to have this feature. --- vis.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vis.c b/vis.c index 051f256..6f44a56 100644 --- a/vis.c +++ b/vis.c @@ -2034,6 +2034,8 @@ int main(int argc, char *argv[]) {