Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: I do not understand this, sorry. >> Forget about all this. Let's get it to work first :) Juergen> Feel free to explain. You know, the devel-language Juergen> (develeranto) is sometimes like

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> I do not understand this, sorry. > > Forget about all this. Let's get it to work first :) Feel free to explain. You know, the devel-language (develeranto) is sometimes like chinese to me. But as a linguist in profession, I'm always interested in foreign la

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Actually, now that I have applied it, I see it does not look so >> good Juergen> I'm always happy to learn... :) >> A few things: >> fl_set_choice_text(class_->choice_doc_fonts, params.

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-10 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Actually, now that I have applied it, I see it does not look so good I'm always happy to learn... > A few things: >fl_set_choice_text(class_->choice_doc_fonts, > params.fonts.c_str()); > > This one belongs to class_update Yes, sorry. This one went in b

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-09 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Actually, now that I have applied it, I see it does not look so good I'll have a look tomorrow. Juergen.

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-09 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> This looks good. Actually, now that I have applied it, I see it does not look so good :) A few things: void FormDocument::UpdateClassParams(BufferParams const & params) { // These are the params

Re: [PATCH:] Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > I have done what you've proposed and this works indeed. I have added a new > method UpdateClassParams which updates the necessary params after a new > class is selected (only the fontsizes so far). These method is called from > class_update too. Actually, we need to

[PATCH:] Re: [Devel] Another bug list!

2002-04-08 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > It should work. Try to extract this code from class_update and put it > in some mathod. If it does not work, you can always send a patch so > that I take a quick look. Thanks for your hints, JMarc. I have done what you've proposed and this works indeed. I have added