Re: attempt to fix bug 3560 - help needed

2008-12-07 Thread Uwe Stöhr
> I can do it, but not immediately (and not for 1.6.1). It is not urgent. Thanks in advance for taking over and regards Uwe

Re: attempt to fix bug 3560 - help needed

2008-12-07 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > Hm, I'd guess that you'll need two separate macros \lyxarrow and > >  > \lyxarrowright. After all, in a multilingual document LTR and RTL can be >  > mixed, so both variants might occur in parallel. > > You are right. Could you please take over and implement this. I'm currently

Re: attempt to fix bug 3560 - help needed

2008-12-06 Thread Uwe Stöhr
> Hm, I'd guess that you'll need two separate macros \lyxarrow and > \lyxarrowright. After all, in a multilingual document LTR and RTL can be > mixed, so both variants might occur in parallel. You are right. Could you please take over and implement this. I'm currently very limited with my spare

Re: attempt to fix bug 3560 - help needed

2008-12-06 Thread Andre Poenitz
On Sat, Dec 06, 2008 at 03:29:49PM +0100, Uwe Stöhr wrote: > @@ -726,7 +731,11 @@ > macros << noun_def << '\n'; > > if (mustProvide("lyxarrow")) > + { > + Language const * lang; > + useLanguage(lang); > macros << lyxarrow_def << '\n';

Re: attempt to fix bug 3560 - help needed

2008-12-06 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Bug http://bugzilla.lyx.org/show_bug.cgi?id=3560 is about that we define > the menu separator always as \trangleright, while it needs to be > \triangleleft for RTL languages. This should be easy to fix, but I'm too > stupid to get it right, see the attached attempt. Any help? Hm

attempt to fix bug 3560 - help needed

2008-12-06 Thread Uwe Stöhr
Bug http://bugzilla.lyx.org/show_bug.cgi?id=3560 is about that we define the menu separator always as \trangleright, while it needs to be \triangleleft for RTL languages. This should be easy to fix, but I'm too stupid to get it right, see the attached attempt. Any help? Is there something like