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
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
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
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
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
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
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
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
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
"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
> "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
> "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
> "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,
> "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
> "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
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
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
> "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
> "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
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
>
> 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
21 matches
Mail list logo