Re: [dev] [libixp] Fix build on case insensitive FS

2009-09-06 Thread Kurt H Maier
On Sun, Sep 6, 2009 at 8:36 PM, Kris Maglione wrote: >But remember that Windows isn't the only OS to use case-insensitive > filesystems by default. OS-X is case insensitive by default, along with most > variants of DOS, MacOS classic, VMS (I believe), and even a few (non-Darwin) > variants of Unix.

Re: [dev] [libixp] Fix build on case insensitive FS

2009-09-06 Thread Kris Maglione
On Sun, Sep 06, 2009 at 07:50:38PM -0500, Kurt H Maier wrote: On Sun, Sep 6, 2009 at 7:45 PM, Kris Maglione wrote: Oh, and there's the whole genocide thing... I'm not really a fan of genocide. Are you saying that windows users are a separate génos According to Webster, geno·cide (n) th

Re: [dev] [libixp] Fix build on case insensitive FS

2009-09-06 Thread Kurt H Maier
On Sun, Sep 6, 2009 at 7:45 PM, Kris Maglione wrote: > Oh, and > there's the whole genocide thing... I'm not really a fan of genocide. Are you saying that windows users are a separate génos -- # Kurt H Maier

Re: [dev] [libixp] Fix build on case insensitive FS

2009-09-06 Thread Kris Maglione
On Mon, Sep 07, 2009 at 01:32:22AM +0200, Uriel wrote: Thanks, this should be fixed. But I don't think the case insensitive FS is the issue. Case insensitive FSs are not 'an issue', they are a disease and anyone found using such a FS should be exterminated on the spot to keep the disease from s

Re: [dev] Talk about sane web browsers

2009-09-06 Thread Pinocchio
On Sun, 06 Sep 2009 16:50:50 -0700, Ray Kohler wrote: On Sun, Sep 6, 2009 at 7:30 PM, Uriel wrote: You can't have a "sane web browser"[1] with an insane rendering engine. All you are doing otherwise is giving a turd another coat of paint. At the moment my only hope for a minimally sane web re

Re: [dev] Talk about sane web browsers

2009-09-06 Thread Ray Kohler
On Sun, Sep 6, 2009 at 7:30 PM, Uriel wrote: > You can't have a "sane web browser"[1] with an insane rendering > engine. All you are doing otherwise is giving a turd another coat of > paint. > > At the moment my only hope for a minimally sane web rendering engine > is http://www.netsurf-browser.org

Re: [dev] [libixp] Fix build on case insensitive FS

2009-09-06 Thread Uriel
On Thu, Sep 3, 2009 at 8:32 PM, Kris Maglione wrote: > On Wed, Sep 02, 2009 at 05:38:22PM +0900, KIMURA Masaru wrote: >> >> Subject said it all. > > Thanks, this should be fixed. But I don't think the case insensitive FS is > the issue. Case insensitive FSs are not 'an issue', they are a disease a

Re: [dev] Talk about sane web browsers

2009-09-06 Thread Uriel
You can't have a "sane web browser"[1] with an insane rendering engine. All you are doing otherwise is giving a turd another coat of paint. At the moment my only hope for a minimally sane web rendering engine is http://www.netsurf-browser.org/ The latest released version is not too useful, but de

Re: [dev] Talk about sane web browsers

2009-09-06 Thread Uriel
Troff works great for generating slides. uriel On Thu, Sep 3, 2009 at 11:31 PM, Kris Maglione wrote: > On Thu, Sep 03, 2009 at 09:36:23PM +0200, markus schnalke wrote: >> >> P.S. (especially @Uriel ;-) ): Please don't blame me because the >> software I used for the slides ... I know I should impr

Re: [dev] [surf] gtk key bindings

2009-09-06 Thread Uriel
In theory you should be able to use the instructions at: http://unix-kb.cat-v.org/GTK_2/ Any further contributions about hot to provide sane Unix-like keybindings to more apps and environments are very welcome. Peace uriel On Sun, Sep 6, 2009 at 7:53 PM, Ryan Zheng wrote: > I've been meaning to

Re: [dev] A lightwieight and working typesetting system.

2009-09-06 Thread Antoni Grzymala
Suraj Kurapati dixit (2009-09-05, 20:54): > > Position in books I read is remembered by a simple device called a > > bookmark. No need for advanced tech on silicon+software on that. :) > > Your answer reminds me of The Complicator's Gloves story[1], quite suckless! > > [1]: http://thedailywtf.co

[dev] [surf] gtk key bindings

2009-09-06 Thread Ryan Zheng
I've been meaning to send this one for a while now. It adds some bindings to the urlbar and searchbar (c-h, c-w, c-u for deleting, c-b, c-e for home/end). Not sure how it should be changed now that there's a config.h rz diff -r bb36803abc1f surf.c --- a/surf.c Mon Jul 13 09:35:41 2009 +0200 +++ b/

Re: [dev] [surf] key configuration (config.h) patch

2009-09-06 Thread Enno Boland (Gottox)
nice work. I added this patch. Nevertheless, I'm sure it can be simplified. Maybe through changing the UI a little bit. Nevertheless. Thank you :) 2009/9/6 quaker4lyf : > Hello, > > I recently discovered surf, and was attracted to the conciseness of > it's code. From the dev mailing list archives,

[dev] [surf] key configuration (config.h) patch

2009-09-06 Thread quaker4lyf
Hello, I recently discovered surf, and was attracted to the conciseness of it's code. From the dev mailing list archives, I think I recall Gottox (or someone) saying there was no plans to add a config.h way of customising surf. And looking at the code [keypress()] I can see why, it would add compl

Re: [dev] [surf] print page

2009-09-06 Thread Enno Boland (Gottox)
applied. thank you :) 2009/9/6 pancake : > I find it useful to print to pdf. Would be nice if we add a commandline flag > to directly print html into pdf in batch mode. > > > use ^P (control + shift + P) > > diff -r ed940ea406e2 surf.c > --- a/surf.c    Fri Sep 04 13:23:36 2009 +0200 > +++ b/surf.