Re: inseturl.C patch

1999-02-09 Thread Jean-Marc Lasgouttes
hiding out Joacim> in the url insets. >> So, what was the right patch for this problem, anyway? Was it to >> remove fl_free_form() from the callback? Joacim> Yes. (around line 90-95 in inseturl.C) ..and as far as I can Joacim> tell, it doesn't break anything on other pla

Re: inseturl.C patch

1999-02-09 Thread Joacim Persson
is problem, anyway? Was it to > remove fl_free_form() from the callback? Yes. (around line 90-95 in inseturl.C) ..and as far as I can tell, it doesn't break anything on other platforms (leastways not an Intel Linux box). No point in freeing the form either; most likely it will be used ag

Re: inseturl.C patch

1999-02-09 Thread Jean-Marc Lasgouttes
>>>>> "Joacim" == Joacim Persson <[EMAIL PROTECTED]> writes: Joacim> --- inseturl.C.old Tue Feb 2 18:23:05 1999 +++ inseturl.C Tue Joacim> Feb 2 18:22:08 1999 @@ -90,6 +90,7 @@ inset-> flag = InsetUrl::URL; Joacim> else inset-> fla

Re: inseturl.C

1999-02-03 Thread Joacim Persson
5:02 1999 > +++ inseturl.C Wed Feb 3 13:12:28 1999 > @@ -91,11 +91,12 @@ > else > inset->flag = InsetUrl::HTML_URL; > UpdateInset(inset); > + current_view->redraw(); > } > > if (inset->

inseturl.C

1999-02-03 Thread Joacim Persson
ght ends outside the margin) --- inseturl.C.old Wed Feb 3 13:15:02 1999 +++ inseturl.C Wed Feb 3 13:12:28 1999 @@ -91,11 +91,12 @@ else inset->flag = InsetUrl::HTML_URL; UpdateInset(inset); + current_view->redraw();

Re: inseturl.C is posessed?

1999-02-02 Thread Joacim Persson
On Tue, 2 Feb 1999, Carl Ollivier-Gooch wrote: > I tried both URL and HTML_URL and they worked fine in the presence of typing > before and after the inset. Stock 1.0.0, Linux 2.0.27, gcc 2.7.x. Yes it appears to be a problem on Solaris only. It could be a bug in xforms on that platform ...but

Re: inseturl.C is posessed?

1999-02-02 Thread Carl Ollivier-Gooch
On 02-Feb-99 Asger K. Alstrup Nielsen wrote: >> If UpdateInset(inset) is done last, URL crases LyX, if >> current_view-redraw() is last, HTML_URL crashes it. ...cute? ;) > >Strange... > >Well, add a check to see what we are dealing with, and then >do the right thing. > >Can anybody else reproduce

Re: inseturl.C is posessed?

1999-02-02 Thread Asger K. Alstrup Nielsen
> If UpdateInset(inset) is done last, URL crases LyX, if > current_view-redraw() is last, HTML_URL crashes it. ...cute? ;) Strange... Well, add a check to see what we are dealing with, and then do the right thing. Can anybody else reproduce this problem? (It might be a compiler error.) Try to

inseturl.C is posessed?

1999-02-02 Thread Joacim Persson
If UpdateInset(inset) is done last, URL crases LyX, if current_view-redraw() is last, HTML_URL crashes it. ...cute? ;) Joacim - All programmers are playwrights and all computers are lousy actors.

inseturl.C patch

1999-02-02 Thread Joacim Persson
--- inseturl.C.old Tue Feb 2 18:23:05 1999 +++ inseturl.C Tue Feb 2 18:22:08 1999 @@ -90,6 +90,7 @@ inset->flag = InsetUrl::URL; else inset->flag = InsetUrl::HTML_URL; + current_view-&