Re: [dev] Surf development

2009-08-19 Thread Enno Boland (Gottox)
Hi! surf has a little bit stalled the last few month. I got very few spare time to work on it. I hope I'll get some time soon. Regarding you're question: I believe surf should be a tool which works everywhere the same. It is very easy to change keybindings by patching the source, so no, I have no

Re: [dev] Surf development

2009-08-19 Thread pancake
I dislike the keybindings for history (control-left, control-right) because they are used in textareas for selecting words together with shift. I would prefer the ^H ^L or ^repag ^avpag for this. Enno Boland (Gottox) wrote: Hi! surf has a little bit stalled the last few month. I got very few

Re: [dev] Surf development

2009-08-19 Thread Jacob Todd
On Wed, Aug 19, 2009 at 09:36:36AM +0200, Enno Boland (Gottox) wrote: > Hi! > > surf has a little bit stalled the last few month. I got very few spare > time to work on it. I hope I'll get some time soon. > > Regarding you're question: I believe surf should be a tool which works > everywhere the

Re: [dev] unsubscribe

2009-08-19 Thread Uriel
Shouldn't people that can't figure out how to unsubscribe from a mailing lists be the target of an eugenics program? uriel 2009/8/17 Tadeusz Sośnierz : > Dnia 2009-08-17, o godz. 10:57:03 > Marius Pana napisał(a): > >> > > Shouldn't emails like this be blocked by mailing list app? > Regards > >

Re: [dev] unsubscribe

2009-08-19 Thread Guy
On Wed, Aug 19, 2009 at 8:02 AM, Uriel wrote: > Shouldn't people that can't figure out how to unsubscribe from a > mailing lists be the target of an eugenics program? > > uriel I second the motion. -Guy http://www.nullamatix.com

Re: [dev] Surf development

2009-08-19 Thread pancake
if you add jk to move up/down, i would prefer hl to move left/right and H/L for history. Jacob Todd wrote: On Wed, Aug 19, 2009 at 09:36:36AM +0200, Enno Boland (Gottox) wrote: Hi! surf has a little bit stalled the last few month. I got very few spare time to work on it. I hope I'll get so

Re: [dev] unsubscribe

2009-08-19 Thread Andrei Tanase
Uriel wrote: Shouldn't people that can't figure out how to unsubscribe from a mailing lists be the target of an eugenics program? uriel first they came for the unsubscribers and i didn't speak up for i was not one of them. then they came after the non-ICCCM compliant and i was silent for i

Re: [dev] unsubscribe

2009-08-19 Thread Robert C Corsaro
Andrei Tanase wrote: Uriel wrote: Shouldn't people that can't figure out how to unsubscribe from a mailing lists be the target of an eugenics program? uriel [snip] post scriptum: uriel, i bet you are one pedant fuck. pedant as in researching, establishing and policing a strict (and o

Re: [dev] Surf development

2009-08-19 Thread Valentin
It almost sounds like you want vimpression [1] ;) [1]: https://projects.ring0.de/webkitbrowser/ On Wed, Aug 19, 2009 at 07:44:47AM +, Jacob Todd wrote: > Alright then. I'm going to look at the source tonight hopefully and come up > with > a patch so that j & k move up and down, h & l move f

Re: [dev] unsubscribe

2009-08-19 Thread Uriel
On Wed, Aug 19, 2009 at 2:34 PM, Andrei Tanase wrote: [snip] > post scriptum: uriel, i bet you are one pedant fuck. pedant as in > researching, establishing and policing a strict (and optimum) ratio of > foreplay to coitus. Hahahahaha! You made me cry tears of joy, can I add this quote to my colle

Re: [dev] unsubscribe

2009-08-19 Thread Uriel
Damn, I'm more mentally incapacitated than the morons that don't know how to unsubscribe from a mailing list: I don't know how to reply to the original author instead of to the whole list! Time to go shopping for some cyanide. uriel On Wed, Aug 19, 2009 at 3:46 PM, Uriel wrote: > On Wed, Aug 19,

Re: [dev] unsubscribe

2009-08-19 Thread Andrei Tanase
Uriel wrote: Damn, I'm more mentally incapacitated than the morons that don't know how to unsubscribe from a mailing list: I don't know how to reply to the original author instead of to the whole list! Time to go shopping for some cyanide. i'd suggest shopping for a mouse and using the cord to

Re: [dev] unsubscribe

2009-08-19 Thread Uriel
On Wed, Aug 19, 2009 at 4:10 PM, Andrei Tanase wrote: > Uriel wrote: >> >> Damn, I'm more mentally incapacitated than the morons that don't know >> how to unsubscribe from a mailing list: I don't know how to reply to >> the original author instead of to the whole list! >> >> Time to go shopping for

Re: [dev] unsubscribe

2009-08-19 Thread Uriel
On Wed, Aug 19, 2009 at 4:34 PM, Uriel wrote: > CC sucks. "Intellectual property" is a disgrace and CC perpetuates it. I'm in a sucking mood today. Let me clarify: I think CC0 is a great idea, the rest of the CC licenses are a mess and way too restrictive. uriel

Re: [dev] unsubscribe

2009-08-19 Thread Kurt H Maier
On Wed, Aug 19, 2009 at 9:36 AM, Uriel wrote: > Let me clarify: I think CC0 is a great idea, the rest of the CC > licenses are a mess and way too restrictive. E-mail is priceless intellectual property. It must be licensed carefully. -- # Kurt H Maier This message, including any attachments, co

Re: [dev] unsubscribe

2009-08-19 Thread Nils
You guys make me wanna unsubscribe, too. ;)

Re: [dev] Lexers and parsers

2009-08-19 Thread David Tweed
On Tue, Aug 18, 2009 at 1:27 AM, Maurício wrote: > I've been thinking on how to implement such tool. Since I'm > not a really good developer, I thought about asking people for > sugestions. If you had such "shell yacc", how would you like it > to be or behave? Would BNF be okay, or would you expect

Re: [dev] Lexers and parsers

2009-08-19 Thread Kurt H Maier
On Wed, Aug 19, 2009 at 11:49 AM, David Tweed wrote: > what would be most effective in tracking > down the inevitable problems when there's a bug in the user input > and/or mismatched input, particularly if it happens in the middle of a > pipe process: how are you going to report which part of the

Re: [dev] Lexers and parsers

2009-08-19 Thread carmen
> > what would be most effective in tracking > > down the inevitable problems when there's a bug in the user input > > and/or mismatched input, particularly if it happens in the middle of a > > pipe process: how are you going to report which part of the input i'm liking Parsec ( http://research.m