Re: C++ question

2001-03-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > | vector names; | > | std::copy(family.begin(), family.end(), | > | back_inserter(push_back_first(names))); | > | > And this will work equally well with any container that implements | > push_back not just vectors or

Win32 support

2001-03-21 Thread Steven van Dijk
Hi, I recently tried to update from 1.0.4 to 1.1.6fix1, using Cygwin on Windows 2000. After I have compiled and installed LyX I encountered two problems I did not have when I was still using 1.0.4. Firstly, I am not able to use bibtex anymore. Latex is called correctly (two times if necessary

CVS lyx compile problem on Solaris

2001-03-21 Thread Kayvan Sylvan
Hi folks, LYX no longer links on my Solaris machine. Anyone have a patch? ../src/frontends/xforms/.libs/libxforms.a(Dialogs.o)(.rodata+0x57c): undefined reference to `ControlCharacter type_info node' ../src/frontends/xforms/.libs/libxforms.a(Dialogs.o): In function `GUICharacter::GUICharacter(

Re: another C++ question

2001-03-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > At the moment I have | > | > class Alpha; | > template | > class foo_a : public Foo | > { | > foo_a() : Foo() {} | > }; | | Note that you would not need to write the default constructor if you used | 'struct' instea

RE: [PATCH] os class for OS/2 & Win32 support

2001-03-21 Thread Ruurd A. Reitsma
>Subject: Re: [PATCH] os class for OS/2 & Win32 support > > >Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > >> It seems to me that at the time SMiyata submitted it more for comments >> than actual inclusion. Anyway, I think we really need something like >> that. > >Yes, but one of the reason w

Re: small patch (perhaps) + questions

2001-03-21 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | I also noticed the new member Last() in LyXParagraph. As far as I can see | Last() is now called where before size() was called. So my question: why add | a new member Last() instead of #ifndef'fing size()? The opposite is true. Last() is beeing remov

LyX 1.1.6fix1 & non-US keyboard & KDE 2.0.x problem

2001-03-21 Thread Sasa Janiska
Hi! I'm trying to run LyX on SuSE 7.1 with KDE 2.0.x and use it for Croatian language. I have Croatian characters in all KDE applications, but I cannot enter them in LyX although it can display them. In 1.1.5 there was no such a problem, and LyX 1.1.5 can also display Croatian characters under

another C++ question

2001-03-21 Thread Angus Leeming
If I can type template class Foo { }; typedef Foo foo_a; is there a way of achieving template class Foo { }; class Alpha; // This isn't real code but the idea is there typedef Foo foo_a;

small patch (perhaps) + questions

2001-03-21 Thread Edwin Leuven
Hi All, As a first hesitant step towards cleaning up the spellcheck code (and move it to frontends) this patch moves some functions out of BufferView into the spellcheck code. It's perhaps not very pretty but I don't see why we have these very specialized functions that are called only once an

Re: another C++ question

2001-03-21 Thread Andre Poenitz
> is there a way of achieving > class Alpha; > // This isn't real code but the idea is there > typedef Foo foo_a; Not exactly. And I find it quite annoying, too. > At the moment I have > > class Alpha; > template > class foo_a : public Foo > { >

minipages & new insets

2001-03-21 Thread Garst R. Reese
I notice that they are still not working. Is this still a known problem or should I send a more complete report? Garst