Re: [dev] Scope of sbase and ubase

2015-03-09 Thread FRIGN
On Mon, 9 Mar 2015 01:51:59 +0100 Alexander Huemer alexander.hue...@xx.vu wrote: Hey Alexander, while reading the README file of sbase I noticed `sponge`, remembered that that's from moreutils and realized that sbase does not provide a strict subset of coreutils, what I assumed for some

[dev] Problems install st

2015-03-09 Thread Ivan Tham
Hi, I had problem compiling st, I had installed `fontconfig` in debian, but when I run `make`, these problems show up: st build options: Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH

Re: [dev] Problems install st

2015-03-09 Thread Roberto E. Vargas Caballero
Hi, st build options: Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH environment variable No package 'fontconfig' found Are you sure you have the development package of fontconfig?

Re: [dev] tabbed crash when using foreground = False in config.h

2015-03-09 Thread suckless
Hi, I simplified the necessary steps. Use tabbed with foreground = False in config.h test:~$ xid=`tabbed -d xterm -into` ; xterm -into $xid press CTRL-q twice test:~$ tabbed: fatal error: request code=113, error code=2 X Error of failed request: BadValue (integer parameter out of range for

[dev] Problems install st

2015-03-09 Thread Ivan Tham
Hi, I had problem compiling st, I had installed `fontconfig` in debian, but when I run `make`, these problems show up: st build options: Package fontconfig was not found in the pkg-config search path. Perhaps you should add the directory containing `fontconfig.pc' to the PKG_CONFIG_PATH

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 10:42:37AM +0300, Yury Shvedov wrote: Yes, I did. And it works well for me with version 2.2.1328 in any case and I'm happily using it. Then please post your modified version of the dwm systray patch for others to benefit from it. Thanks, Eric

Re: [dev][dwm] Systray and hipchat

2015-03-09 Thread Yury Shvedov
Of course I will. But I want firstly to check it with original dwm and to resolve the last issue with pidgin. I'll do it as soon as possible. On 03/09/2015 05:45 PM, Eric Pruitt wrote: On Mon, Mar 09, 2015 at 10:42:37AM +0300, Yury Shvedov wrote: Yes, I did. And it works well for me with

Re: [dev] tabbed crash when using foreground = False in config.h

2015-03-09 Thread Christoph Lohmann
Greetings. On Mon, 09 Mar 2015 21:13:06 +0100 suckl...@axz.de wrote: Hi, tabbed crashes when using foreground = False in config.h Steps to reproduce: Get latest tabbed and surf src from git Set foreground = False in tabbed config.h Compile and install tabbed and surf Start 2 surf

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

2015-03-09 Thread Greg Reagle
On Mon, Mar 9, 2015, at 04:15 PM, Christoph Lohmann wrote: Can you please elaborate where you use both selections in parallel for different tasks and where st does interfere? Hi Christoph. Well actually yes I do use both selections independently. I use clipboard selection when I explicitly

[dev] [st] [PATCH] FAQ: fix wording

2015-03-09 Thread Alexander Huemer
--- FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ b/FAQ index ee1c154..7adb2af 100644 --- a/FAQ +++ b/FAQ @@ -92,7 +92,7 @@ in TERM. ## I cannot compile st in OpenBSD -OpenBSD lacks of librt, despite it begin mandatory in POSIX +OpenBSD lacks of librt, despite

Re: [dev] [st] Backspace is now Linux

2015-03-09 Thread FRIGN
On Tue, 10 Mar 2015 00:03:39 +0100 Christoph Lohmann 2...@r-36.net wrote: St now has the Linux behaviour of Backspace as a default. Please change your configuration back from not using any strange backspace hacks. From now on new rules apply: Backspace == \177 Delete ==

[dev] [st] Backspace is now Linux

2015-03-09 Thread Christoph Lohmann
Greetings comrades. St now has the Linux behaviour of Backspace as a default. Please change your configuration back from not using any strange backspace hacks. From now on new rules apply: Backspace == \177 Delete == \033[3~ I hope you get the new logic. Suckless police

Re: [dev] [st] [PATCH] FAQ: fix wording

2015-03-09 Thread Ivan Delalande
Hi, On Tue, Mar 10, 2015 at 01:23:07AM +0100, Alexander Huemer wrote: -OpenBSD lacks of librt, despite it begin mandatory in POSIX +OpenBSD lacks of librt, despite it began to be mandatory in POSIX I think this is what was originally intended: OpenBSD lacks of librt, despite it

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

2015-03-09 Thread Eric Pruitt
On Tue, Mar 10, 2015 at 06:39:49AM +0100, Christoph Lohmann wrote: Why are you throwing half‐baked bug reports at me without doing any de‐ bugging on your own? Sometimes, I don't have time to or feel like putting forth the effort to debug code someone else broke. But going forward, I will

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

2015-03-09 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 08:05:41PM -0700, Eric Pruitt wrote: I think your patch is buggy as I have noticed two strange behaviours. I recompiled st, launched my music player, and I had some Japanese characters that have normally rendered fine for me render as rectangles. I just noticed

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

2015-03-09 Thread Christoph Lohmann
Greetings. On Tue, 10 Mar 2015 06:39:49 +0100 Eric Pruitt eric.pru...@gmail.com wrote: On Mon, Mar 09, 2015 at 11:17:23PM +0100, Christoph Lohmann wrote: The returned pattern are no duplicates and can’t be compared. I pushed a change to st to store the unicode long too of the glyph. This

Re: [dev] [st] [PATCH] FAQ: fix wordingy

2015-03-09 Thread Greg Reagle
On Tue, Mar 10, 2015 at 01:38:46AM +0100, Markus Teich wrote: Ivan Delalande wrote: OpenBSD lacks of librt, despite it *being* mandatory in POSIX Heyho, While we're at it, according to my understanding of the english language the `of` is wrong and should be removed since `lack` is

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

2015-03-09 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 11:17:23PM +0100, Christoph Lohmann wrote: The returned pattern are no duplicates and can’t be compared. I pushed a change to st to store the unicode long too of the glyph. This prevents the code from reloading the default font used to display the missing glyph.

Re: [dev] [st] [PATCH] FAQ: fix wordingy

2015-03-09 Thread David Phillips
Out of interest, was this thread created anew on purpose? Did I miss the joke? Thanks -- Four word witty remark

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

2015-03-09 Thread Eric Pruitt
On Mon, Mar 09, 2015 at 08:05:41PM -0700, Eric Pruitt wrote: Unfortunately, I can't seem to reproduce the problem, [...] And as luck would happen, the same thing just occurred again, twice, but I still haven't figured out how to _consistently_ reproduce the problem. I'm reverting your changes in

[dev] Bug with line rendering

2015-03-09 Thread Eric Pruitt
While I'm in a bug-reporting mood, there's another problem that's been plaguing me for a while: sometimes, seemingly at random, the line height calculations in st seem to get messed up. I suspect it may relate to my kerning patch, the font-fallback code or both, but since I have not been able to

Re: [dev] [surf] Webapps in Surf

2015-03-09 Thread Hannes Blut
On 06.03.15 at 07:25pm, Jeroen Op 't Eynde wrote: Can anyone confirm or deny that it works on their machine? Google Docs does not load properly on my surf. -- blut pgpZXdxHuOF9l.pgp Description: PGP signature