Re: CVS compilation

2001-08-07 Thread Herbert Voss
Michael Schmitt wrote: you need to patch lyx_main.C in order to be able to compile LyX. I patched and this is what happens??? g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -DLYX_DIR=\/usr/share/lyx\ \ -DTOP_SRCDIR=\..\

Re: CVS compilation

2001-08-07 Thread Andre Poenitz
../src/lyx_main.C:635: no matching function for call to `LyXLex::IsOK ()' ../src/lyx_main.C:643: no matching function for call to `LyXLex::IsOK ()' ../src/lyx_main.C:654: no matching function for call to `LyXLex::GetString ()' Change this to '::isOk' and '::getString' and it should be ok.

Re: CVS compilation

2001-08-07 Thread Garst R. Reese
Herbert Voss wrote: Michael Schmitt wrote: you need to patch lyx_main.C in order to be able to compile LyX. I patched and this is what happens??? Your patch didn't take or something. I just put the indicated changes in by hand and it worked fine, changing all IsOK's to isOK and

Re: CVS compilation

2001-08-07 Thread Herbert Voss
Andre Poenitz wrote: ../src/lyx_main.C:635: no matching function for call to `LyXLex::IsOK ()' ../src/lyx_main.C:643: no matching function for call to `LyXLex::IsOK ()' ../src/lyx_main.C:654: no matching function for call to `LyXLex::GetString ()' Change this to '::isOk' and

RE: 1.2.0cvs: Table cut and paste and redraw problems

2001-08-07 Thread Juergen Vigna
On 06-Aug-2001 Kayvan A. Sylvan wrote: As of latest CVS: 1) Create a table. Accept the defaults (5x5). 2) Fill the top line cells with anything, using tab to go to the next cell. 3) On the second row, as you insert characters, the red box around the cell is not drawn correctly until

Re: spellchecker problem

2001-08-07 Thread Edwin Leuven
On Monday 06 August 2001 07:19 pm, you wrote: John Levon wrote: sorry if this one has been seen, but insert in personal dictionary doesn't then move on to the next unknown word. I have to do ignore word or something to get it to move on ... patch attached. You are better off than I.

Re: spellchecker problem

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Edwin Leuven wrote: patch attached. Applied! You are better off than I. Replace word just adds the new word after the old one here. --with-pspell latest. I think someone has been tinkering with selectNextWord in text.C which has broken things for the spellchecker. Might

RE: Bug list - update again

2001-08-07 Thread Juergen Vigna
- The current file format defines a status and a collapsed tag for ERTs; intended or faulty? Fixed! - Insert an ERT inside a text paragraph, delete it, undo the deletion and undo the deletion once again (even though there is nothing more to undo) Why not? If I insert someting I

ENTCS class

2001-08-07 Thread Reuben Thomas
A couple of small things: could you change R.R.T. in the header to Reuben Thomas ([EMAIL PROTECTED]); also, ENTCS only has one font size, 11pt, so I guess it needs a new FontSize line. The other standard sizes are accepted, but ignored, so to save users wondering why they don't have any effect

RE: Bug list - update again

2001-08-07 Thread Michael Schmitt
Hi Juergen, - Insert an ERT inside a text paragraph, delete it, undo the deletion and undo the deletion once again (even though there is nothing more to undo) Why not? If I insert someting I have an Undo, if I then delete I have another Undo. So backward there should be 2 undos so

New Mathed bug

2001-08-07 Thread Angus Leeming
Create a new math inset. Create a fraction: \frac{1}{2} Highlight it and cut it Create a superscript: V^... 1. The contents of the copy buffer are pasted in. Not good. Wasn't the consensus that this should be reverted? 2. More seriously, try to edit the superscripted 1/2. I can't get the

Re: spellchecker problem

2001-08-07 Thread Edwin Leuven
I'll have a look at this, as most probably I broke it ;) apparently selectNextWord fails to select the word. Word count (or paragraph count don't really know how it works) has been broken as well... Thanks! gr.ed.

Re: Bug list - update again

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Angus Leeming wrote: On Tuesday 07 August 2001 11:52, Juergen Vigna wrote: Just add a footnote to an empty file. This red border of the footnote on the right is not visible. I cannot reproduce this! I get it too. See attached. Ok got it now! Jürgen --

RE: Bug list - update again

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Michael Schmitt wrote: Hi Juergen, Hi Michael! I deleted it by selecting the ERT with the cursor keys and pressing delete afterwards. It seems like LyX gets into an infinite loop after the second undo. Console output: InsetText is 0x1334a70 inset_owner is 0x0

Re: New Mathed bug

2001-08-07 Thread Andre Poenitz
1. The contents of the copy buffer are pasted in. Not good. Wasn't the consensus that this should be reverted? I think it was. 2. More seriously, try to edit the superscripted 1/2. I can't get the cursor to the right of it to delete it. At the moment I'm having to create the desired

RE: Bug list - update again

2001-08-07 Thread Michael Schmitt
On Tue, 7 Aug 2001, Juergen Vigna wrote: I deleted it by selecting the ERT with the cursor keys and pressing delete afterwards. It seems like LyX gets into an infinite loop after the second undo. Console output: InsetText is 0x1334a70 inset_owner is 0x0 InsetText is

ERT - PopUp-menu

2001-08-07 Thread Herbert Voss
open the popup menu of an ert with right mouse button and close it. on screen you get a new empty line! this only happens when you do nothing in the popup menu! Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Find replace bug

2001-08-07 Thread Michael Schmitt
Hi, try to replace a by z (case-insensitive) in the following document. Strange things are happening to capital A's. Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for

Re: New Mathed bug

2001-08-07 Thread Angus Leeming
Sorry, forgot the important bandwidth stuff... Mathed is now sufficiently good that I'm using the cvs version to work with in preference to 1.1.6. This statement can, in fact, be generalised. The cvs version is pretty good, period. Well done all! A On Tuesday 07 August 2001 12:30, Andre

Re: Find replace bug

2001-08-07 Thread Angus Leeming
On Tuesday 07 August 2001 13:13, Michael Schmitt wrote: Hi, try to replace a by z (case-insensitive) in the following document. Strange things are happening to capital A's. Michael Not so strange. Just that a capital A is replaced by a lowercase z. At least that's so if I press the

Re: New Mathed bug

2001-08-07 Thread Andre Poenitz
| Mathed is now sufficiently good that I'm using the cvs version to work with | in preference to 1.1.6. This statement can, in fact, be generalised. The cvs I would not recommend using it for serious short term work, though. The overall structure is ok now, but you have noticed that some

Re: New Mathed bug

2001-08-07 Thread Angus Leeming
On Tuesday 07 August 2001 13:14, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Sorry, forgot the important bandwidth stuff... | | Mathed is now sufficiently good that I'm using the cvs version to work with | in preference to 1.1.6. This statement can, in fact, be

RE: Bug list - update again

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Michael Schmitt wrote: No, not undo/redo but undo/undo (undo twice in sequence)! 1. Create new document 2. Inset ERT 3. Enter foo in ERT 4. Move cursor in front of ERT 5. Mark ERT with Shift+CursorRight 6. Delete (key) 7. Undo (Ctrl+Z) 8. Undo (Ctrl+Z)

Find replace - another bug

2001-08-07 Thread Michael Schmitt
Hi, you can reproduce another annoying bug with the foo.lyx file I sent before. 1. Go to the end of the document 2. Open dialog find replace 3. Enter pfui as word to replace 4. Click on - button As you can see the table is scanned twice! I think the problem is related to minipages. In

Re: New Mathed bug

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Angus Leeming wrote: More seriously, if the bug report is recieved by a wide audience, then it may be recieved by someone who can pinpoint the problem quickly. Jürgen knows the InsetText stuff well. Ditto André with Mathed. You? Well you know a little I guess ;-) Me? I

Re: New Mathed bug

2001-08-07 Thread Andre Poenitz
be recieved by someone who can pinpoint the problem quickly. Jürgen knows the InsetText stuff well. Ditto André with Mathed. Mathed is dead easy nowadays. A few dusty corners maybe, but nothing to be scared of. So most of the in the menu xxx should be greyed out kind of things could be fixed

Re: New Mathed bug

2001-08-07 Thread John Levon
On Tue, Aug 07, 2001 at 02:36:57PM +0200, Juergen Vigna wrote: On 07-Aug-2001 Angus Leeming wrote: More seriously, if the bug report is recieved by a wide audience, then it may be recieved by someone who can pinpoint the problem quickly. Jürgen knows the InsetText stuff well. Ditto

Re: Find replace bug

2001-08-07 Thread John Levon
On Tue, Aug 07, 2001 at 01:23:45PM +0100, Angus Leeming wrote: On Tuesday 07 August 2001 13:13, Michael Schmitt wrote: Hi, try to replace a by z (case-insensitive) in the following document. Strange things are happening to capital A's. Michael Not so strange. Just that a

Undo - Core dump

2001-08-07 Thread Michael Schmitt
Hi, by accident, I removed some text from a note. Therefore, I pressed CTRL-Z (undo) but nothing happened. I pressed undo a couple of additional times (come on, LyX, give me back the text!!!). Then, suddenly, LyX exited with a core dump :-( Michael

Re: lyx file format changes

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Dekel Tsur wrote: I know that this has been discussed before. What were the arguments against it ? (complexity of the parser?) And not only one time. Please have a look at the mailing-list-archive. Jürgen --

Cross reference bug?

2001-08-07 Thread David Lucas
I have been woring on a large document that has several 'include' files. I note that when I am editing one of these 'include' files, when I attempt to place a Cross Reference, and click on the relevant reference, lyx drops me back into the master document. However, a second attempt (which

Re: lyx file format changes

2001-08-07 Thread Andre Poenitz
Personally, I think it best to have lyx store its files as a valid latex files (using latex comments for storing some information). I know that this has been discussed before. What were the arguments against it ? (complexity of the parser?) That's one. The next one is that there are things

some development work

2001-08-07 Thread Kuba Ober
Hi, I'm working currently on 1.1.6fix3 sources. I'm in the process of removing as many global namespace elements as possible, to make the code more readable. I've also nearly finished the polish translation, which was missing many things. I assume that translation patches would be OK for

who's not keeping the ChangeLog up to date?

2001-08-07 Thread Angus Leeming
well? A aleem@pneumon:devel- ls -lt src/*.h ChangeLog -rw-rw-r-- 1 aleemusers 3764 Aug 7 15:53 src/Biblio.h -rw-r--r-- 1 aleemusers 9738 Aug 7 09:27 src/paragraph.h -rw-r--r-- 1 aleemusers 4229 Aug 7 09:27 src/paragraph_pimpl.h -rw-r--r-- 1 aleemusers

Re: some development work

2001-08-07 Thread John Levon
On Tue, Aug 07, 2001 at 05:45:08PM +0200, Kuba Ober wrote: I'm working currently on 1.1.6fix3 sources. I'm in the process of removing as many global namespace elements as possible, to make the code more readable. I've also nearly finished the polish translation, which was missing many

Re: find replace bug

2001-08-07 Thread Michael Schmitt
Hi, the strange thing about capital A's is that they are highlighted when you are searching for a (which is correct, of course) but when pressing replace they do not change. Try foo.lyx and you will see... Michael -- ==

Re: lyx file format changes

2001-08-07 Thread ben
Dekel Tsur a écrit : On Mon, Aug 06, 2001 at 12:27:36PM +0100, John Levon wrote: On Mon, Aug 06, 2001 at 10:05:32AM +0200, Lars Gullik Bjønnes wrote: | that we should change format inside a fix release and x 0 will be a | fix release where ONLY bugfixes should come in! We could

Re: Graphic insert questions

2001-08-07 Thread Baruch Even
* Garst R. Reese [EMAIL PROTECTED] [010808 00:51]: I ineserted a 2143 byte png file into a table and got a blank box. Then I trie view ps, and got an error dialpg about a failure to file x to /tmp ... a couple of times. Then the LyX view showed an error converting file message, but the ps

Re: lyx file format changes

2001-08-07 Thread ben
John Weiss a écrit : Once we do design an XML-based LyX format, I suggest we document the format using XSL. There's no magic around XSL: it's just an XML document that uses a format designed for defining other XML formats. I'll even volunteer to work on it (I'd like to improve my XML

Re: lyx file format changes

2001-08-07 Thread ben
Gaillard Pierre-Olivier a écrit : [...] - formula were not XML-ised at all (It looked a bit harder and somebody was reorganizing the code : is it over ?) About this, I know that Jose is in vacations, but does someone know if it is planned to have math formulas translated to MathML when a

Re: Graphic insert questions

2001-08-07 Thread Garst R. Reese
Baruch Even wrote: * Garst R. Reese [EMAIL PROTECTED] [010808 00:51]: I ineserted a 2143 byte png file into a table and got a blank box. Then I trie view ps, and got an error dialpg about a failure to file x to /tmp ... a couple of times. Then the LyX view showed an error converting

make install errors

2001-08-07 Thread R. Lahaye
Hi, When I do a "make install" I get such lines: [...] install: ./scripts/CVS: Inappropriate file type or format [...] install: ./doc/*.eps: No such file or directory [...] Apparently install wants to do somethings that can't be done .or can't do somethings that should be done ?!?!?

Re: lyx file format changes

2001-08-07 Thread Dekel Tsur
On Tue, Aug 07, 2001 at 06:19:00PM +0200, Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | Personally, I think it best to have lyx store its files as a valid latex files | (using latex comments for storing some information). | I know that this has been discussed

Re: Cross reference bug?

2001-08-07 Thread Dekel Tsur
On Tue, Aug 07, 2001 at 11:05:26PM +0800, David Lucas wrote: I have been woring on a large document that has several 'include' files. I note that when I am editing one of these 'include' files, when I attempt to place a Cross Reference, and click on the relevant reference, lyx drops me

Re: Find replace - another bug

2001-08-07 Thread Dekel Tsur
On Tue, Aug 07, 2001 at 02:39:07PM +0200, Michael Schmitt wrote: PS: I do not expect a detailed description but how are you able to move through the (nested) document correctly if there is no kind of paragraph iterators yet??? How can it be that Dekel needs such an iterator for updating all

Re: Bug list - update

2001-08-07 Thread Andre Poenitz
- Uninitialized memory read (this one is _new_!) UMR: Uninitialized memory read This is occurring while in: XListFonts [FontNames.c] FontInfo::query() [FontInfo.C:123] FontInfo::getFontname(int) [FontInfo.h:43]

Re: lyx file format changes

2001-08-07 Thread Andre Poenitz
- formula were not XML-ised at all (It looked a bit harder and somebody was reorganizing the code : is it over ?) About this, I know that Jose is in vacations, but does someone know if it is planned to have math formulas translated to MathML when a DocBook file is exported to SGML (I

Re: CVS compilation

2001-08-07 Thread Herbert Voss
Michael Schmitt wrote: > > you need to patch lyx_main.C in order to be able to compile LyX. I patched and this is what happens??? g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -DLYX_DIR=\"/usr/share/lyx\" \

Re: CVS compilation

2001-08-07 Thread Andre Poenitz
> ../src/lyx_main.C:635: no matching function for call to `LyXLex::IsOK > ()' > ../src/lyx_main.C:643: no matching function for call to `LyXLex::IsOK > ()' > ../src/lyx_main.C:654: no matching function for call to > `LyXLex::GetString ()' Change this to '::isOk' and '::getString' and it should

Re: CVS compilation

2001-08-07 Thread Garst R. Reese
Herbert Voss wrote: > > Michael Schmitt wrote: > > > > you need to patch lyx_main.C in order to be able to compile LyX. > > I patched and this is what happens??? > Your patch didn't take or something. I just put the indicated changes in by hand and it worked fine, changing all IsOK's to isOK

Re: CVS compilation

2001-08-07 Thread Herbert Voss
Andre Poenitz wrote: > > > ../src/lyx_main.C:635: no matching function for call to `LyXLex::IsOK > > ()' > > ../src/lyx_main.C:643: no matching function for call to `LyXLex::IsOK > > ()' > > ../src/lyx_main.C:654: no matching function for call to > > `LyXLex::GetString ()' > > Change this to

RE: 1.2.0cvs: Table cut and paste and redraw problems

2001-08-07 Thread Juergen Vigna
On 06-Aug-2001 Kayvan A. Sylvan wrote: > As of latest CVS: > > 1) Create a table. Accept the defaults (5x5). > 2) Fill the top line cells with anything, using tab to go to the next cell. > 3) On the second row, as you insert characters, the red box around >the cell is not drawn correctly

Re: spellchecker problem

2001-08-07 Thread Edwin Leuven
On Monday 06 August 2001 07:19 pm, you wrote: > John Levon wrote: > > sorry if this one has been seen, but "insert in personal dictionary" > > doesn't then move on to the next unknown word. I have to do ignore word > > or something to get it to move on ... patch attached. > You are better off

Re: spellchecker problem

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Edwin Leuven wrote: > patch attached. Applied! >> You are better off than I. Replace word just adds the new word after the >> old one here. --with-pspell latest. > > I think someone has been tinkering with selectNextWord in text.C which has > broken things for the

RE: Bug list - update again

2001-08-07 Thread Juergen Vigna
> - The current file format defines a "status" and a "collapsed" tag for > ERTs; intended or faulty? Fixed! > - Insert an ERT inside a text paragraph, delete it, undo the deletion > and undo the deletion once again (even though there is nothing more to > undo) Why not? If I insert

ENTCS class

2001-08-07 Thread Reuben Thomas
A couple of small things: could you change "R.R.T." in the header to "Reuben Thomas ([EMAIL PROTECTED])"; also, ENTCS only has one font size, 11pt, so I guess it needs a new FontSize line. The other standard sizes are accepted, but ignored, so to save users wondering why they don't have any

RE: Bug list - update again

2001-08-07 Thread Michael Schmitt
Hi Juergen, > > - Insert an ERT inside a text paragraph, delete it, undo the deletion > > and undo the deletion once again (even though there is nothing more to > > undo) > > Why not? If I insert someting I have an Undo, if I then delete I have another > Undo. So backward there should be 2

New Mathed bug

2001-08-07 Thread Angus Leeming
Create a new math inset. Create a fraction: \frac{1}{2} Highlight it and cut it Create a superscript: V^... 1. The contents of the copy buffer are pasted in. Not good. Wasn't the consensus that this should be reverted? 2. More seriously, try to edit the superscripted 1/2. I can't get the

Re: spellchecker problem

2001-08-07 Thread Edwin Leuven
> I'll have a look at this, as most probably I broke it ;) apparently selectNextWord fails to select the word. Word count (or paragraph count don't really know how it works) has been broken as well... Thanks! gr.ed.

Re: Bug list - update again

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Angus Leeming wrote: > On Tuesday 07 August 2001 11:52, Juergen Vigna wrote: >> > Just add a footnote to an empty file. This red border of the footnote on >> > the right is not visible. >> >> I cannot reproduce this! > > I get it too. See attached. Ok got it now!

RE: Bug list - update again

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Michael Schmitt wrote: > Hi Juergen, Hi Michael! > I deleted it by selecting the ERT with the cursor keys and pressing delete > afterwards. It seems like LyX gets into an infinite loop after the second > undo. Console output: > > InsetText is 0x1334a70 > inset_owner is

Re: New Mathed bug

2001-08-07 Thread Andre Poenitz
> 1. The contents of the copy buffer are pasted in. Not good. Wasn't the > consensus that this should be reverted? I think it was. > 2. More seriously, try to edit the superscripted 1/2. I can't get the cursor > to the right of it to delete it. At the moment I'm having to create the >

RE: Bug list - update again

2001-08-07 Thread Michael Schmitt
On Tue, 7 Aug 2001, Juergen Vigna wrote: > > I deleted it by selecting the ERT with the cursor keys and pressing delete > > afterwards. It seems like LyX gets into an infinite loop after the second > > undo. Console output: > > > > InsetText is 0x1334a70 > > inset_owner is 0x0 > >

ERT - PopUp-menu

2001-08-07 Thread Herbert Voss
open the popup menu of an ert with right mouse button and close it. on screen you get a new empty line! this only happens when you do nothing in the popup menu! Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Find & replace bug

2001-08-07 Thread Michael Schmitt
Hi, try to replace "a" by "z" (case-insensitive) in the following document. Strange things are happening to capital A's. Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for

Re: New Mathed bug

2001-08-07 Thread Angus Leeming
Sorry, forgot the important bandwidth stuff... Mathed is now sufficiently good that I'm using the cvs version to work with in preference to 1.1.6. This statement can, in fact, be generalised. The cvs version is pretty good, period. Well done all! A On Tuesday 07 August 2001 12:30, Andre

Re: Find & replace bug

2001-08-07 Thread Angus Leeming
On Tuesday 07 August 2001 13:13, Michael Schmitt wrote: > Hi, > > try to replace "a" by "z" (case-insensitive) in the following document. > Strange things are happening to capital A's. > > Michael Not so strange. Just that a capital "A" is replaced by a lowercase "z". At least that's so if I

Re: New Mathed bug

2001-08-07 Thread Andre Poenitz
> | Mathed is now sufficiently good that I'm using the cvs version to work with > | in preference to 1.1.6. This statement can, in fact, be generalised. The cvs I would not recommend using it for serious short term work, though. The overall structure is ok now, but you have noticed that some

Re: New Mathed bug

2001-08-07 Thread Angus Leeming
On Tuesday 07 August 2001 13:14, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Sorry, forgot the important bandwidth stuff... > | > | Mathed is now sufficiently good that I'm using the cvs version to work with > | in preference to 1.1.6. This statement can, in

RE: Bug list - update again

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Michael Schmitt wrote: > No, not undo/redo but undo/undo (undo twice in sequence)! > > 1. Create new document > 2. Inset ERT > 3. Enter "foo" in ERT > 4. Move cursor in front of ERT > 5. Mark ERT with Shift+CursorRight > 6. Delete (key) > 7. Undo (Ctrl+Z) > 8.

Find & replace - another bug

2001-08-07 Thread Michael Schmitt
Hi, you can reproduce another annoying bug with the foo.lyx file I sent before. 1. Go to the end of the document 2. Open dialog "find & replace" 3. Enter "pfui" as word to replace 4. Click on "<-" button As you can see the table is scanned twice! I think the problem is related to

Re: New Mathed bug

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Angus Leeming wrote: > More seriously, if the bug report is recieved by a wide audience, then it may > be recieved by someone who can pinpoint the problem quickly. Jürgen knows the > InsetText stuff well. Ditto André with Mathed. You? Well you know a little I > guess ;-) Me? I

Re: New Mathed bug

2001-08-07 Thread Andre Poenitz
> be recieved by someone who can pinpoint the problem quickly. Jürgen knows the > InsetText stuff well. Ditto André with Mathed. Mathed is dead easy nowadays. A few dusty corners maybe, but nothing to be scared of. So most of the "in the menu xxx should be greyed out" kind of things could be

Re: New Mathed bug

2001-08-07 Thread John Levon
On Tue, Aug 07, 2001 at 02:36:57PM +0200, Juergen Vigna wrote: > > On 07-Aug-2001 Angus Leeming wrote: > > > More seriously, if the bug report is recieved by a wide audience, then it may > > be recieved by someone who can pinpoint the problem quickly. Jürgen knows the > > InsetText stuff

Re: Find & replace bug

2001-08-07 Thread John Levon
On Tue, Aug 07, 2001 at 01:23:45PM +0100, Angus Leeming wrote: > On Tuesday 07 August 2001 13:13, Michael Schmitt wrote: > > Hi, > > > > try to replace "a" by "z" (case-insensitive) in the following document. > > Strange things are happening to capital A's. > > > > Michael > > Not so strange.

Undo -> Core dump

2001-08-07 Thread Michael Schmitt
Hi, by accident, I removed some text from a note. Therefore, I pressed "CTRL-Z" (undo) but nothing happened. I pressed "undo" a couple of additional times (come on, LyX, give me back the text!!!). Then, suddenly, LyX exited with a core dump :-( Michael

Re: lyx file format changes

2001-08-07 Thread Juergen Vigna
On 07-Aug-2001 Dekel Tsur wrote: > I know that this has been discussed before. What were the arguments against > it ? (complexity of the parser?) And not only one time. Please have a look at the mailing-list-archive. Jürgen --

Cross reference bug?

2001-08-07 Thread David Lucas
I have been woring on a large document that has several 'include' files. I note that when I am editing one of these 'include' files, when I attempt to place a Cross Reference, and click on the relevant reference, lyx drops me back into the "master" document. However, a second attempt (which

Re: lyx file format changes

2001-08-07 Thread Andre Poenitz
> Personally, I think it best to have lyx store its files as a valid latex files > (using latex comments for storing some information). > I know that this has been discussed before. What were the arguments against > it ? (complexity of the parser?) That's one. The next one is that there are

some development work

2001-08-07 Thread Kuba Ober
Hi, I'm working currently on 1.1.6fix3 sources. I'm in the process of removing as many global namespace elements as possible, to make the code more readable. I've also nearly finished the polish translation, which was missing many things. I assume that translation patches would be OK for

who's not keeping the ChangeLog up to date?

2001-08-07 Thread Angus Leeming
well? A aleem@pneumon:devel-> ls -lt src/*.h ChangeLog -rw-rw-r-- 1 aleemusers 3764 Aug 7 15:53 src/Biblio.h -rw-r--r-- 1 aleemusers 9738 Aug 7 09:27 src/paragraph.h -rw-r--r-- 1 aleemusers 4229 Aug 7 09:27 src/paragraph_pimpl.h -rw-r--r-- 1 aleem

Re: some development work

2001-08-07 Thread John Levon
On Tue, Aug 07, 2001 at 05:45:08PM +0200, Kuba Ober wrote: > I'm working currently on 1.1.6fix3 sources. I'm in the process of removing as > many global namespace elements as possible, to make the code more readable. > I've also nearly finished the polish translation, which was missing many >

Re: find & replace bug

2001-08-07 Thread Michael Schmitt
Hi, the strange thing about capital A's is that they are highlighted when you are searching for "a" (which is correct, of course) but when pressing "replace" they do not change. Try foo.lyx and you will see... Michael -- ==

Re: lyx file format changes

2001-08-07 Thread ben
Dekel Tsur a écrit : > On Mon, Aug 06, 2001 at 12:27:36PM +0100, John Levon wrote: > > On Mon, Aug 06, 2001 at 10:05:32AM +0200, Lars Gullik Bjønnes wrote: > > > > > | that we should change format inside a "fix" release and x > 0 will be a > > > | fix release where ONLY bugfixes should come in!

Re: Graphic insert questions

2001-08-07 Thread Baruch Even
* Garst R. Reese <[EMAIL PROTECTED]> [010808 00:51]: > I ineserted a 2143 byte png file into a table and got a blank box. Then > I trie view ps, and got an error dialpg about a failure to file x to > /tmp ... a couple of times. Then the LyX view showed an error converting > file message, but the

Re: lyx file format changes

2001-08-07 Thread ben
John Weiss a écrit : > Once we do design an XML-based LyX format, I suggest we document the > format using XSL. There's no magic around XSL: it's just an XML > document that uses a format designed for defining other XML formats. > I'll even volunteer to work on it (I'd like to improve my XML

Re: lyx file format changes

2001-08-07 Thread ben
Gaillard Pierre-Olivier a écrit : > [...] > - formula were not XML-ised at all (It looked a bit harder and > somebody was reorganizing the code : is it over ?) About this, I know that Jose is in vacations, but does someone know if it is planned to have math formulas translated to MathML when

Re: Graphic insert questions

2001-08-07 Thread Garst R. Reese
Baruch Even wrote: > > * Garst R. Reese <[EMAIL PROTECTED]> [010808 00:51]: > > I ineserted a 2143 byte png file into a table and got a blank box. Then > > I trie view ps, and got an error dialpg about a failure to file x to > > /tmp ... a couple of times. Then the LyX view showed an error

"make install" errors

2001-08-07 Thread R. Lahaye
Hi, When I do a "make install" I get such lines: [...] install: ./scripts/CVS: Inappropriate file type or format [...] install: ./doc/*.eps: No such file or directory [...] Apparently install wants to do somethings that can't be done .or can't do somethings that should be done ?!?!?

Re: lyx file format changes

2001-08-07 Thread Dekel Tsur
On Tue, Aug 07, 2001 at 06:19:00PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | > Personally, I think it best to have lyx store its files as a valid latex files > | > (using latex comments for storing some information). > | > I know that this has been

Re: Cross reference bug?

2001-08-07 Thread Dekel Tsur
On Tue, Aug 07, 2001 at 11:05:26PM +0800, David Lucas wrote: > I have been woring on a large document that has several 'include' files. > I note that when I am editing one of these 'include' files, when I > attempt to place a Cross Reference, and click on the relevant reference, > lyx drops

Re: Find & replace - another bug

2001-08-07 Thread Dekel Tsur
On Tue, Aug 07, 2001 at 02:39:07PM +0200, Michael Schmitt wrote: > PS: I do not expect a detailed description but how are you able to move > through the (nested) document correctly if there is no kind of paragraph > iterators yet??? How can it be that Dekel needs such an iterator for > updating

Re: Bug list - update

2001-08-07 Thread Andre Poenitz
> - Uninitialized memory read (this one is _new_!) > > UMR: Uninitialized memory read > This is occurring while in: > XListFonts [FontNames.c] > FontInfo::query() [FontInfo.C:123] > FontInfo::getFontname(int) [FontInfo.h:43] >

Re: lyx file format changes

2001-08-07 Thread Andre Poenitz
> > - formula were not XML-ised at all (It looked a bit harder and > > somebody was reorganizing the code : is it over ?) > > About this, I know that Jose is in vacations, but does someone know if it is > planned to have math formulas translated to MathML when a DocBook file is > exported to