Re: ImExported macro is twice global

2008-10-16 Thread Stefan Schimanski
Here is a trival file. Feel free to make a bugzilla entry from it. I am too busy right now. Stefan foo.tex Description: Binary data Am 16.10.2008 um 17:22 schrieb Uwe Stöhr: Stefan Schimanski schrieb: You mean it is fixed in trunk now? Still have this behaviour, though I might be som

Re: ImExported macro is twice global

2008-10-16 Thread Uwe Stöhr
Stefan Schimanski schrieb: You mean it is fixed in trunk now? Still have this behaviour, though I might be some days behind. OK, then this bug is still there. Please report it at bugzilla and send me LyX-testfile. I'll have a look. thanks and regards Uwe

Re: ImExported macro is twice global

2008-10-16 Thread Stefan Schimanski
Am 16.10.2008 um 15:38 schrieb Uwe Stöhr: > Before exporting foo.lyx : > \global\def\var{\func{var}} > > After importing foo.tex : > \global\global\def\var{\func{var}} Should work in next test release as we in the meantime fixed the bug that causes this.- Please test this again when the next

Re: ImExported macro is twice global

2008-10-16 Thread Uwe Stöhr
> Before exporting foo.lyx : > \global\def\var{\func{var}} > > After importing foo.tex : > \global\global\def\var{\func{var}} Should work in next test release as we in the meantime fixed the bug that causes this.- Please test this again when the next lyX 1.6 release comes out. When the bug is th

ImExported macro is twice global

2008-10-15 Thread Dionysios
LyX 1.6.0 RC3 Windows XP SP2 MiKTeX 2.5 Before exporting foo.lyx : \global\def\var{\func{var}} After importing foo.tex : \global\global\def\var{\func{var}} (Pasted from % Preview source code)