Yes, I did. And it works well for me with version 2.2.1328 in any case
and I'm happily using it. Btw with this kludge the pidging bug was
partly gone: the icon shown but doesn't update properly. It is easy to
understand what happens with it, using debug output as I did for hipchat.
--
Kind reg
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
On Mon, 9 Mar 2015 01:51:59 +0100
Alexander Huemer 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 reason.
sbase is a str
Hi,
I simplified the necessary steps.
Use tabbed with "foreground = False" in config.h
test:~$ xid=`tabbed -d xterm -into` ; xterm -into "$xid"
test:~$ tabbed: fatal error: request code=113, error code=2
X Error of failed request: BadValue (integer parameter out of range for
operation)
M
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 environmen
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 environme
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
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 versi
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?
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
Greetings.
On Mon, 09 Mar 2015 21:15:53 +0100 Greg Reagle wrote:
> When I select text in st using the mouse, it sets both the primary
> selection and the clipboard selection. It should only set the primary
> selection. The clipboard is supposed to be only for explicitly
> requested copying.
>
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
Greetings.
On Mon, 09 Mar 2015 23:17:23 +0100 Eric Pruitt wrote:
> 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.
I will read the mailinglist.
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 patro
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
---
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 it
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 *bein
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 used as a verb and not as a
noun here.
--Markus
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
Out of interest, was this thread created anew on purpose? Did I miss the joke?
Thanks
--
Four word witty remark
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
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
On Mon, Mar 09, 2015 at 08:09:32PM -0700, Eric Pruitt wrote:
> 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 my local copy, but if you commit a fix and
> want me to
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 co
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 someth
Greetings.
On Tue, 10 Mar 2015 06:39:49 +0100 Eric Pruitt 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 prevents
> > the
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 thi
27 matches
Mail list logo