Re: BibTeX Database: SIGSEGV signal caught - Abort (core dumped)

2000-10-14 Thread R. Lahaye
Here is the backtrace with gdb: $ gdb lyx GNU gdb 19991004 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the condit

BibTeX Database: SIGSEGV signal caught - Abort (core dumped)

2000-10-14 Thread R. Lahaye
Hi, I'm running 1.1.6cvs, as of Oct. 14th. I tried to update my CVS version today (Oct. 15th) but can't connect to CVS !?!? I use the "BitTeX Generated Reference". LyX crashes when I open the BibTeX dialog and click on ( does not cause a crash): $ lyx lyx: SIGSEGV signal caught Sorry, you ha

boost::tie

2000-10-14 Thread Lars Gullik Bjønnes
I just noticed this one, can be used like: std::pair func() { ... } string a; int b; tie(a, b) = func(); instead of: pair tmp = func(); a = tmp.first; b = tmp.second; we have this in boost/utility.hpp in LyX. Use it where it fits... Lgb

1.1.6cvs eps figures

2000-10-14 Thread Garst R. Reese
When I load a file created with 1.1.5 that contains .eps figs, they never render. I find a number of gs instances in ps in the S state. ViewPostscript works. It's not a big issue with me, but thought I should mention it. Garst

Re: Compiling LyX using AthlonGCC

2000-10-14 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Lars does this guideline also apply to trivial functions like : | | do_something() { | do_it_now(); | done = 1; | } In principle yes, but often those kind of methods are so trivial that they are "obviouly correct".

Re: Tasks for 1.1.6!

2000-10-14 Thread Lars Gullik Bjønnes
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> There have been a _lot_ of changes sine 1.1.5, and we should | Lars> really begin to think of a new release now. I _think_ we have resolved most of the issues that need resolving before 1.1.6. I'd like to get a prerelea

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > There is more to externalising than speed. | | Agreed. And the string solution is not even slow... ad. the stream_cast: it is even possible to specialize this if wanted so that stream_cast will be a no op, as will stream_cast. alos stream_cast and

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-14 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | just another consideration). With regard to the speed arguement though, | when using a single string there is the added costs of parsing which Lars' | solution, FuncSlot, avoids since all argements must conform to some | preordained order. Yes, also note

Re: PATCH small xforms cleanup

2000-10-14 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | The attached patch removes those "conversion to integral type of smaller | size" warnings from a couple of files in frontends/xforms. This directory is | now clean! One small comment: when you know the type to be "large enough" we can use this style

Re: Cursor code

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | I've fixed the problem. I applied this. Lgb

Re: LyXText::BreakAgainOneRow

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, | BreakAgainOneRow() is called in order to break the current row | (so the cursor can be positioned correctly), and then need_break_row is set | to the next row, and afterwards, in Full

Re: LyXText::BreakAgainOneRow

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, | BreakAgainOneRow() is called in order to break the current row | (so the cursor can be positioned correctly), and then need_break_row is set | to the next row, and afterwards, in Full

Re: LyXText::BreakAgainOneRow

2000-10-14 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, | BreakAgainOneRow() is called in order to break the current row | (so the cursor can be positioned correctly), and then need_break_row is set | to the next row, and afterwards, in Full

Re: Unable to build current cvs

2000-10-14 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | It found the {,v}snprintf version on Solaris 2.7 and 2.8, on a couple | of RH Linuxes, and on an IRIX64 6.5 machine, but not on the OSF1 V4.0 | alpha machines. I didn't test the libc to see if these actually work, just | /usr/include/stdio.h and the ma

Re: LyXFunc/LyXAction

2000-10-14 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 13 Oct 2000, Lars Gullik Bjønnes wrote: | | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > | On Fri, 13 Oct 2000, Jean-Marc Lasgouttes wrote: | > | > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | > | > | > | > Lars> You mean so

Re: Working with 1.1.4 and testing with 1.1.6cvs

2000-10-14 Thread Lars Gullik Bjønnes
Lior Silberman <[EMAIL PROTECTED]> writes: | I think the problem lies with the new menu code. I've tried running LyX | with 'setenv LANG es' (I use tcsh), and everything worked in Spanish | except the menus. For example, one you have a new document, the | 'Layout->Document' form is in Spanish, b

Re: stream_cast<> and Re: LyXFunc/LyXAction

2000-10-14 Thread Andre Poenitz
> There is more to externalising than speed. Agreed. And the string solution is not even slow... > ... > You would have done better to argue for a strstream solution in your > original proposal so we could just add a strstream operator<< and > operator>> for data objects like PrinterParams etc.

Re: Writing to XML : sample output

2000-10-14 Thread Gaillard Pierre-Olivier
Andre Poenitz wrote: > > > I had a fast look and what I don't like is all this some option > > stuff couldn't that be handled with something like , > > as this seems much nicer too me! > This is precisely why this output is handled by a small function that I can redefine at will. > I think Pi

Re: new xforms patch

2000-10-14 Thread Marko Vendelin
On Sat, 14 Oct 2000, Allan Rae wrote: > On 13 Oct 2000, Jean-Marc Lasgouttes wrote: > > > > "Marko" == Marko Vendelin <[EMAIL PROTECTED]> writes: > > > > >> Marko is there any particular reason for using NULL instead of 0 in > > >> a lot of your code? Is this a gnome convention? Where is

Re: [PATCH] Browser for print to file destination

2000-10-14 Thread Allan Rae
On Fri, 13 Oct 2000, John Levon wrote: > On 13 Oct 2000, Jean-Marc Lasgouttes wrote: > > > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > > > John> Also re-gens the > > John> dialog files so the dialog can't be resized infinitely small ;) > > > > Hmm, patch says: > > > > fantomas[