Re: askForText()

1999-12-20 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | pair askForText(string const &, string const &); | bool askForText(string &, string const &, string const &); | string askForText(bool, string const &, string const &); | | Any of these gets us a bool but also mean we need at least one na

Re: Cannot compile Lyx 1.1.3 with SUN C++ on Solaris

1999-12-20 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | "insetinclude.h", line 132: Warning: InsetInclude::display hides the | virtual function Inset::display(bool). | "insetindex.h", line 77: Warning: InsetPrintIndex::display hides the | virtual function Inset::display(bool). These are a false warning fr

askForText()

1999-12-20 Thread Allan Rae
This function while useful is also a pain in the neck: string askForText(string, string); Yesterday, I was bitten by the "cancel-vc-checkin" bug and went looking for a cause. The problem is that askForText() lets you cancel an entry but there is no way for the calling function to know t

Bug report for V1.1.2 : Figures in sub-documents

1999-12-20 Thread Jochen Heinzmann
Hi all, first of all, congratulations to this great piece of software you made! I have used it for various stuff and I am a real fan of it. The bug I believe I stumbled over is concerned with EPS figures in sub documents. I am writing a thesis with lyx and made a sub directory for each chapter

xforms older than 0.88

1999-12-20 Thread Lars Gullik Bjønnes
Unless I hear _very_ strong objections I will remove all support for XForms versions older thatn 0.88 after 1.1.4 is released. Lgb

namespaces

1999-12-20 Thread Lars Gullik Bjønnes
Does namespace support work on all the compilers that the 1.1.x series currently compiles on? i.e. does this code compile and run: namespace LyX { int small_lyx_function(); } int LyX::small_lyx_function() { int i = 0; i += 3; return i; } int main() { Ly

Re: lyx-1.1.2, problems under SuSe 5.3 (libc5)

1999-12-20 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | In fact, looking closer at the error message (appended) the problem | was that _iostream_ cannot be found! I do not know whether this is a | gcc-2.7.x problem or a bad installation, though... In gcc 2.7.x there is no , but a instead. It is far

Re: Internatinalisation

1999-12-20 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Soeren" == <" <[EMAIL PROTECTED]>> writes: | | Soeren> I'm using 1.1.2 and normally would use the english settings | Soeren> for lyx "LANG=en". But today I tried to set this to "de" for | Soeren> german. All I god was that the Help is n

Re: FILE -> ostream

1999-12-20 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > | > Jean-Marc obviously underestimated the cultural difference :-) Did you | > really never try to go to drink a beer (öl) in northern Norway? You'd | > need weeks of complicated preparations. Denmark has already developed a | > certain degree of ind

Re: FILE -> ostream

1999-12-20 Thread Lars Gullik Bjønnes
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> writes: | > since I live in the south or Norway I drink beer the same was as Asger | > does. | | In Denmark, the latest is that they pack the beer in plastic bottles | instead of the glass bottles. | Do you have that in Norway as well? sure do. 1.5

Re: Cannot compile Lyx 1.1.3 with SUN C++ on Solaris

1999-12-20 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Jean-Marc Lasgouttes wrote: >> I just commited some fixes in cvs that should help. I'll comment on >> them below. BTW, what are the settings you used? Maximal fuss or >> normal operation? Somce warings are just CC complaining

Re: Bug report+fix: Subscripts in mathed

1999-12-20 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> There is a small problem with subscripts in Lyx: When typing Dekel> x'_2 in mathed, the digit 2 appears at the middle of the line Dekel> (not as a subscript as it should). Dekel> The following patch fix this problem. This patch also

Re: lyx-1.1.2, problems under SuSe 5.3 (libc5)

1999-12-20 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> If we want ostream: Lars> #ifdef HAVE_OSTREAM #include #else #include Lars> #endif Lars> The standard says that Lars> typedef basic_ostream ostream; Lars> should be in Lars> but old implementations have it in In fact,

Re: figure-floats broken inside {multicols}

1999-12-20 Thread Jean-Marc Lasgouttes
> "Phil" == Phil Nitschke <[EMAIL PROTECTED]> writes: Phil> Thanks for getting back to me. I did not go so far as to read Phil> the latex files, so I did not find this information. Phil> Perhaps a note could be added to the documentation (extended Phil> features, section 4.2), to avoid other

Re: Bug report: LyX crashes when key is pressed with no file open

1999-12-20 Thread Jean-Marc Lasgouttes
> "Rosina" == A Rosina Bignall <[EMAIL PROTECTED]> writes: Rosina> Scenario: Start Lyx. Press a key (I hapened to use "c" since I Rosina> was trying to type "cd" in an xterm that lyx covered up when Rosina> it started up). LyX crashes with the following message: Rosina> lyx: SIGSEGV signal c

Re: LyX-1.1.1 crashes with File->Export->Custom->Ascii->program

1999-12-20 Thread Jean-Marc Lasgouttes
A long time ago, Allan wrote: Allan> Other developers: You might like to take a look at this also Allan> and I think we're really going to have to make a press release Allan> about this. In fact, I'm inclinded to just merge my two Allan> paragraphs above with what I've already written on my web

Bug report: LyX crashes when key is pressed with no file open

1999-12-20 Thread A Rosina Bignall
Scenario: Start Lyx. Press a key (I hapened to use "c" since I was trying to type "cd" in an xterm that lyx covered up when it started up). LyX crashes with the following message: lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. If possible, please read 'Known bugs' under th

Re: A bug and two typos

1999-12-20 Thread Jean-Marc Lasgouttes
> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes: Reuben> The typos first: 1. The explanation of upper- and Reuben> lowertitleback in the Komascript section of the Extended Reuben> features guide seems to be the wrong way around: it says Reuben> uppertitleback puts a para at the bottom

Re: Internatinalisation

1999-12-20 Thread Jean-Marc Lasgouttes
> "Soeren" == <" <[EMAIL PROTECTED]>> writes: Soeren> I'm using 1.1.2 and normally would use the english settings Soeren> for lyx "LANG=en". But today I tried to set this to "de" for Soeren> german. All I god was that the Help is now in german but the Soeren> menus keybindings are still in

Re: FILE -> ostream

1999-12-20 Thread Juergen Vigna
On 19-Dec-1999 Asger K. Alstrup Nielsen wrote: >> since I live in the south or Norway I drink beer the same was as Asger >> does. > > In Denmark, the latest is that they pack the beer in plastic bottles > instead of the glass bottles. > Do you have that in Norway as well? It tastes the same, bu

Re: FILE -> ostream

1999-12-20 Thread Juergen Vigna
> > Jean-Marc obviously underestimated the cultural difference :-) Did you > really never try to go to drink a beer (öl) in northern Norway? You'd > need weeks of complicated preparations. Denmark has already developed a > certain degree of indulgency in this respect Well we'll find out when