On Fri, Jan 10, 2003 at 01:21:41AM +0000, John Levon wrote: > On Tue, Jan 07, 2003 at 02:04:41PM +0200, Dekel Tsur wrote: > > > It is possible. > > I've attached an updated patch. > > I'd much prefer a lyx_gui::can_handle_rtl() or something. > > > @@ -1748,8 +1747,10 @@ string const Paragraph::asString(Buffer > > Is this really the right place for this ? ::asString is used in many > places. > > We should only do the reverse when it actually reaches e.g. xforms, no ? > Won't this work ?
I really don't want to maintain special RTL code for the XForms frontend. Its support for RTL can never be as good as QT, so I prefer to drop RTL for this frontend.