Re: current cvs does not compile

2005-04-22 Thread Helge Hafting
On Thu, Apr 21, 2005 at 02:40:26PM +, Angus Leeming wrote: > Helge Hafting wrote: > > filetools.C:1067: error: `SIGCHLD' undeclared (first use this function) > > filetools.C:1067: error: `sigaddset' undeclared (first use this function) > > filetools.C:1070: error: `SIG_BLOCK' undeclared (first

Re: current cvs does not compile

2005-04-21 Thread Angus Leeming
Helge Hafting wrote: > filetools.C:1067: error: `SIGCHLD' undeclared (first use this function) > filetools.C:1067: error: `sigaddset' undeclared (first use this function) > filetools.C:1070: error: `SIG_BLOCK' undeclared (first use this function) > filetools.C:1070: error: `sigprocmask' undeclared

Re: Current CVS can not select with mouse

2004-03-23 Thread Andre Poenitz
On Mon, Mar 22, 2004 at 10:20:26AM +, Angus Leeming wrote: > Kayvan A. Sylvan wrote: > > > I don't know when this bug popped up, but I can no longer select > > with the mouse (click-hold-drag) although the SHIFT-move method of > > text selection seems to work. > > The problem is that the rele

[PATCH] Re: Current CVS: Insert->File-> submenus grayed out

2004-03-22 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> I want to Insert->File->ASCII as Lines, but this option is Kayvan> grayed out along with "LyX Document" and "Ascii as Kayvan> paragraphs". This is cured by the following patch. Andre', this patch also cures the handling of rea

Re: Current CVS can not select with mouse

2004-03-22 Thread Angus Leeming
Kayvan A. Sylvan wrote: > I don't know when this bug popped up, but I can no longer select > with the mouse (click-hold-drag) although the SHIFT-move method of > text selection seems to work. The problem is that the relevant code has been commented out. Unfortunately, it doesn't compile, so the

Re: current cvs enters loop...

2004-03-02 Thread Alfredo Braunstein
Juergen Spitzmueller wrote: > ...when right-clicking on a collapsable. > The console loops on HANDLE LFUN_FINISHED_RIGHT. Also when trying to exit any inset with the arrow keys (loops on the corresponding LFUN_FINISHED_{UP,DOWN,LEFT,RIGHT}). Alfredo

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > I'll try and have a look this evening. Thanks. Jürgen.

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > The output is: > > Should be placement: table > Should be wide: table > InsetFloat::Read:: Missing wide! > > but only when I right-click the inset (open the dialog). Lyx seems > to have no problems with reading the inset when I open a file. I'll try and have a look

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > Well, you receive a string, so print it out: >         lyxerr << str << endl; > Now convert it to a param: >         float_param param; >         string2param(str, param); > Now convert it back and print: >         string str2 = param2string(param); >         lyxerr << str2 <

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > Kayvan A. Sylvan wrote: >> This is with the current CVS: >> >> When I create a text-wrap float and try to modify its parameters >> (right mouse click and click on "Right" and set up "25" "col%", for >> example), hitting "OK" or "Apply" does not work. Nothing is saved

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Kayvan A. Sylvan wrote: > This is with the current CVS: > > When I create a text-wrap float and try to modify its parameters (right > mouse click and click on "Right" and set up "25" "col%", for example), > hitting "OK" or "Apply" does not work. Nothing is saved and the settings > are lost. AFAICS

Re: Current CVS does not compile

2004-01-26 Thread Kayvan A. Sylvan
On Mon, Jan 26, 2004 at 05:58:54PM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src > -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 > -fno-exceptions -W -Wall -mms-

Re: Current CVS does not compile

2004-01-26 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c ../../../lyx

Re: Current CVS lyx: selection does not work

2004-01-26 Thread Andre Poenitz
On Tue, Jan 20, 2004 at 02:06:39PM -0800, Kayvan A. Sylvan wrote: > You can not select text in the current CVS lyx. Neither hold-left-mouse and > drag nor they keyboard method (shift+arrow keys) work. I am happy enough that it doesn't crash... Andre' -- Those who desire to give up Freedom in or

Re: Current CVS lyx breaks literate support

2003-06-22 Thread Kayvan A. Sylvan
On Sun, Jun 22, 2003 at 08:03:02PM +0200, Alfredo Braunstein wrote: > > Found it. Sorry. I'm plain stupid. (judge for yourself): Thanks, Alfredo. No, you are not stupid. Thanks for the quick fix. Best regards, ---Kayvan -- Kayvan A. Sylvan | Proud husband of

Re: Current CVS lyx breaks literate support

2003-06-22 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: > I edit a file that I was happily editing an update or two ago: > > Layout 'Scrap' does not exist in textclass 'article'. > Trying to use default layout instead. > > The document class is literate-article. > > This happens on Linux, Solaris and Cygwin. > > ---Kayvan F

Re: current cvs random crashes

2003-06-20 Thread Alfredo Braunstein
Lars Gullik Bjønnes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > | It wasn't, but it doesn't make a difference. I got the same bt. Then > | retrying under gdb, I got also this one: > > Actaully it makes a huge difference, no the line numbers and files > match up. Of course. I mea

Re: current cvs random crashes

2003-06-20 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | It wasn't, but it doesn't make a difference. I got the same bt. Then | retrying under gdb, I got also this one: Actaully it makes a huge difference, no the line numbers and files match up. And no signal raised... what is "it" here? -- L

Re: current cvs random crashes

2003-06-20 Thread Alfredo Braunstein
Lars Gullik Bjønnes wrote: > Alfredo Braunstein <[EMAIL PROTECTED]> writes: > > | With current cvs, only by opening and closing some documents randomly, > | at some point I get this abort. > | > | I doesn't happend very often (and doesn't depend on the particular > | documents). > > Is this a n

Re: current cvs random crashes

2003-06-19 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | With current cvs, only by opening and closing some documents randomly, at | some point I get this abort. | | I doesn't happend very often (and doesn't depend on the particular | documents). Is this a non-optimized build (-O0)? If not, can you rep

Re: current cvs lyx -x lyx-quit profiles

2003-04-04 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Apr 03, 2003 at 11:41:25AM +0200, Jean-Marc Lasgouttes John> wrote: John> >> So the last two numbers are basically the same information? John> Yes >> And the last column sums to 1? John> 100 Erm, yes. JMarc

Re: current cvs lyx -x lyx-quit profiles

2003-04-03 Thread John Levon
On Thu, Apr 03, 2003 at 11:41:25AM +0200, Jean-Marc Lasgouttes wrote: > John> > > So the last two numbers are basically the same information? Yes > And the last column sums to 1? 100 john

Re: current cvs lyx -x lyx-quit profiles

2003-04-03 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> Do times count childs too? John> No they don't (though they do count inlined functions). John> Each line is John> John> And the number of samples is roughly analogous to the CPU time John> spent in that function So the last two numb

Re: Current CVS fails to compile

2003-04-02 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | ../../src/text2.C:477: no matching function for call to `LyXText::ownerParagraph()' | candidates are: | ../../src/lyxtext.h:631: void LyXText::ownerParagraph(Paragraph*) const | ../../src/lyxtext.h:633: void LyXText::ownerParagraph(int, Paragraph*) cons

Re: current cvs lyx -x lyx-quit profiles

2003-04-02 Thread John Levon
On Wed, Apr 02, 2003 at 10:39:34AM +0200, Jean-Marc Lasgouttes wrote: > John> Loading nothing. Warm caches. Average time-to-complete is 0.97 > John> seconds or there abouts. > > John> lyx-only profile : > > Could you tell us what the numbers mean? What ! You want that too !! > Do times count c

Re: current cvs lyx -x lyx-quit profiles

2003-04-02 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Loading nothing. Warm caches. Average time-to-complete is 0.97 John> seconds or there abouts. John> lyx-only profile : Could you tell us what the numbers mean? Do times count childs too? JMarc

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Apr 01, 2003 at 10:31:14PM +0200, Lars Gullik Bj?nnes wrote: | | > With what options are lyx compiled here? | | -O2 -fno-exceptions Ok, thanks. That is what I hoped. Strange though to see so many boost::smart_ptr methods... -- Lgb

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread John Levon
On Tue, Apr 01, 2003 at 10:31:14PM +0200, Lars Gullik Bj?nnes wrote: > With what options are lyx compiled here? -O2 -fno-exceptions john

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Apr 01, 2003 at 08:10:16PM +0100, John Levon wrote: | | > And lyx -x lyx-quit UserGuide.lyx, 4 seconds or so. Remember that this | > doesn't include GUI stuff. | | And with sync_with_stdio(false). Seems to shave off about .2s, but the | results

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Loading nothing. Warm caches. Average time-to-complete is 0.97 seconds or there | abouts. With what options are lyx compiled here? -- Lgb

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread John Levon
On Tue, Apr 01, 2003 at 08:39:48PM +0100, John Levon wrote: > And with sync_with_stdio(false). Seems to shave off about .2s, but the > results are variable. Oh, and there's nothing noticably different in the profiles. john

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread John Levon
On Tue, Apr 01, 2003 at 08:10:16PM +0100, John Levon wrote: > And lyx -x lyx-quit UserGuide.lyx, 4 seconds or so. Remember that this > doesn't include GUI stuff. And with sync_with_stdio(false). Seems to shave off about .2s, but the results are variable. lyx-only profile : 08098d6c 809 1

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread John Levon
Now lyx lyxdoc/UserGuide.lyx, with the Qt GUI lyx-only : 080fb6d4 2477 0.881818LyXLex::Pimpl::nextToken() 081fa420 2522 0.897838font_metrics::fontencoding(LyXFont const&) 08094cf4 2558 0.910654readParToken(Buffer&, Paragraph&, LyXLex&, string const&) 081165b4 2604 0.9

Re: current cvs lyx -x lyx-quit profiles

2003-04-01 Thread John Levon
And lyx -x lyx-quit UserGuide.lyx, 4 seconds or so. Remember that this doesn't include GUI stuff. lyx-only profile : 0806fc90 1031 0.651999boost::detail::sp_counted_base::release() 080961f4 1206 0.762668readParagraph(Buffer&, Paragraph&, LyXLex&) 08098d1c 1332 0.84235 ve

Re: current cvs

2003-03-29 Thread Alfredo Braunstein
John Levon wrote: > well this is fun isn't it :) Shut up and go on compiling my code. > You should get a real compiler ! I would need another computer. ;) Alfredo

Re: current cvs

2003-03-29 Thread John Levon
On Sat, Mar 29, 2003 at 08:09:05PM +0100, Alfredo Braunstein wrote: > further on: well this is fun isn't it :) You should get a real compiler ! try again

Re: current cvs

2003-03-29 Thread Alfredo Braunstein
John Levon wrote: > try again > > john further on: /home/ab/lyx-devel/src/converter.C: In function `void {unnamed}::alertErrors (const string &, int)': /home/ab/lyx-devel/src/converter.C:486: `num_errors' undeclared (first use this function) /home/ab/lyx-devel/src/converter.C:486: (Each undecla

Re: current cvs

2003-03-29 Thread John Levon
On Sat, Mar 29, 2003 at 07:24:04PM +0100, Alfredo Braunstein wrote: > /home/ab/lyx-devel/src/BufferView.C:331: `error' undeclared (first use this try again john

Re: current cvs

2003-03-29 Thread Alfredo Braunstein
Now instead: source='/home/ab/lyx-devel/src/BufferView.C' object='BufferView.o' libtool=no \ depfile='.deps/BufferView.Po' tmpdepfile='.deps/BufferView.TPo' \ depmode=gcc3 /bin/sh /home/ab/lyx-devel/config/depcomp \ g++ -DHAVE_CONFIG_H -I. -I/home/ab/lyx-devel/src -I. -I/home/ab/lyx-devel/boost -

Re: current cvs

2003-03-29 Thread Lars Gullik Bjønnes
Alfredo Braunstein <[EMAIL PROTECTED]> writes: | source='/home/ab/lyx-devel/src/BufferView.C' object='BufferView.o' | libtool=no \ | depfile='.deps/BufferView.Po' tmpdepfile='.deps/BufferView.TPo' \ | depmode=gcc3 /bin/sh /home/ab/lyx-devel/config/depcomp \ | g++ -DHAVE_CONFIG_H -I. -I/home/ab/lyx

Re: current cvs

2003-03-29 Thread Alfredo Braunstein
John Levon wrote: > try again Thanks. Alfredo

Re: current cvs

2003-03-29 Thread John Levon
On Sat, Mar 29, 2003 at 05:59:26PM +0100, Alfredo Braunstein wrote: > /home/ab/lyx-devel/src/BufferView.C:323: `errno' undeclared (first use this try again john

Re: current cvs

2003-03-19 Thread Alfredo Braunstein
John Levon wrote: > Try an unoptimised build ? Good joke. A full recompile takes ~2 hours here. > Or valgrind ... Couldn't get anything useful of it either. What I can do is to remove the strong assert and put a breakpoint there and do some debugging... maybe tomorrow. Alfredo

Re: current cvs

2003-03-19 Thread John Levon
On Wed, Mar 19, 2003 at 09:04:10PM +0100, Alfredo Braunstein wrote: > Unfortunately, I'm unable to get a decent backtrace (some king of gdb bug?) Try an unoptimised build ? Or valgrind ... john

Re: current cvs

2003-03-19 Thread Alfredo Braunstein
John Levon wrote: > You know the drill. Backtrace etc Unfortunately, I'm unable to get a decent backtrace (some king of gdb bug?) Program received signal SIGABRT, Aborted. [Switching to Thread 1024 (LWP 28839)] 0x407ae0a1 in kill () from /lib/libc.so.6 (gdb) bt #0 0x407ae0a1 in kill () from /li

Re: current cvs

2003-03-19 Thread John Levon
On Wed, Mar 19, 2003 at 08:33:24PM +0100, Alfredo Braunstein wrote: > > Hmm, it got away with it ... try again, I just committed a probably fix > > to a silly > > Nope, I still get it. You know the drill. Backtrace etc john

Re: current cvs

2003-03-19 Thread Alfredo Braunstein
John Levon wrote: > Hmm, it got away with it ... try again, I just committed a probably fix > to a silly Nope, I still get it. Regards, Alfredo

Re: current cvs

2003-03-19 Thread Alfredo Braunstein
John Levon wrote: > Hmm, it got away with it ... try again, I just committed a probably fix > to a silly Fast as a lightning! Thanks, compiling. Alfredo

Re: current cvs

2003-03-19 Thread John Levon
On Wed, Mar 19, 2003 at 07:30:42PM +0100, Alfredo Braunstein wrote: > is aborting on file->new Hmm, it got away with it ... try again, I just committed a probably fix to a silly john

Re: Current CVS breaks literate support (fixed)

2003-03-15 Thread John Levon
On Fri, Mar 14, 2003 at 04:37:18PM -0800, Kayvan A. Sylvan wrote: > Here is the fix. Applied, thanks. It seems that this code was wrong anyway and my change just made it a lot more obvious :) regards, john

Re: Current CVS breaks literate support (fixed)

2003-03-14 Thread Kayvan A. Sylvan
On Fri, Mar 14, 2003 at 11:32:20AM +, John Levon wrote: > On Thu, Mar 13, 2003 at 11:20:31PM -0800, Kayvan A. Sylvan wrote: > > > > I know nothing about literate programming latex. Give a poor man a break > > > ... i.e. what format is this. ascii ? latex ? what ? > > > > Yes, it's simple asci

Re: Current CVS breaks literate support

2003-03-14 Thread John Levon
On Thu, Mar 13, 2003 at 11:20:31PM -0800, Kayvan A. Sylvan wrote: > > I know nothing about literate programming latex. Give a poor man a break > > ... i.e. what format is this. ascii ? latex ? what ? > > Yes, it's simple ascii. Logically, it is equivalent to the latex export. I'm afraid you're g

Re: Current CVS breaks literate support

2003-03-13 Thread Kayvan A. Sylvan
On Fri, Mar 14, 2003 at 02:08:57AM +, John Levon wrote: > On Thu, Mar 13, 2003 at 06:01:15PM -0800, Kayvan A. Sylvan wrote: > > > I mean: > > > > lyx --export literate literate.lyx > > I know nothing about literate programming latex. Give a poor man a break > ... i.e. what format is this. a

Re: Current CVS breaks literate support

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 06:01:15PM -0800, Kayvan A. Sylvan wrote: > I mean: > > lyx --export literate literate.lyx I know nothing about literate programming latex. Give a poor man a break ... i.e. what format is this. ascii ? latex ? what ? john

Re: Current CVS breaks literate support

2003-03-13 Thread Kayvan A. Sylvan
On Fri, Mar 14, 2003 at 01:58:49AM +, John Levon wrote: > On Thu, Mar 13, 2003 at 05:54:03PM -0800, Kayvan A. Sylvan wrote: > > > Export a literate document via: > > > > lyx --export literate.lyx I mean: lyx --export literate literate.lyx

Re: Current CVS breaks literate support

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 05:54:03PM -0800, Kayvan A. Sylvan wrote: > Export a literate document via: > > lyx --export literate.lyx I don't get how this works ... please point me to the literate code > The resulting literate.nw has ^A characters where newlines > should be. This breaks noweb, of

Re: Current CVS core dumps very easily

2003-03-11 Thread Kayvan A. Sylvan
On Mon, Mar 10, 2003 at 10:11:46AM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | On Mon, Mar 10, 2003 at 02:51:35AM +, John Levon wrote: > | > On Sun, Mar 09, 2003 at 06:19:45PM -0800, Kayvan A. Sylvan wrote: > | > > | > > lyx --export, among other t

Re: Current CVS core dumps very easily

2003-03-10 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Mon, Mar 10, 2003 at 02:51:35AM +, John Levon wrote: | > On Sun, Mar 09, 2003 at 06:19:45PM -0800, Kayvan A. Sylvan wrote: | > | > > lyx --export, among other things, seems to dump core. | > | > cvs up, make again | | Do I need to "make cl

Re: Current CVS core dumps very easily

2003-03-09 Thread Kayvan A. Sylvan
On Mon, Mar 10, 2003 at 02:51:35AM +, John Levon wrote: > On Sun, Mar 09, 2003 at 06:19:45PM -0800, Kayvan A. Sylvan wrote: > > > lyx --export, among other things, seems to dump core. > > cvs up, make again Do I need to "make clean"? I did a "cvs update -dP; make" and the exact same symptom

Re: Current CVS core dumps very easily

2003-03-09 Thread John Levon
On Sun, Mar 09, 2003 at 06:19:45PM -0800, Kayvan A. Sylvan wrote: > lyx --export, among other things, seems to dump core. cvs up, make again john

Re: Current CVS does not compile.

2003-03-09 Thread John Levon
On Sun, Mar 09, 2003 at 07:58:10PM -0300, Joao Luis Meloni Assirati wrote: > text.C:1226: implicit declaration of function `int rowBreakPoint(...)' try again john

Re: Current CVS coredumps (Lars)

2002-12-09 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | John Levon <[EMAIL PROTECTED]> writes: | | | clicking on navigate menu when there are figures (e.g. userguide) | | crashes | | I get the most peculiar backtrace: And this fix the crash: Index: MenuBackend.C

Re: Current CVS coredumps (Lars)

2002-12-09 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | clicking on navigate menu when there are figures (e.g. userguide) | crashes I get the most peculiar backtrace: #0 std::string::_Rep::_M_grab(std::allocator const&, std::allocator const&) (this=0xfff4, __alloc1=@0xb2ec, __alloc2=@0xb2dc)

Re: Current CVS coredumps (Lars)

2002-12-09 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | clicking on navigate menu when there are figures (e.g. userguide) | crashes I certainly tested this... but ... obviousl not again after some (I thought) unrelated changes. -- Lgb

Re: Current CVS (mathed 87) dies with this... plus mathed89.diff

2001-07-04 Thread Angus Leeming
On Tuesday 03 July 2001 17:44, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Apart from all those double black boxes around stuff, yes. > | > | The REAL change is that I can't enter anything from the keyboard. This is a > | general statement, not mathed specific!

Re: Current CVS (mathed 87) dies with this... plus mathed89.diff

2001-07-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Apart from all those double black boxes around stuff, yes. | | The REAL change is that I can't enter anything from the keyboard. This is a | general statement, not mathed specific! bind file problem? -- Lgb

Re: Current CVS (mathed 87) dies with this... plus mathed89.diff

2001-07-03 Thread Angus Leeming
Apart from all those double black boxes around stuff, yes. The REAL change is that I can't enter anything from the keyboard. This is a general statement, not mathed specific! Angus On Tuesday 03 July 2001 16:58, Andre Poenitz wrote: > > Perfect. It even reads the long and complex document I e

Re: Current CVS (mathed 87) dies with this... plus mathed89.diff

2001-07-03 Thread Andre Poenitz
> Perfect. It even reads the long and complex document I extracted this out of! Does it look somewhat similar as it would with older LyX? 1.1.6 eg? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Current CVS (mathed 87) dies with this... plus mathed89.diff

2001-07-03 Thread Angus Leeming
On Tuesday 03 July 2001 14:46, Andre Poenitz wrote: > > > Attached is a small sample file that causes a segmentation fault in current > > cvs. > > I should read my own coments from time to time... This would not crash as > long as we were leaking every inset. But we are not doing so anymore...

Re: Current CVS (mathed 87) dies with this... plus mathed89.diff

2001-07-03 Thread Andre Poenitz
> Attached is a small sample file that causes a segmentation fault in current > cvs. I should read my own coments from time to time... This would not crash as long as we were leaking every inset. But we are not doing so anymore... Patch attached. Andre' -- André Pönitz ..

Re: current CVS and gcc 3.0 compile problem

2001-05-30 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | /usr/gcc3.0/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost |-isystem /usr/X11R6/include -g -O -W -Wall -Wp,-MD,.deps/lyxsum.pp -c lyxsum.C -o | lyxsum.o | /usr/gcc3.0/include/g++-v3/bits/stl_iterator.h: In constructor |`std::istream

Re: Current CVS

2001-04-12 Thread Amir Karger
On Thu, Apr 12, 2001 at 03:27:47PM +1000, Allan Rae wrote: > On Wed, 11 Apr 2001, Amir Karger wrote: > [...] > > > Anyway, I'm sure this bug must have been reported already, > > IIRC you reported it a few weeks ago ;-) No, I think that then I reported the Colors dialog wasn't working at all. >

Re: Current CVS

2001-04-11 Thread Allan Rae
On Wed, 11 Apr 2001, Amir Karger wrote: [...] > Anyway, I'm sure this bug must have been reported already, IIRC you reported it a few weeks ago ;-) > but the Preferences Colors menu (btw, I love the boldface for the > higher-level menus!) is very confusing. There's a radio button that > says "R

Re: Current CVS 1.1.6, questions regarding NEW_INSETS and XML

2000-11-28 Thread Lars Gullik Bjønnes
Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: | "Lars Gullik Bjønnes" wrote: | > | | > Because it is not finished yet. | > | | So, what is your advice, should I work with NEW_INSETS defined or | without it ? I prefer to work with NEW_INSETS since the code is nicer, | but I am ready to

Re: Current CVS 1.1.6, questions regarding NEW_INSETS and XML

2000-11-26 Thread Gaillard Pierre-Olivier
"Lars Gullik Bjønnes" wrote: > > Because it is not finished yet. > So, what is your advice, should I work with NEW_INSETS defined or without it ? I prefer to work with NEW_INSETS since the code is nicer, but I am ready to work on older code to make something that works. Also, is there a list

Re: Current CVS 1.1.6, questions regarding NEW_INSETS and XML

2000-11-26 Thread Lars Gullik Bjønnes
Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: | Hello, | | I have currently reached the point where I can read back XML-Lyx data | (fonts, tables and a few simple things). | But it seems that there are many things I do not understand : | - why is NEW_INSETS not the default ? Because it

Re: current CVS

2000-11-17 Thread Dekel Tsur
> Preferences is still weird for me. I'm running src/lyx, and I haven't done > an options/reconfigure, and I'm only trying Apply instead of Save, because I > don't want to mess up my .lyx directory until I'm sure the latest CVS works > for me. (I'm actually using LyX for thesis writing these days.

Re: current CVS

2000-11-17 Thread Angus Leeming
Amir, I'd be very happy if you'd try and reproduce this bug list after the patch I've just submitted makes its way into CVS. Have a good weekend. Angus

Re: current CVS

2000-11-17 Thread Angus Leeming
Attached is a patch that fixes the problems with the Colors tab. It's big only because of some reformatting of FormPreferences. Have a good weekend. Angus On Friday 17 November 2000 16:17, Angus Leeming wrote: > Hi, Amir. > > > FormPreferences::Colors::apply: resetting LColor inset frame f

Re: current CVS

2000-11-17 Thread Amir Karger
On Fri, Nov 17, 2000 at 04:17:00PM +, Angus Leeming wrote: > > > - Changing color of background or foreground, for example, doesn't have any > > result in LyX when I hit apply. Although the color does stay selected in > > the color form. > > Well, changing the GUI colors SHOULD work. (GUI_

Re: current CVS

2000-11-17 Thread Angus Leeming
> - Browsing to find .../american.kmap and hitting apply has no effect. The > american.kmap disappears, the radio button is reset, and the special keys > aren't. Fixed. For the time being specify both primary and secondary kmaps. A

Re: current CVS

2000-11-17 Thread Angus Leeming
Hi, Amir. > FormPreferences::Colors::apply: resetting LColor inset frame from > "black" to "indian red". This message should go away soon. That is, I've fixed the problem, but CVS is timing out on me. > - Changing color of background or foreground, for example, doesn't have any > result

Re: current CVS

2000-11-17 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> OK. I deleted lyxrc and preferences from .lyx (and downloaded Amir> this morning's CVS for good measure). I still get the complaints Amir> from make, presumably because I don't have notangle, but it just Amir> touches listerrors, which

Re: current CVS

2000-11-17 Thread Amir Karger
OK. I deleted lyxrc and preferences from .lyx (and downloaded this morning's CVS for good measure). I still get the complaints from make, presumably because I don't have notangle, but it just touches listerrors, which seems to be what build-listerrors is supposed to do. But I've still got some pr

Re: current CVS

2000-11-16 Thread Kayvan A. Sylvan
On Thu, Nov 16, 2000 at 10:53:17AM -0500, Amir Karger wrote: > I get the following at the end when I make last night's CVS: > > creating noweb2lyx > make[2]: Leaving directory `/home/karger/lyx/CVS/lyx-devel/lib/reLyX' > make[2]: Entering directory `/home/karger/lyx/CVS/lyx-devel/lib'

Re: current cvs compile fails

2000-09-28 Thread Juergen Vigna
On 28-Sep-2000 Marko Vendelin wrote: > > And if you comment this out then it fails later in src/tabular.C > I fixed all of this and will commit soon! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Itali

Re: current cvs compile fails

2000-09-28 Thread Marko Vendelin
And if you comment this out then it fails later in src/tabular.C g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/lib/sigc++/include -I./gnome -I/usr/local/lib/gtkmm/include -I/usr/local/lib/gnomemm/include -I/usr/local/include -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/lib

Re: Current CVS breaks build-listerrors

2000-09-08 Thread Dekel Tsur
On Fri, Sep 08, 2000 at 11:14:19PM +0200, Lars Gullik Bj&resh;nnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | The current CVS breaks the automated building based on LaTeX export > | of the Literate.lyx file. lyx just hangs after this: > > So did you run reconfigure? This is n

Re: Current CVS breaks build-listerrors

2000-09-08 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | The current CVS breaks the automated building based on LaTeX export | of the Literate.lyx file. lyx just hangs after this: So did you run reconfigure? Lgb

Re: Current CVS

2000-08-04 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | This two parse problems are the culprit in my opinion the rest just stem | from them. Agree. | The code in question for this two is similar I'll show one part of it: | | Map::const_iterator it = |std::find_if(map.begin(), map.end(), |

Re: Current CVS

2000-08-04 Thread Baruch Even
This is regarding the template problem that Amir had with my template code in src/support/translator.h On Thu, 3 Aug 2000, Amir Karger wrote: > gcc version 2.95 19990728 (release) > CVS updated just now > > > Making all in insets > make[3]: Entering directory `/home/karger/lyx/CVS/lyx-devel/sr

Re: Current CVS

2000-08-03 Thread Baruch Even
On 3 Aug 2000, Jean-Marc Lasgouttes wrote: > > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: > > Amir> gcc version 2.95 19990728 (release) CVS updated just now > > Amir> Apologies if someone else has already reported this (I get > Amir> lyx-devel as a digest). > > I do not see where th

Re: Current CVS

2000-08-03 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> gcc version 2.95 19990728 (release) CVS updated just now Amir> Apologies if someone else has already reported this (I get Amir> lyx-devel as a digest). I do not see where the problem might be... cxx does not complain. BTW Baruch, yo