Re: #6129: Show paragraph marks / pilcrows

2009-10-22 Thread Ben M.
Hi everyone, A few months ago, I backported Richard's patch to branch. Ever since, it's been working wonderfully for me. Jurgen says it can go into branch, but I don't have privileges to commit it myself. The patch is here: http://www.lyx.org/trac/attachment/ticket/6129/pilcrows-branch.diff I

Re: configure.py [patch] for branch

2009-10-22 Thread Uwe Stöhr
Uwe Stöhr schrieb: The attached patch runs elyer.py from the bin folder of LyX (the folder where the lyx.exe resides). Does the patch work also on Linux? Alex? Attached is a better version that copies the image files to the correct temp sub folder. p.s. I think I found the ext_copy.py probl

Re: [patch] fix bug 6234

2009-10-22 Thread Uwe Stöhr
rgheck schrieb: First, create_dir should return a boolean, telling us whether the creation succeeded. Otherwise, you try to copy the file after a failure. I implemented this accordingly. I know I originally wrote this (copying something someone else did), but maybe we should have more explic

Re: configure.py [patch] for branch

2009-10-22 Thread rgheck
On 10/22/2009 05:04 PM, Alex Fernandez wrote: On Thu, Oct 22, 2009 at 12:39 AM, Pavel Sanda wrote: I do remember that the last time there was some opposition to this integration, so I would prefer to hear some more opinions first. i dont think you will hear anything new - the basic

Re: configure.py [patch] for branch

2009-10-22 Thread rgheck
On 10/22/2009 05:53 PM, Alex Fernandez wrote: On Thu, Oct 22, 2009 at 10:25 AM, Jean-Marc Lasgouttes wrote: Le 22/10/2009 09:29, Abdelrazak Younes a écrit : Right, it is different here as eLyXer cannot rely on LyX to do the conversion. But it should be pretty easy to add a call to l

Re: configure.py [patch] for branch

2009-10-22 Thread Alex Fernandez
On Thu, Oct 22, 2009 at 10:25 AM, Jean-Marc Lasgouttes wrote: > Le 22/10/2009 09:29, Abdelrazak Younes a écrit : >> >> Right, it is different here as eLyXer cannot rely on LyX to do the >> conversion. But it should be pretty easy to add a call to lyx2lyx before >> conversion. > > Yes. Alex, what i

Re: configure.py [patch] for branch

2009-10-22 Thread Alex Fernandez
On Thu, Oct 22, 2009 at 12:39 AM, Pavel Sanda wrote: >>I do remember that the last time there was some >> opposition to this integration, so I would prefer to hear some more >> opinions first. > > i dont think you will hear anything new - the basic issue stands > exactly the same as in the beginin

Re: "online" again

2009-10-22 Thread Guenter Milde
On 2009-10-20, Christian Ridderström wrote: > So I'd be happy to get tips on laptops with good keyboards for=20 > typing/coding. The laptop is just going to stay in my living room, being=20 > connected through remote desktop to a virtual machine. So primarily it=20 > just needs a good keyboard/scr

Re: [patch] fix bug 6234

2009-10-22 Thread José Matos
On Thursday 22 October 2009 12:59:57 rgheck wrote: > instead: > return copy_all(from_dir, to_dir, exts) > Then LyX will know if we fail. I agree with Richard, if the copy process fails LyX should know. > rh -- José Abílio

Re: [patch] fix bug 6234

2009-10-22 Thread rgheck
On 10/21/2009 11:12 PM, Uwe Stöhr wrote: > This looks like it should work, but I haven't tested it. I don't have anything at the moment that > would use the new functionality. The functionality is needed to be able to use external converters like Alex's eLyXer script. I therefore wait for Alex

Re: configure.py [patch] for branch

2009-10-22 Thread Jean-Marc Lasgouttes
Le 22/10/2009 09:29, Abdelrazak Younes a écrit : Right, it is different here as eLyXer cannot rely on LyX to do the conversion. But it should be pretty easy to add a call to lyx2lyx before conversion. Yes. Alex, what is your take on this these days? JMarc

Re: configure.py [patch] for branch

2009-10-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Le 22/10/2009 09:04, Abdelrazak Younes a écrit : it is wrong idea to produce html output by parsing .lyx native format and it would be pita to adjust or check the script for every fileformat change we do - now this pita is yours, once we officially include elyxer and

Re: configure.py [patch] for branch

2009-10-22 Thread Jean-Marc Lasgouttes
Le 22/10/2009 09:04, Abdelrazak Younes a écrit : it is wrong idea to produce html output by parsing .lyx native format and it would be pita to adjust or check the script for every fileformat change we do - now this pita is yours, once we officially include elyxer and you disappear after two or th

Re: configure.py [patch] for branch

2009-10-22 Thread Abdelrazak Younes
Pavel Sanda wrote: I do remember that the last time there was some opposition to this integration, so I would prefer to hear some more opinions first. i dont think you will hear anything new - the basic issue stands exactly the same as in the begining: it is wrong idea to produce html out