Re: [Gimp-developer] regex+

2002-11-27 Thread Robin Rowe
David, I think the point is probably to do a trawl through legacy code and see how much of it can be flushed, if any. I wish! Sometime later. Although regex is available with *nix, it isn't part of Windows. My choice is to remove it or fix the broken regex implemenation included in Film

Re: [Gimp-developer] regex

2002-11-27 Thread Christian Rose
tor 2002-11-28 klockan 00.32 skrev David Weeks: Robin, I called you right the first time. David, please keep childish name-calling rants like this for yourself. Thanks. Kind regards, Christian ___ Gimp-developer mailing list [EMAIL PROTECTED]

Re: [Gimp-developer] regex

2002-11-26 Thread Robin Rowe
Sven, The regex code is used by gimp-plug-ins-query (and a similar function in script-fu). Yes, I can follow that from the code. I understand what regex does generally, just not why gimp-plug-ins-query needs it. My confusion relates to script-fu and gimp plug-ins with respect to regex. Why

Re: [Gimp-developer] regex+

2002-11-26 Thread Simon Budig
Robin Rowe ([EMAIL PROTECTED]) wrote: The regex code is used by gimp-plug-ins-query (and a similar function in script-fu). Yes, I can follow that from the code. I understand what regex does generally, just not why gimp-plug-ins-query needs it. My confusion relates to script-fu and gimp

Re: [Gimp-developer] regex+

2002-11-26 Thread Robin Rowe
Simon, My confusion relates to script-fu and gimp plug-ins with respect to regex. Why query a plug-in as a regular expression? What's the point? To have a nice way to specify a search pattern. For thinks like a PDB-Browser for example. Ok, I guess I'm just not making my question clear. I

Re: [Gimp-developer] regex+

2002-11-26 Thread Simon Budig
Robin Rowe ([EMAIL PROTECTED]) wrote: What I have trouble imagining is the scenario where regex search in Gimp is necessary or useful. Few users even know how to phrase a regex search. Is this just feature-itis? Do I correctly surmise that regex could be removed without being missed? Well,

Re: [Gimp-developer] regex

2002-11-25 Thread Sven Neumann
Hi, Robin Rowe [EMAIL PROTECTED] writes: Hi. GIMP has its own regex.c that the procedural database uses. That seems to look up plug-ins using regexec. I'm having a little difficulty understanding the logic of the code. Can anybody explain how regex is used by GIMP? Why is it necessary? GIMP

[Gimp-developer] regex

2002-11-24 Thread Robin Rowe
Hi. GIMP has its own regex.c that the procedural database uses. That seems to look up plug-ins using regexec. I'm having a little difficulty understanding the logic of the code. Can anybody explain how regex is used by GIMP? Why is it necessary? Thanks! Robin