Re: [Gimp-developer] Regular expression in gimp-buffers-get-list ?

2007-01-26 Thread Sven Neumann
Hi, On Thu, 2007-01-25 at 10:42 +0100, Bart wrote: > i can't fix it, i can write/ fix scripts in python or scheme no problem > at all but i can't do c or c++. Sorry. It's still a waste of your and our time to work around it. And you could help. The problem here is really not writing the code. I

Re: [Gimp-developer] Regular expression in gimp-buffers-get-list ?

2007-01-25 Thread Bart
Hi Sven, i can't fix it, i can write/ fix scripts in python or scheme no problem at all but i can't do c or c++. Sorry. Bart. Sven Neumann schrieb: > Hi, > > On Wed, 2007-01-24 at 17:07 +0100, Bart wrote: > >> I use this to check wether the clipboard is empty or not, so when the >> user ru

Re: [Gimp-developer] Regular expression in gimp-buffers-get-list ?

2007-01-24 Thread Sven Neumann
Hi, On Wed, 2007-01-24 at 17:07 +0100, Bart wrote: > I use this to check wether the clipboard is empty or not, so when the > user run this script on empty clipboard no error message will appear. I think I already explained that the error messages are a bug. So what's all the fuss to work around

[Gimp-developer] Regular expression in gimp-buffers-get-list ?

2007-01-24 Thread Bart
Hi all, i wrote this "Paste as Layer" script (registred as "/Edit/Paste as/Paste as Layer"; its based on a script of Jonathan Stipe), it just need a tweak to lower the the pasted layer to the last selected on. But i got a problem with (buffers (gimp-buffers-get-list "*")). I use this to check w