Re: [dev] Dooble - Was: [surf] segfault

2011-09-20 Thread hiro
I want to kill myself

Re: [dev] Futaba Linux

2011-09-20 Thread Valentin Ochs
On Tue, Sep 20, 2011 at 10:54:25PM +0100, Nick wrote: > Quoth Sir Cyrus: > > Thought a few of you might be interested in this: > > http://alrig.ht/newfutaba.html > > Sounds really nice. Pity they can't use musl, as ARM support is an > important use-case. musl has ARM support. --Valentin pgpZo

Re: [dev] Futaba Linux

2011-09-20 Thread Nick
Quoth Sir Cyrus: > Thought a few of you might be interested in this: > http://alrig.ht/newfutaba.html Sounds really nice. Pity they can't use musl, as ARM support is an important use-case. I like that they plan to ditch /etc/{init.d|rc.d}/* for /sbin/rc.*. For some reason I hadn't considered t

[dev] Futaba Linux

2011-09-20 Thread Sir Cyrus
Thought a few of you might be interested in this: http://alrig.ht/newfutaba.html

Re: [dev] Dooble - Was: [surf] segfault

2011-09-20 Thread Andrew Hills
On Tue, Sep 20, 2011 at 2:01 PM, Kurt H Maier wrote: > The whole thing is written in XML. Because their C++ didn't suck enough. --Andrew Hills

Re: [dev] Dooble - Was: [surf] segfault

2011-09-20 Thread Troels Henriksen
ilf writes: > On 08-04 13:32, Cengiz Tas wrote: >> So what I are using instead for browsing? I mean beside FF or >> Chromium. Netsurf, Arora, etc. ? Netsurf lacks of Java Script and >> Arora development stopped for quite a long time. > > Anyone looked at this? http://dooble.sourceforge.net/ > >>

[dev] Re: Dooble - Was: [surf] segfault

2011-09-20 Thread Christian Neukirchen
ilf writes: > Anyone looked at this? http://dooble.sourceforge.net/ > >> Dooble is a new Open Source Web browser that focuses on compactness, >> security, and stability. > > Total SLOC = 14,660 ... without Qt and QtWebkit. -- Christian Neukirchenhttp://chneukirchen.org

Re: [dev] Dooble - Was: [surf] segfault

2011-09-20 Thread Kurt H Maier
The whole thing is written in XML. -- # Kurt H Maier

[dev] Dooble - Was: [surf] segfault

2011-09-20 Thread ilf
On 08-04 13:32, Cengiz Tas wrote: So what I are using instead for browsing? I mean beside FF or Chromium. Netsurf, Arora, etc. ? Netsurf lacks of Java Script and Arora development stopped for quite a long time. Anyone looked at this? http://dooble.sourceforge.net/ Dooble is a new Open Source

Re: [dev] How to get windows opened on one tag?

2011-09-20 Thread Rob
On 20 September 2011 08:53, Yue Wu wrote: > Hi list, Hello. > Sometimes I want to know all windows that I've opened on current tag, to > know if a window has opened and decide to find and switch to it, so my > question is how to get a list of opened windows names on current tag? The > statusbar s

Re: [dev] How to get windows opened on one tag?

2011-09-20 Thread Andrew Hills
MOD-J until you're back at the first window. If you need the list all at once, maybe write them down as you go? You could also attach a debugger and browse through the client list. --Andrew Hills On Tue, Sep 20, 2011 at 3:53 AM, Yue Wu wrote: > Hi list, > > Sometimes I want to know all windows

[dev] How to get windows opened on one tag?

2011-09-20 Thread Yue Wu
Hi list, Sometimes I want to know all windows that I've opened on current tag, to know if a window has opened and decide to find and switch to it, so my question is how to get a list of opened windows names on current tag? The statusbar shows only current focus window name. -- Regards, Yu