[dev] [surf] PATCH for default directory path - really uncritical

2009-11-25 Thread Alexander Surma
Hi, I just figured out how buildpath() worked and that as a consequence the default value of dldir is useless. It causes buildpath() so create a file rather than a directory. So here's a one-line patch. Surma

[dev] [surf] PATCH surppress error message when _SURF_URI is empty

2009-11-25 Thread Alexander Surma
Another small patch for supressing an error in dmenu's output when _SURF_URI is not set (as it happens when surf just started). This is probably not the nice way to do it, but liek this I didn't have to touch the code. Surma empty-url.patch Description: Binary data

[dev] Re: [surf] PATCH for default directory path - really uncritical

2009-11-25 Thread Alexander Surma
As Richard Pöttler pointed out correctly, I forgot to attach the patch. Here ya go - sorry about that. Surma dl-dir.patch Description: Binary data

Re: [dev] [dmenu] pasting bug

2009-12-01 Thread Alexander Surma
Which version are you talking about? I myself don't even have a cursor or the ability to paste in stable. Surma 2009/12/1 Tadeusz Sośnierz : > Hello, > I think there's a bug in pasting functionality. Steps to reproduce: > 1. run dmenu > 2. open some quotation (e.g. ") > 3. paste some text > 4. no

Re: [dev] [dmenu] Vertical bug

2009-12-03 Thread Alexander Surma
I can almost confirm this. It seems like -l values <6 are ignored and 6 ist used. Values>6 are correctlz uses. On Dec 2, 2009 8:50 PM, "Tadeusz Sośnierz" wrote: Hello, Looks like dmenu (in tip) ignores the -l argument, assuming 10 anyway. Regards, Ted

Re: [dev] suckless password manager

2009-12-10 Thread Alexander Surma
Actually, I think passwordmanagers are not secure. All your passwords are just as strong as your PM encryption. I have an mnemoc/algorithm which enables me to generate a quite strong password (without pen&paper) which depends on the name of the webpage and/or username I use there. On Dec 10, 2009

Re: [dev] [surf] some potential bugs and some user questions

2009-12-14 Thread Alexander Surma
> 1- for some reason surf stalls for a couple of seconds on a new page, > I just hit ctrl-g suckless.org and it stalled for 11sec! Can't confirm that. > 2- Download seems to be broken. (in tip and 0.3 from hg) I get > (:27178): GLib-GIO-CRITICAL **: g_output_stream_write_all: > assertion `G_IS_OU

Re: [dev] sup - the minimalistic sudo

2009-12-14 Thread Alexander Surma
> I know that there's a really-cool mail client called 'sup'.. so if you have > any other > proposal for the name? 's'? 'sp'? 'sudor'? smudo? a jungled-up acronym for "minimal super do"? Kind of a german insider, but it has a nice ring to it ;) I like sup alot, btw.

Re: [dev] slock - cannot log in

2009-12-17 Thread Alexander Surma
> No. A screen locker locks the system completely (apart from remote logins). That's how it's supposed to be at least. I've encountered a lot screenlockers which let me switch to console anytime. regarding the problem: That's why I leave ssh running - X locks up (or at least takes no input) and I

[dev] [bug] [dwm] Resolution chages

2010-01-10 Thread Alexander Surma
Hi, Just wanted to file a bug report, that dwm doesn't handle a change of the screen resolution very well. When I change to a low resolution (640x480), everything seems fine, but if I change back (1280x1024) I have parts of my background in the statusbar. Not urgent, but wanted to let you know. S

Re: [dev] [bug] [dwm] Resolution chages

2010-01-10 Thread Alexander Surma
andr -s reproduces the issue you notice, whereas >> >> xrandr --output XY --mode wxh >> >> etc does work. Can you confirm? >> >> Cheers, >> Anselm >> >> PS: Still remember our Skat session ;) >> >> 2010/1/10 Alexander Surma : >>

Re: [dev] stali and the shipped compilers

2010-01-14 Thread Alexander Surma
The configurations of the compilers can usually be extracted from the executable with ``gfortran -v'' Surma On Thu, Jan 14, 2010 at 9:42 PM, pancake wrote: > I would prefer to drop gcc, glibc and all the shit from gnu. > > Tcc and dietlibc are usable solutions and maybe the code is not the best

Re: [dev] include files should never include include files?

2010-01-16 Thread Alexander Surma
Of course you did not run into problems. You just wasted your precious processor time on including and parsing header files which you could have easily prevented by following that rule. You might however run into problems when breaking this rule and no #ifdef-guards are present. I'm not sure abou

Re: [dev] [dwm] Java Swing sucks, any solutions?

2010-02-05 Thread Alexander Surma
> I'm forced to use jmeter for the next two weeks at work. It's a swing > app. Swing and dwm don't seem to wrk at all. Doesn't the good ol' ``export AWT_TOOKIT=MToolkit'' work for ya? If not, define "not working". Surma

Re: [dev] Surf assumes all SSL connections are good, which is bad

2010-02-09 Thread Alexander Surma
Well, the connection is definitely encrypted. Regardless of a man in the middle or not ;) However - I see your point. My suggestion would be, that we allow yet another userscript to handle this. I for one do not care for verifying certificates. But for those who do, some kind of interface would be

Re: [dev] HG and python

2010-03-10 Thread Alexander Surma
There's always git, the core of which is written in C, but some scripts are perl. And for the bloat: Git is sometimes percieved as somewhat more bloated (>100 little tools instead of 1 like hg) - that depends on the point of view. Surma On Wed, Mar 10, 2010 at 12:31 PM, Sylvain Bertrand wrote: >

Re: [dev] [dwm] Issue with openoffice fullscreen presentation

2010-03-11 Thread Alexander Surma
Isn't OOo just java too? So you *might* get that fixxed with the grey-windows-in-java-workarounds: either: wmname LG3D; unset AWT_TOOLKIT or: export AWT_TOOLKIT=MToolkit Surma On Thu, Mar 11, 2010 at 11:37 AM, Jakub Lach wrote: > 11 march 2010 10:25 Anselm R Garbe > >> Most likely openoffice r

Re: [dev] terminal that accepts any size

2010-03-20 Thread Alexander Surma
Well, resizehints are exactly that, hints. Not an obligation. It's usually the job of the window manager to respect (or not to respect) those hints - it's not something that has to be changed in the implementation of the terminal emulator. Surma On Sat, Mar 20, 2010 at 5:48 PM, Jonas Bernoulli w

Re: [dev] terminal that accepts any size

2010-03-20 Thread Alexander Surma
: > On Sat, Mar 20, 2010 at 18:04, Alexander Surma > wrote: >> Well, resizehints are exactly that, hints. Not an obligation. >> It's usually the job of the window manager to respect (or not to >> respect) those hints - it's not >> something that has to be cha

[dev] [surf] GZip compression

2010-03-25 Thread Alexander Surma
Hi, I don't want this in the sunday-release, or anything, I just noticed, that gzip-compressed pages are not supported (e.g. http://www.lenovo.de) Is that a surf or a webkit issue?! Fixable? Surma

Re: [dev] goblin (9base in Go)

2010-03-29 Thread Alexander Surma
How about improving the flags-package - or somewhat merging optparse into flags (keeping the interface backwards-compatble). I assume that would be greatly appreciated. Surma On Mon, Mar 29, 2010 at 5:51 PM, Jeff Shipley wrote: > On Mon, Mar 29, 2010 at 2:41 AM, Szabolcs Nagy wrote: >> On 3/29/

Re: [dev] [surf] segfault

2010-04-02 Thread Alexander Surma
Cannot reproduce, sorry. Works over here

Re: [dev] unsubscribe

2010-07-20 Thread Alexander Surma
Chill dude On 7/20/10 15:01 , Val Polyakov wrote: Excuse me for living and forgetting to append +unsubscribe Fsck off... People never learn... - Original message -