Re: History question

2001-10-18 Thread Andre Poenitz
On Wed, Oct 17, 2001 at 03:05:22PM +0200, Juergen Vigna wrote: Someone still remembers how someone could export stuff from the old 1.0.x version from the commandline (as filter?) There was no change in the --export stuff since its inclusion AFAIR. In the beginning it worked only under X,

Re: Improving the Systemcalls interface

2001-10-18 Thread Andre Poenitz
On Wed, Oct 17, 2001 at 02:26:34PM +0100, Angus Leeming wrote: Comments? I found it a bit convoluted, too... What would be really nice is to have some function which takes two strings (a command name and something that should be used as stdin for this command) and return the standard output of

text.diff

2001-10-18 Thread Andre Poenitz
I think this is safe to apply. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxtext.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxtext.h,v retrieving revision 1.91

hfills and latex commands

2001-10-18 Thread Herbert Voss
attached the diff against latest cvs for the hfills and the latex command insets, together with the new files. the latex command inset is a first step. we should discuss the sense of this feature. I changed the insert menu a bit, because there was a double shortcut. also new is a minitable of

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
Thanks for the feedback, Asger. [snip symmetry argument explanation for the original class structure.] I still don't buy this argument. It strikes me that if the controlling process requires results from a child process, then its design depends absolutely on whether the child process is run

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
Morning, André! On Thursday 18 October 2001 09:09, Andre Poenitz wrote: On Wed, Oct 17, 2001 at 02:26:34PM +0100, Angus Leeming wrote: Comments? I found it a bit convoluted, too... Hmmm. See my comments to Asger's comments! What would be really nice is to have some function which takes

Re: Improving the Systemcalls interface

2001-10-18 Thread Asger K. Alstrup Nielsen
On Thu, 18 Oct 2001, Angus Leeming wrote: [Symmetry.] I still don't buy this argument. It strikes me that if the controlling Well, I don't care much either way. Your solution is fine. What I would like to see is a process manager in LyX: In this dialog, you would have a list of all

Re: Improving the Systemcalls interface

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 10:15:38AM +0100, Angus Leeming wrote: My idea is to create a new shellstream class. The converters would create a small shell script, possibly involving multiple conversions. This would be launched as a forked process runnind asynchronously. When the shell script

dependencies

2001-10-18 Thread Andre Poenitz
When I change inset/insettabulars.C and type 'make' (either in src or in src/insets) nothing happens. Looks like I have to remove the .lo file manually? Is this intended? [make in src/ works to rebuilt the binary if any .C file is changend in src/mathed] Andre' -- André Pönitz

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread Andre Poenitz
From the bug list | - File-Exit does not work while editing a math formula; | the same holds for opening/closing a file, changing paragraph layout... | (This must definitely be fixed!) Should be fixed. Andre' -- André Pönitz .. [EMAIL

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
On Thursday 18 October 2001 10:52, Andre Poenitz wrote: On Thu, Oct 18, 2001 at 10:15:38AM +0100, Angus Leeming wrote: My idea is to create a new shellstream class. The converters would create a small shell script, possibly involving multiple conversions. This would be launched as a

Re: Improving the Systemcalls interface

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 11:18:03AM +0100, Angus Leeming wrote: I need it for the math-extern stuff, so asnchronous operation is not wanted... No, I don't see that. What I envisage is that the converter class writes a shell script containing the conversion calls. How that shell script is

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
On Thursday 18 October 2001 11:20, Andre Poenitz wrote: On Thu, Oct 18, 2001 at 11:18:03AM +0100, Angus Leeming wrote: I need it for the math-extern stuff, so asnchronous operation is not wanted... No, I don't see that. What I envisage is that the converter class writes a shell

Re: About latest reLyX

2001-10-18 Thread Jose Abilio Oliveira Matos
On Wed, Oct 17, 2001 at 01:42:12PM -0400, Amir Karger wrote: [...] I think the simplest way is just to copy and paste it in. (I wonder if main::my_fast_abs_path(...) would work?) I'll try that. Why do you have doubts about the fast version? I'm trying to add language support to reLyX.

Re: hfills and latex commands

2001-10-18 Thread Juergen Spitzmueller
Herbert Voss wrote: attached the diff against latest cvs for the hfills and the latex command insets, together with the new files. the latex command inset is a first step. we should discuss the sense of this feature. I changed the insert menu a bit, because there was a double shortcut.

Re: About latest reLyX

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 11:56:06AM +0100, Jose Abilio Oliveira Matos wrote: I'll try that. Why do you have doubts about the fast version? Since you seem to work on reLyX, could you tell me what math-specific stuff is done in reLyX? Andre' -- André Pönitz

RE: dependencies

2001-10-18 Thread Juergen Vigna
On 18-Oct-2001 Andre Poenitz wrote: When I change inset/insettabulars.C and type 'make' (either in src or in src/insets) nothing happens. Looks like I have to remove the .lo file manually? Is this intended? Here this works as expected, changing a source file recompiles that file!

Re: About latest reLyX

2001-10-18 Thread Jose Abilio Oliveira Matos
On Thu, Oct 18, 2001 at 12:56:14PM +0200, Andre Poenitz wrote: On Thu, Oct 18, 2001 at 11:56:06AM +0100, Jose Abilio Oliveira Matos wrote: I'll try that. Why do you have doubts about the fast version? Since you seem to work on reLyX, could you tell me what math-specific stuff is done in

Re: About latest reLyX

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 12:17:06PM +0100, Jose Abilio Oliveira Matos wrote: Amir or John Weiss should have a better answer. I never worked with this part of the code, but I think that I have a basic grasp of what is going on. Reading the comments in source code, it looks like the latex

Re: dependencies

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 01:04:08PM +0200, Juergen Vigna wrote: Here this works as expected, changing a source file recompiles that file! Maybe you're working on a special filesystem? No, not really... as I said, it works in src/mathed... maybe a problem with timestamps...I'll have a look

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread Michael Schmitt
On Thu, 18 Oct 2001, Andre Poenitz wrote: | - File-Exit does not work while editing a math formula; | the same holds for opening/closing a file, changing paragraph layout... | (This must definitely be fixed!) Should be fixed. Just in case the report is still on my list I will remove it

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 01:38:33PM +0200, Michael Schmitt wrote: It is good to see that you and Jean Marc are discussing basic problems such as undo. [Are we?] PS: What is the best (freely available) Linux tool for checking memory accesses and leaks? I know that nothing compares to Purify

Re: dependencies

2001-10-18 Thread Juergen Vigna
On 18-Oct-2001 Andre Poenitz wrote: No, not really... as I said, it works in src/mathed... maybe a problem with timestamps...I'll have a look again. Please pay attention that if you work on a nfs file system the files are written with the date/time of the nfs-server machine. Such things

Re: Improving the Systemcalls interface

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 11:43:20AM +0200, Lars Gullik Bjønnes wrote: | I'm interested in doing something like this. Again, see my comments to | Asger's comments. I'll come back to the list as the code develops (or not!) So what you need to do is to create: class process_stream : public

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 01:38:33PM +0200, Michael Schmitt wrote: PS: What is the best (freely available) Linux tool for checking memory accesses and leaks? I know that nothing compares to Purify but is there anything better than electric fence? I believe the basic Purify techniques are

BUGREPORT: lyxpipe deletion

2001-10-18 Thread Moritz Moeller-Herrmann
Hi! I am using lyx 1.1.6fix3. Sometimes lyx crashes. Probably because xforms s. No problem. The problem: lyx does NOT DELETE it's lyxpipe. This causes pybliographer to not work after this. The problem has been around for ages (see

Re: About latest reLyX

2001-10-18 Thread Jose Abilio Oliveira Matos
On Thu, Oct 18, 2001 at 01:20:18PM +0200, Andre Poenitz wrote: x^2 is fine in current mathed, and so is '$...$', '$$...$$' and '\cal'. I can do that. What else? After that stage all the latex math code is passed untouched to mathed. Would be nice if all math remains untouched by

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: I have to support some less clueful windows user who switched to lkinux because of me and stuff like this is a nightmare. (Simple, just type ALT + F2 konsole [Enter] then rm ~/.lyx/lyxpipe.* After this restart lyx and

Re: About latest reLyX

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 02:34:07PM +0100, Jose Abilio Oliveira Matos wrote: On Thu, Oct 18, 2001 at 01:20:18PM +0200, Andre Poenitz wrote: x^2 is fine in current mathed, and so is '$...$', '$$...$$' and '\cal'. I can do that. What else? I do know reLyX, so I can't tell you what

Re: configur latest cvs

2001-10-18 Thread Stephan Witt
Andre Poenitz wrote: On Thu, Oct 18, 2001 at 03:55:29PM +0200, Jean-Marc Lasgouttes wrote: Do you have a lyx binary in /usr/bin/X11 (and /usr/bin/X11 in your path?). If you do then blame your distributor (SuSE, if I am not mistaken) :) Where should the lyx bineary put by distributors

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: Would be cool if an (integrated non hacky) solution would pop up for lyx-1.1.6fix4 or lyx-1.2 (whenever it is ready) The problem seems to be that calling ::abort in support/abort.C prevents the LyX server's (and a few

Re: dependencies

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 03:32:35PM +0200, Jean-Marc Lasgouttes wrote: Andre [make in src/ works to rebuilt the binary if any .C file is Andre changend in src/mathed] Is that new? Which version of autoconf/automake do you have? Did you run ./autogen.sh? Uuh... not manually recently...

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Moritz Moeller-Herrmann
On Thu, Oct 18, 2001 at 04:45:17PM +0200, Andre Poenitz wrote: On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: Would be cool if an (integrated non hacky) solution would pop up for lyx-1.1.6fix4 or lyx-1.2 (whenever it is ready) The problem seems to be that calling

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 04:45:17PM +0200, Andre Poenitz wrote: The problem seems to be that calling ::abort in support/abort.C prevents the LyX server's (and a few more) destructors from running. I'd just throw some uncaught exception, but than LyX does not want to use exceptions at all.

workWidth

2001-10-18 Thread John Levon
is this supposed to fix all collapsable insets ? insert www (indented line). insert footnote, place cursor to the right of footnote. press return - footnote exceeds workare width regards john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in,

Re: Improving the Systemcalls interface

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 03:18:02PM +0200, Lars Gullik Bjønnes wrote: Boost has no limitations on what you can do with the code. (rewrite, no-source, take money for it etc etc.) great. mmm... it should perhaps be called pstream instead (ipstream,opstream,pstream) yeah What is your

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Zvezdan Petkovic
On Thu, Oct 18, 2001 at 06:24:28PM +0200, Moritz Moeller-Herrmann wrote: On Thu, Oct 18, 2001 at 03:34:27PM +0200, Andre Poenitz wrote: On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: I have to support some less clueful windows user who switched to lkinux because of

Re: Lyx Server

2001-10-18 Thread Mike Ressler
Jiri, I have forwarded this to the LyX developers' list. Hopefully, someone there who is much more knowledgable than I can explain the current workings. (I'm just a humble documentor.) Mike On Mon, 15 Oct 2001, [iso-8859-1] Jiri Mares wrote: Hi Mike, I would like to ask you for more

Infinite table redarws

2001-10-18 Thread John Levon
Can anyone still trigger these ? Is this Juergen's recent changes ? thanks john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue.

[PATCH] pipe deletion in emergencies

2001-10-18 Thread John Levon
based on JMarc's comment last time round. thanks john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue. Index: ChangeLog === RCS file:

Re: About latest reLyX

2001-10-18 Thread Amir Karger
On Thu, Oct 18, 2001 at 01:20:18PM +0200, Andre Poenitz wrote: On Thu, Oct 18, 2001 at 12:17:06PM +0100, Jose Abilio Oliveira Matos wrote: Amir or John Weiss should have a better answer. I never worked with this part of the code, but I think that I have a basic grasp of what is going on.

clicking RHS of footnote

2001-10-18 Thread John Levon
The bug happens when there is some text a immediately after a footnote (tying in with when the drawing width problem happens). In checkInsetHit : 895 Inset * tmpinset = cursor.par()-getInset(cursor.pos()-1); 896 LyXFont font = text-getFont(buffer_,

Re: Next ERT glitch

2001-10-18 Thread John Levon
On Mon, Oct 15, 2001 at 09:35:28AM +0200, Juergen Vigna wrote: When Text is pasted from the outside into an ERT inset it remains black. It will be red after the next reload, though... I already told this to people on the list various time. This is a problem I cannot understand and is of

Re: multipart doc crash

2001-10-18 Thread John Levon
On Wed, Oct 03, 2001 at 03:32:54PM +1000, Allan Rae wrote: You'll get warnings about not being able to find the subparts of the document that had absolute paths. However if you open the Documents menu entry you will find all those files listed. Now, what do you think might happen if you

Re: edit-tabular-add row doesn't work properly

2001-10-18 Thread John Levon
On Thu, Oct 04, 2001 at 02:42:32PM -0400, Richard E. Hawkins wrote: I put a table in a table float, positioned in the last row, and added a row from the edit menu. It gave me a separated row, as the new row had both top and bottom lines (add row in the final row should probably have a

Re: Bad bug: spell checker and quotes

2001-10-18 Thread John Levon
On Tue, Oct 09, 2001 at 10:00:47AM -0400, Mark van Rossum wrote: The 'OSA is nice'. the spellchecker for me works, but flags The and nice as not in the dictionary (and they don't seem to be). Qt2 frontend regards john -- How many Bavarian Illuminati does it take to screw in a

[PATCH] emergencyCleanup take 2

2001-10-18 Thread John Levon
I accidentally missed some things from the last one thanks john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue. diff -u -r1.368 ChangeLog --- src/ChangeLog 2001/10/18 16:49:27 1.368 +++ src/ChangeLog

Re: Updated bug lists

2001-10-18 Thread John Levon
On Tue, Oct 02, 2001 at 02:51:59PM +0200, Michael Schmitt wrote: * Hi Michael. - Insert a math inset into a table cell. Then, move the cursor along the current row. The lines at the bottom of other cells are erased

Re: Back to the future (1.1.6fix4, status update #1)

2001-10-18 Thread leif halvard silli
Allan and Jean-Marc wrote: On 16 Oct 2001, Jean-Marc Lasgouttes wrote: Hello, Hello! I think that a 1.1.6fix4 release _might_ be useful, especially since I backported the selection bugfix from 1.2.0 (could somebody confirm that it works?). Are there some other things that should go in

Re: History question

2001-10-18 Thread Andre Poenitz
On Wed, Oct 17, 2001 at 03:05:22PM +0200, Juergen Vigna wrote: > Someone still remembers how someone could export stuff from the old > 1.0.x version from the commandline (as filter?) There was no change in the --export stuff since its inclusion AFAIR. In the beginning it worked only under X,

Re: Improving the Systemcalls interface

2001-10-18 Thread Andre Poenitz
On Wed, Oct 17, 2001 at 02:26:34PM +0100, Angus Leeming wrote: > Comments? I found it a bit convoluted, too... What would be really nice is to have some function which takes two strings (a command name and something that should be used as stdin for this command) and return the standard output

text.diff

2001-10-18 Thread Andre Poenitz
I think this is safe to apply. Andre' -- André Pönitz .. [EMAIL PROTECTED] Index: lyxtext.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxtext.h,v retrieving revision 1.91

hfills and latex commands

2001-10-18 Thread Herbert Voss
attached the diff against latest cvs for the hfills and the latex command insets, together with the new files. the latex command inset is a first step. we should discuss the sense of this feature. I changed the insert menu a bit, because there was a double shortcut. also new is a minitable of

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
Thanks for the feedback, Asger. [snip symmetry argument explanation for the original class structure.] I still don't buy this argument. It strikes me that if the controlling process requires results from a child process, then its design depends absolutely on whether the child process is run

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
Morning, André! On Thursday 18 October 2001 09:09, Andre Poenitz wrote: > On Wed, Oct 17, 2001 at 02:26:34PM +0100, Angus Leeming wrote: > > Comments? > > I found it a bit convoluted, too... Hmmm. See my comments to Asger's comments! > What would be really nice is to have some function which

Re: Improving the Systemcalls interface

2001-10-18 Thread Asger K. Alstrup Nielsen
On Thu, 18 Oct 2001, Angus Leeming wrote: [Symmetry.] > I still don't buy this argument. It strikes me that if the controlling Well, I don't care much either way. Your solution is fine. > > What I would like to see is a process manager in LyX: In this dialog, you > > would have a list of all

Re: Improving the Systemcalls interface

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 10:15:38AM +0100, Angus Leeming wrote: > My idea is to create a new shellstream class. The converters would create a > small shell script, possibly involving multiple conversions. This would be > launched as a forked process runnind asynchronously. When the shell script

dependencies

2001-10-18 Thread Andre Poenitz
When I change inset/insettabulars.C and type 'make' (either in src or in src/insets) nothing happens. Looks like I have to remove the .lo file manually? Is this intended? [make in src/ works to rebuilt the binary if any .C file is changend in src/mathed] Andre' -- André Pönitz

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread Andre Poenitz
>From the bug list | - "File->Exit" does not work while editing a math formula; | the same holds for opening/closing a file, changing paragraph layout... | (This must definitely be fixed!) Should be fixed. Andre' -- André Pönitz .. [EMAIL

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
On Thursday 18 October 2001 10:52, Andre Poenitz wrote: > On Thu, Oct 18, 2001 at 10:15:38AM +0100, Angus Leeming wrote: > > My idea is to create a new shellstream class. The converters would create a > > small shell script, possibly involving multiple conversions. This would be > > launched

Re: Improving the Systemcalls interface

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 11:18:03AM +0100, Angus Leeming wrote: > > I need it for the math-extern stuff, so asnchronous operation is not > > wanted... > > No, I don't see that. What I envisage is that the converter class writes a > shell script containing the conversion calls. How that shell

Re: Improving the Systemcalls interface

2001-10-18 Thread Angus Leeming
On Thursday 18 October 2001 11:20, Andre Poenitz wrote: > On Thu, Oct 18, 2001 at 11:18:03AM +0100, Angus Leeming wrote: > > > I need it for the math-extern stuff, so asnchronous operation is not > > > wanted... > > > > No, I don't see that. What I envisage is that the converter class writes a

Re: About latest reLyX

2001-10-18 Thread Jose Abilio Oliveira Matos
On Wed, Oct 17, 2001 at 01:42:12PM -0400, Amir Karger wrote: [...] > I think the simplest way is just to copy and paste it in. > (I wonder if "main::my_fast_abs_path(...)" would work?) I'll try that. Why do you have doubts about the fast version? I'm trying to add language support to

Re: hfills and latex commands

2001-10-18 Thread Juergen Spitzmueller
Herbert Voss wrote: > attached the diff against latest cvs for the hfills > and the latex command insets, together with the new files. > > the latex command inset is a first step. we should > discuss the sense of this feature. I changed the > insert menu a bit, because there was a double >

Re: About latest reLyX

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 11:56:06AM +0100, Jose Abilio Oliveira Matos wrote: > I'll try that. Why do you have doubts about the fast version? Since you seem to work on reLyX, could you tell me what math-specific stuff is done in reLyX? Andre' -- André Pönitz

RE: dependencies

2001-10-18 Thread Juergen Vigna
On 18-Oct-2001 Andre Poenitz wrote: > When I change inset/insettabulars.C and type 'make' (either in src or in > src/insets) nothing happens. Looks like I have to remove the .lo file > manually? > > Is this intended? Here this works as expected, changing a source file recompiles that file!

Re: About latest reLyX

2001-10-18 Thread Jose Abilio Oliveira Matos
On Thu, Oct 18, 2001 at 12:56:14PM +0200, Andre Poenitz wrote: > On Thu, Oct 18, 2001 at 11:56:06AM +0100, Jose Abilio Oliveira Matos wrote: > > I'll try that. Why do you have doubts about the fast version? > > Since you seem to work on reLyX, could you tell me what math-specific stuff > is

Re: About latest reLyX

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 12:17:06PM +0100, Jose Abilio Oliveira Matos wrote: > Amir or John Weiss should have a better answer. I never worked with this > part of the code, but I think that I have a basic grasp of what is going on. > > Reading the comments in source code, it looks like the

Re: dependencies

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 01:04:08PM +0200, Juergen Vigna wrote: > Here this works as expected, changing a source file recompiles that file! > Maybe you're working on a special filesystem? No, not really... as I said, it works in src/mathed... maybe a problem with timestamps...I'll have a look

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread Michael Schmitt
On Thu, 18 Oct 2001, Andre Poenitz wrote: > | - "File->Exit" does not work while editing a math formula; > | the same holds for opening/closing a file, changing paragraph layout... > | (This must definitely be fixed!) > > Should be fixed. Just in case the report is still on my list I will

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 01:38:33PM +0200, Michael Schmitt wrote: > It is good to see that you and Jean Marc are discussing > basic problems such as "undo". [Are we?] > PS: What is the best (freely available) Linux tool for checking memory > accesses and leaks? I know that nothing compares to

Re: dependencies

2001-10-18 Thread Juergen Vigna
On 18-Oct-2001 Andre Poenitz wrote: > No, not really... as I said, it works in src/mathed... maybe a problem with > timestamps...I'll have a look again. Please pay attention that if you work on a nfs file system the files are written with the date/time of the nfs-server machine. Such things

Re: Improving the Systemcalls interface

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 11:43:20AM +0200, Lars Gullik Bjønnes wrote: > | I'm interested in doing something like this. Again, see my comments to > | Asger's comments. I'll come back to the list as the code develops (or not!) > > So what you need to do is to create: > > class process_stream :

Re: Mathed bugs and other outstanding problems

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 01:38:33PM +0200, Michael Schmitt wrote: > PS: What is the best (freely available) Linux tool for checking memory > accesses and leaks? I know that nothing compares to Purify but is there > anything better than electric fence? I believe the basic Purify techniques are

BUGREPORT: lyxpipe deletion

2001-10-18 Thread Moritz Moeller-Herrmann
Hi! I am using lyx 1.1.6fix3. Sometimes lyx crashes. Probably because xforms s. No problem. The problem: lyx does NOT DELETE it's lyxpipe. This causes pybliographer to not work after this. The problem has been around for ages (see

Re: About latest reLyX

2001-10-18 Thread Jose Abilio Oliveira Matos
On Thu, Oct 18, 2001 at 01:20:18PM +0200, Andre Poenitz wrote: > > x^2 is fine in current mathed, and so is '$...$', '$$...$$' and '\cal'. I can do that. What else? > > After that stage all the latex math code is passed untouched to mathed. > > Would be nice if all math remains

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: > I have to support some less clueful windows user who switched to lkinux > because of me and stuff like this is a nightmare. ("Simple, just type ALT > + F2 konsole [Enter] then rm ~/.lyx/lyxpipe.* After this restart lyx and

Re: About latest reLyX

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 02:34:07PM +0100, Jose Abilio Oliveira Matos wrote: > On Thu, Oct 18, 2001 at 01:20:18PM +0200, Andre Poenitz wrote: > > > > x^2 is fine in current mathed, and so is '$...$', '$$...$$' and '\cal'. > > I can do that. > > What else? I do know reLyX, so I can't tell

Re: configur latest cvs

2001-10-18 Thread Stephan Witt
Andre Poenitz wrote: > > On Thu, Oct 18, 2001 at 03:55:29PM +0200, Jean-Marc Lasgouttes wrote: > > Do you have a lyx binary in /usr/bin/X11 (and /usr/bin/X11 in your > > path?). If you do then blame your distributor (SuSE, if I am not > > mistaken) :) > > Where should the lyx bineary put by

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: > Would be cool if an (integrated non hacky) solution would pop up for > lyx-1.1.6fix4 or lyx-1.2 (whenever it is ready) The problem seems to be that calling ::abort in support/abort.C prevents the LyX server's (and a few

Re: dependencies

2001-10-18 Thread Andre Poenitz
On Thu, Oct 18, 2001 at 03:32:35PM +0200, Jean-Marc Lasgouttes wrote: > Andre> [make in src/ works to rebuilt the binary if any .C file is > Andre> changend in src/mathed] > > Is that new? Which version of autoconf/automake do you have? Did you > run ./autogen.sh? Uuh... not manually

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Moritz Moeller-Herrmann
On Thu, Oct 18, 2001 at 04:45:17PM +0200, Andre Poenitz wrote: >On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: >> Would be cool if an (integrated non hacky) solution would pop up for >> lyx-1.1.6fix4 or lyx-1.2 (whenever it is ready) > >The problem seems to be that

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 04:45:17PM +0200, Andre Poenitz wrote: > The problem seems to be that calling ::abort in support/abort.C prevents > the LyX server's (and a few more) destructors from running. > > I'd just throw some uncaught exception, but than LyX does not want to use > exceptions at

workWidth

2001-10-18 Thread John Levon
is this supposed to fix all collapsable insets ? insert "www" (indented line). insert footnote, place cursor to the right of footnote. press return -> footnote exceeds workare width regards john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in,

Re: Improving the Systemcalls interface

2001-10-18 Thread John Levon
On Thu, Oct 18, 2001 at 03:18:02PM +0200, Lars Gullik Bjønnes wrote: > Boost has no limitations on what you can do with the code. > (rewrite, no-source, take money for it etc etc.) great. > mmm... it should perhaps be called pstream instead > (ipstream,opstream,pstream) yeah > What is your

Re: BUGREPORT: lyxpipe deletion

2001-10-18 Thread Zvezdan Petkovic
On Thu, Oct 18, 2001 at 06:24:28PM +0200, Moritz Moeller-Herrmann wrote: > On Thu, Oct 18, 2001 at 03:34:27PM +0200, Andre Poenitz wrote: > >On Thu, Oct 18, 2001 at 03:21:02PM +0200, Moritz Moeller-Herrmann wrote: > >> I have to support some less clueful windows user who switched to lkinux > >>

Re: Lyx Server

2001-10-18 Thread Mike Ressler
Jiri, I have forwarded this to the LyX developers' list. Hopefully, someone there who is much more knowledgable than I can explain the current workings. (I'm just a humble documentor.) Mike On Mon, 15 Oct 2001, [iso-8859-1] Jiri Mares wrote: > Hi Mike, > I would like to ask you for more

Infinite table redarws

2001-10-18 Thread John Levon
Can anyone still trigger these ? Is this Juergen's recent changes ? thanks john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue.

[PATCH] pipe deletion in emergencies

2001-10-18 Thread John Levon
based on JMarc's comment last time round. thanks john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue. Index: ChangeLog === RCS file:

Re: About latest reLyX

2001-10-18 Thread Amir Karger
On Thu, Oct 18, 2001 at 01:20:18PM +0200, Andre Poenitz wrote: > On Thu, Oct 18, 2001 at 12:17:06PM +0100, Jose Abilio Oliveira Matos wrote: > > Amir or John Weiss should have a better answer. I never worked with this > > part of the code, but I think that I have a basic grasp of what is going

clicking RHS of footnote

2001-10-18 Thread John Levon
The bug happens when there is some text "a" immediately after a footnote (tying in with when the drawing width problem happens). In checkInsetHit : 895 Inset * tmpinset = cursor.par()->getInset(cursor.pos()-1); 896 LyXFont font = text->getFont(buffer_,

Re: Next ERT glitch

2001-10-18 Thread John Levon
On Mon, Oct 15, 2001 at 09:35:28AM +0200, Juergen Vigna wrote: > > When Text is pasted from the outside into an ERT inset it remains black. > > It will be red after the next reload, though... > > I already told this to people on the list various time. This is a problem > I cannot understand and

Re: multipart doc crash

2001-10-18 Thread John Levon
On Wed, Oct 03, 2001 at 03:32:54PM +1000, Allan Rae wrote: > You'll get warnings about not being able to find the subparts of the > document that had absolute paths. However if you open the Documents menu > entry you will find all those files listed. Now, what do you think might > happen if

Re: edit-tabular-add row doesn't work properly

2001-10-18 Thread John Levon
On Thu, Oct 04, 2001 at 02:42:32PM -0400, Richard E. Hawkins wrote: > I put a table in a table float, positioned in the last row, and added > a row from the edit menu. It gave me a separated row, as the new row > had both top and bottom lines (add row in the final row should probably > have

Re: Bad bug: spell checker and quotes

2001-10-18 Thread John Levon
On Tue, Oct 09, 2001 at 10:00:47AM -0400, Mark van Rossum wrote: > The 'OSA is nice'. the spellchecker for me "works", but flags "The" and "nice" as not in the dictionary (and they don't seem to be). Qt2 frontend regards john -- How many Bavarian Illuminati does it take to screw in a

[PATCH] emergencyCleanup take 2

2001-10-18 Thread John Levon
I accidentally missed some things from the last one thanks john -- How many Bavarian Illuminati does it take to screw in a lightbulb? Three: one to screw it in, and one to confuse the issue. diff -u -r1.368 ChangeLog --- src/ChangeLog 2001/10/18 16:49:27 1.368 +++ src/ChangeLog

Re: Updated bug lists

2001-10-18 Thread John Levon
On Tue, Oct 02, 2001 at 02:51:59PM +0200, Michael Schmitt wrote: > * Hi Michael. > - Insert a math inset into a table cell. Then, move the cursor along the current > row. The lines at the bottom of other cells are

Re: Back to the future (1.1.6fix4, status update #1)

2001-10-18 Thread leif halvard silli
Allan and Jean-Marc wrote: >On 16 Oct 2001, Jean-Marc Lasgouttes wrote: > >> Hello, > >Hello! > >> I think that a 1.1.6fix4 release _might_ be useful, especially since I >> backported the selection bugfix from 1.2.0 (could somebody confirm >> that it works?). Are there some other things that