[power-pro] Re: Comment on upcoming PCRE feature? (no longer upcoming, its here)

2010-07-05 Thread entropyreduction
--- In power-pro@yahoogroups.com, Sheri sheri...@... wrote: --- In power-pro@yahoogroups.com, entropyreduction alancampbelllists+yahoo@ wrote: Also forgot to mention: -- mark should also work for pcreReplaceCallback (not tested), and regex_makr should be correct each time

[power-pro] clip captured trying to 'paste' in a 'copy' sequence

2010-07-05 Thread Ray Ramirez
Hello all, I sent this to the beginner list, yet I want to be lazier than selecting a menu item from a menu. ;-) And I want to try to get this to work. I feel like a beginner so much, and I really appreciate the opportunity to lurk and learn. A while back - back in 02 - someone helped me

[power-pro] Useful webedit trick for PP, Komodo, Firefox and 2 monitors

2010-07-05 Thread brother.gabriel
Hello, y'all! Recently I have been using Komodo edit as my web-editor. It has a preview screen, but it doesn't work with php. But firefox will display my php code if I use a portable server like PortableWebAp. I got tired of saving my work and then mousing over to Firefox (I have two

[power-pro] Re: Comment on upcoming PCRE feature? (no longer upcoming, its here)

2010-07-05 Thread Sheri
--- In power-pro@yahoogroups.com, entropyreduction alancampbelllists+ya...@... wrote: --- In power-pro@yahoogroups.com, Sheri sherip99@ wrote: --- In power-pro@yahoogroups.com, entropyreduction alancampbelllists+yahoo@ wrote: Also forgot to mention: -- mark should also

[power-pro] Re: Comment on upcoming PCRE feature? (no longer upcoming, its here)

2010-07-05 Thread brucexs
Works! But I don't think local one can work as I wanted, as it doesn't work as a user arg for the cbx(...). Static or global version should be ok, since the callback routine itself can access it. I am not really sure if this is relevant, but note that cbx creates at call function usage

[power-pro] Re: clip captured trying to 'paste' in a 'copy' sequence

2010-07-05 Thread brucexs
I what I am trying to do is clear, if not I will clarify more. Thanks in advance for the help. Can you repost your requirements and maybe the script you are using now in whole.

[power-pro] Fw : Download 50 GB Free ( enjoy )

2010-07-05 Thread sara
6:42:22 AM7/6/2010 ATTENTION! To get the latest Model Pic , Film , Musics , Video clips , Mobie Tools And Fun Daily Join NOW http://groups.yahoo.com/subscribe/My_Love_Negin Download 50GB Free ( Send Other Friends enjoy ) ** http://groups.yahoo.com/subscribe/My_Love_Negin **

[power-pro] Re: Comment on upcoming PCRE feature? (no longer upcoming, its here)

2010-07-05 Thread entropyreduction
--- In power-pro@yahoogroups.com, Sheri sheri...@... wrote: Works! But I don't think local one can work as I wanted, as it doesn't work as a user arg for the cbx(...). Static or global version should be ok, since the callback routine itself can access it. Yeah, sorry, I lied. locals no

[power-pro] Re: Comment on upcoming PCRE feature? (no longer upcoming, its here)

2010-07-05 Thread entropyreduction
--- In power-pro@yahoogroups.com, brucexs bruc...@... wrote: I am not really sure if this is relevant, but note that cbx creates at call function usage where all the arguments are evaluated with values of the local variables at the time cbx is called. Try the following in a script file

[power-pro] Re: Comment on upcoming PCRE feature? (no longer upcoming, its here)

2010-07-05 Thread Sheri
--- In power-pro@yahoogroups.com, entropyreduction alancampbelllists+ya...@... wrote: /If the previous match WAS for an empty string, we can't do that, as it would lead to an //infinite loop. Instead, a special call of pcre_exec() is made with // the PCRE_NOTEMPTY and PCRE_ANCHORED flags