Re: Purify #5

2001-07-24 Thread Andre Poenitz
Maybe it is a good starting point to have a look MathArray::MathArray...? The constructor is ok. It's probably one of the MathArray::insert() thingys that overwrite one or two of the embedded MathInset *... I cannot really read this output, maybe you could give a hint why you think that the

math panel - latest cvs

2001-07-24 Thread Herbert Voss
open math panel, choosing a pair of parenthesis or any other delimiters makes the ok-button inactive. you have to close the panel and reopened it before you can choose another delimiters. Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Re: Compiling with Purify

2001-07-24 Thread Juergen Vigna
On 23-Jul-2001 Jean-Marc Lasgouttes wrote: Michael == Michael Schmitt [EMAIL PROTECTED] writes: Michael Hi, when running Purify, it complains that it has to link a Michael directory. Could you please tell me what option Michael -Wl,/usr/openwin/lib means when linking binary file lyx. I

Re: 666 insets looking much better

2001-07-24 Thread Juergen Vigna
Mike Ressler [EMAIL PROTECTED] writes: I've just compiled the current CVS and like the 666 inset behavior much better - collapsing them looks good. However, could the maximum size of the box be made settable somewhere? From my previous example, \micron shows up very nicely, as does

LyX Into Spanish

2001-07-24 Thread Jaime Robles
Hello! I don't know if the ES-translator is still working for LyX. The translations are not updated... Any idea? I could help with the po translation... as i am working for the kde-es project and i have some experience on it :-) I am waiting for your answer. -- Un saludo, Jaime Robles

Re: Purify #5

2001-07-24 Thread Michael Schmitt
On Tue, 24 Jul 2001, Andre Poenitz wrote: Maybe it is a good starting point to have a look MathArray::MathArray...? The constructor is ok. It's probably one of the MathArray::insert() thingys that overwrite one or two of the embedded MathInset *... I cannot really read this output, maybe

Re: Compiling with Purify

2001-07-24 Thread Michael Schmitt
On Tue, 24 Jul 2001, Juergen Vigna wrote: As much as I know of this stuff it means that at runtime it searches there for the dynamic libraries, while -L searches for the libraries at linktime there. So normally you need both, -L/usr/openwin/lib for linking stage and -Wl,/usr/openwin/lib so

Re: Purify #5 (fwd)

2001-07-24 Thread Michael Schmitt
On Tue, 24 Jul 2001, Andre Poenitz wrote: Maybe it is a good starting point to have a look MathArray::MathArray...? The constructor is ok. It's probably one of the MathArray::insert() thingys that overwrite one or two of the embedded MathInset *... I cannot really read this output, maybe

Re: Bug #2

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Is it possible to reintroduce floatflt in another form? And also indented paragraphs! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N

Re: Natbib

2001-07-24 Thread Andre Poenitz
But we cannot assume that the users will... - create new doc in LyX - export to LaTeX - hack on that --- can very well result in the %%%LyX regions changing - import into LyX --- lost it... But that's a good approximation of what happens when a LyX user and a LaTeX user collaborate. The

Re: Bug #2

2001-07-24 Thread Michael Schmitt
Hi, just to make it clear: _I_ am not using floatflt - at least not conciously (actually I don't even know what it is). I justed noticed that Extended.lyx is using it. Maybe the easiest way is to patch the documentation file by hand and wait and see how many people are complaining about

Re: Natbib

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Lars But we cannot assume that the users will... Lars - create new doc in LyX - export to LaTeX - hack on that --- can Lars very well result in the %%%LyX regions changing - import into Lars LyX --- lost it... That's their problem. reLyX is a

Re: Natbib

2001-07-24 Thread Angus Leeming
| Lars, since I'm blaming you for my confusion here (and maybe Jean-Marc too | --- let's spread the muck-spreading around!) would you care to add your two | agora (centimes) here please. Give me some code to comment on and I'll do so. Sorry, Lars. Got your national shrapnel mixed up

Re: Bug with new insetnote/insetert

2001-07-24 Thread Angus Leeming
On Monday 23 July 2001 13:31, Dekel Tsur wrote: Load an old file with an insetinfo, and save the file. The result is: \begin_inset Note collapsed true \layout Standard \family roman \series medium \shape up \size small \emph off \bar no \noun off

AW: Figure captions

2001-07-24 Thread Danker, Dr. Timm
Anyway, even when LyX shows the caption as centered, it is justified (when long enough) on paper. So what is the problem wrt journals?? JMarc Seems that he will have to use caption.sty to control this. May be Lyx could support it, but it isn´t too hard to do with some 666 magic.

Re: Bug with new insetnote/insetert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus So this is a bug with collapsable insets per se I think. Angus No, it was a bug in insetnote and insetert. Fix coming. Could you please show me the fix? I'm actually working to have a better

Re: Bug #2

2001-07-24 Thread Herbert Voss
Juergen Vigna wrote: On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Is it possible to reintroduce floatflt in another form? And also indented paragraphs! why this? Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Re: Bug with new insetnote/insetert

2001-07-24 Thread Andre Poenitz
Could you please show me the fix? I'm actually working to have a better constructor handling for Insets so that we can get rid of the clone function! So I'm changing a lot of code and in this also removing some functions which are not needed! I think we will need some kind of 'clone' as long

Re: Bug with new insetnote/insetert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Andre Poenitz wrote: Could you please show me the fix? I'm actually working to have a better constructor handling for Insets so that we can get rid of the clone function! So I'm changing a lot of code and in this also removing some functions which are not needed! I think we

Re: Natbib

2001-07-24 Thread Herbert Voss
Juergen Vigna wrote: On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Lars But we cannot assume that the users will... Lars - create new doc in LyX - export to LaTeX - hack on that --- can Lars very well result in the %%%LyX regions changing - import into Lars LyX --- lost it...

Re: Bug with new insetnote/insetert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: That/s nothing earth shattering. I am compiling right now before committing, but the relevant parts of the patch are appended. Note that most of the insetert changes are for creating an init() method shared by the two constructors. Well I will

Re: Bug #2

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Herbert Voss wrote: And also indented paragraphs! why this? Well I introduced this as I thought it a good idea and used it in quite a lot of documents. The feature was to be able to indent a whole paragraph by a defined Lenght, so that I can do something like this dfasd as

Re: Bug with new insetnote/insetert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: And what if you want to clone a paragraph and all its insets? Hmmm well yes you're right anyway IMO that having a constructor (as it is in InsetTabular for now) is the cleanest thing to do. Then we can always have the clone function and use the

Re: Bug with new insetnote/insetert

2001-07-24 Thread Andre Poenitz
Why instead of using clone you can use the same function outside my_new_inset = new SomeInset(*my_old_inset); instead of: my_new_inset = my_old_inset-clone(); This means you have to know 'SomeInset' outside. This could be difficult or even impossible (think of a

Re: Bug with new insetnote/insetert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: I have commited this stuff now. LyXFont const font(LyXFont::ALL_INHERIT); string::const_iterator cit = contents.begin(); string::const_iterator end = contents.end(); Paragraph::size_type pos = 0; for (; cit !=

Re: Bug with new insetnote/insetert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Andre Poenitz wrote: This means you have to know 'SomeInset' outside. This could be difficult or even impossible (think of a vectorClonableInsetBase * that you want to duplicate). Sure you were right I didn't think of it and Jean-Marc pointed me in the right direction ;)

Re: leaving math

2001-07-24 Thread Andre Poenitz
Maybe unlock the inset only on know actions instead of unlock them on any unknown action? Sounds sensible. Anyway UNDO/REDO are SPECIAL and will (as already pointed out) for now ALWAYS unlock the inset!!! Sounds less sensible. But you think about changing that, don't you? Andre' --

Re: leaving math

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Andre Poenitz wrote: Maybe unlock the inset only on know actions instead of unlock them on any unknown action? Sounds sensible. #:O) Anyway UNDO/REDO are SPECIAL and will (as already pointed out) for now ALWAYS unlock the inset!!! Sounds less sensible. But you think

Re: leaving math

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Andre Poenitz wrote: Since we are at adding flags: Could I please have a Inset::Result::FINISHED_AND_MOVE_THE_CURSOR_BEHIND_THE_INSET? I will do that soon! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen Vigna

Re: leaving math

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Note that you have been known in the past for advocating plugin insets. How can you do that if the inset does not know what other lfuns do? IMO Andre is right I don't have to know what lfuns are doing I'm not interested in. They have to take care

Two questions

2001-07-24 Thread Angus Leeming
Can someone explain to me why: * InsetButton is not split into two classes, InsetEditButton and InsetNoEditButton. * If InsetCollapsable contains an InsetText, why does it not also contain an InsetButton. Surely there's code-duplication going on here? Angus

latest cvs - math in ert

2001-07-24 Thread Herbert Voss
is it still known that mathstuff in ert is not possible: tex-output: \rotatebox{45}{.} ^- here was the math-stuff. in lyx it looks like: \begin_inset ERT collapsed false \backslash rotatebox{45}{ \begin_inset Formula \(y=\intx \cdot dx\) \end_inset } \end_inset Herbert

Notes - language setting

2001-07-24 Thread Michael Schmitt
Hi, I think in the latest cvs (with Jean Marc's patches) the language settings for notes are still incorrect (the whole text is underlined by a blue line). Michael -- == Michael Schmittphone:

Re: Two questions

2001-07-24 Thread Angus Leeming
On Tuesday 24 July 2001 12:45, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Can someone explain to me why: | * InsetButton is not split into two classes, | InsetEditButton and InsetNoEditButton. Patches will be accepted... | * If InsetCollapsable contains

Re: Natbib announcement

2001-07-24 Thread Angus Leeming
On Tuesday 24 July 2001 12:35, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | On Tuesday 24 July 2001 01:30, Lars Gullik Bjønnes wrote: | Angus Leeming [EMAIL PROTECTED] writes: | | | Well, now it's in head so just update and play. | | _That_ was a bit

Notes - language setting

2001-07-24 Thread Michael Schmitt
Hi, we had an email problem an hour ago. Therefore, the following comment might have got lost: For note insets, the language setting is still incorrect: -\latex latex +\begin_inset ERT +collapsed true + +\layout Standard + + +\lang english \backslash cleardoublepage{} +\end_inset + +

Re: Two questions

2001-07-24 Thread Angus Leeming
Next question. What's is EDITABLE { IS_EDITABLE, NOT_EDITABLE }; suppossed to signify? The only NOT_EDITABLE inset at the moment is InsetPrintIndex. InsetBibKey, InsetBibtex, InsetCitation, InsetError, InsetExternal, InsetFloatList,

Bug #3

2001-07-24 Thread Michael Schmitt
Hi, when first clicking at the Algorithm entry and then selecting Figure in the navigate menu (provided that you have a document with algorithms and floats), the screen is not repainted correctly. Could someone please verify that this is not a problem with my xforms version (AFAIK 89.5).

LFUN_BREAKLINE

2001-07-24 Thread Andre Poenitz
... is not passed anymore to FormulaInset::localDispatch. LFUN_NUMBER etc still are. Any ideas? Andre' -- André Pönitz . [EMAIL PROTECTED]

Bug #4 (grave!)

2001-07-24 Thread Michael Schmitt
Help, LyX eats up my PhD!!! Prove (extract from my lyx file where - denotes a line removed by lyx after saving the file immediately): ** \begin_inset Float figure placement htbp +wide false collapsed false \layout Standard

Re: leaving math

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Do they all do that? I remember trying to disable the code which unlocks in Dispatch, and then insert a footnote in mathed-crash! Well but that was probably a problem of the MathInset, wasn't it? Jürgen --

RE: latest cvs - math in ert

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Herbert Voss wrote: is it still known that mathstuff in ert is not possible: This shouldn't happen. For now we have a problem that you can still copy paste any insets inside other insets, which you normally wouln't be able to create there. As in InsetERT you're not allowed to

RE: Bug #4 (grave!)

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Michael Schmitt wrote: Help, LyX eats up my PhD!!! Prove (extract from my lyx file where - denotes a line removed by lyx after saving the file immediately): Where that LaTeX paragraphs? Lars I really think we should leave that layout there and just rename it LaTeX

Re: Bug #4 (grave!)

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Actually, it can be implemented using the WriteThru flag of layouts, like for scraps in literate classes. Well this seems a clean aproach, what does speak against this? Jürgen --

Re: Notes - language setting

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Michael == Michael Schmitt [EMAIL PROTECTED] writes: Michael Hi, I think in the latest cvs (with Jean Marc's patches) the Michael language settings for notes are still incorrect (the whole Michael text is underlined by a blue line). It would

Re: Bug #4 (grave!)

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Not much, but we should mark the layout as obsolete somewhow, so that people do not use it, and we cannot really change its name. If the solution is clean why shouldn't they use it anyway? Jürgen --

Possible replacement for the InsetButton stuff...

2001-07-24 Thread Angus Leeming
I think that the following hierarchy fullfills all our needs with a minimum amout of code. Question is, are you all happy with it! Angus class Inset { public: enum EDITABLE { /// NOT_EDITABLE = 0, /// IS_EDITABLE,

Re: Bug #4 (grave!)

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: Because lars seems to be opposed to that. See the problem with him :) As much as I understood he was opposed to have hacks in the source to do such a thing, but if there is no hack necessary for doing it I really don't see a problem with this! Lars?

Re: Notes - language setting

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Lars Gullik Bjønnes wrote: | I don't know. I do not really understand this language stuff anyway. | Probably Dekel should tell us what to do. We want to set the language | and be sure that insettext::write and friends will 'just work'. This | seems a bit difficult right now, but

Re: Bug #2

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 10:58:52AM +0200, Michael Schmitt wrote: Hi, just to make it clear: _I_ am not using floatflt - at least not conciously (actually I don't even know what it is). I justed noticed that Extended.lyx is using it. actually lyxdocs is proving to be a pretty good test of

Re: Bug #4 (grave!)

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Lars Gullik Bjønnes wrote: The problem is having two different ways of doing latex code. Is that a problem? It doesn't seem to me? Anyway it's the only way to be compatible with old documents without having to indroduce a lot of compatibility code. Jürgen --

another way to crash (table selection)

2001-07-24 Thread Richard E. Hawkins
Select a bunch of stuff from a table. With left-button still down (for selection), continue to the right out of the lyx window. *bang* not even a message as it dies. Starting program: /usr/local/bin/lyx Program received signal SIGSEGV, Segmentation fault. LyXTabular::GetCellNumber

Re: [PATCH] fix include loading

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 10:24:17AM +0100, Angus Leeming wrote: E! No it isn't. erk. attached this time And why do you need to send a patch; why not just commit a change to the repository. No write permission? Then nobble Lars! I don't have write permission to the tree in general ...

Re: Bug #4 (grave!)

2001-07-24 Thread Juergen Vigna
On 24-Jul-2001 Jean-Marc Lasgouttes wrote: I'm not sure about removing compatibility code so fast. If people write a document with 1.1.6 and want to re-load it with 1.3.0, what happens?? I am really pissed off when word does that. Well it probably depends in what time we release 1.3.0, if

RE: Bug #4 (grave!)

2001-07-24 Thread Michael Schmitt
Hi, provided that I will be able to fix the inset problem by myself - can you ascertain that the new lyx file format will not be reverted? I already got stuck too much with my PhD. I cannot afford another few days just to revert all changes. Michael --

Re: Bug #4 (grave!)

2001-07-24 Thread Herbert Voss
Michael Schmitt wrote: Help, LyX eats up my PhD!!! Prove (extract from my lyx file where - denotes a line removed by lyx after saving the file immediately): ** \begin_inset Float figure placement htbp +wide false

Re: CVS Update: lyx-devel

2001-07-24 Thread Juergen Vigna
On 23-Jul-2001 Kayvan A. Sylvan wrote: Try this with lyx/.../examples/noweb2lyx.lyx and see. I did and fixed. Please have a look again! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N

Re: Bug #2

2001-07-24 Thread Andre Poenitz
| rather glaring problems. Try the minipage section of Extended.lyx for one ... I did have a look at that some time ago... and if I remember correctly, the minipage useage there was at fault. (i.e. not used correctly). that was one problem with the old minipage support, it was possible to

Bug #5

2001-07-24 Thread Michael Schmitt
Hi, I think some information are not printed in the status/command line any more. For example, LyX does not inform you about the different LaTeX runs any more. Michael -- == Michael Schmittphone:

666 inset vs. Latex Layout

2001-07-24 Thread Kayvan A. Sylvan
On Tue, Jul 24, 2001 at 05:08:26PM +0200, Juergen Vigna wrote: On 23-Jul-2001 Kayvan A. Sylvan wrote: Try this with lyx/.../examples/noweb2lyx.lyx and see. I did and fixed. Please have a look again! Jürgen I will do it as soon as it shows up in anon CVS. However, I do have

Re: Bug #4 (grave!)

2001-07-24 Thread Kayvan A. Sylvan
On Tue, Jul 24, 2001 at 05:05:45PM +0200, Michael Schmitt wrote: Hi, provided that I will be able to fix the inset problem by myself - can you ascertain that the new lyx file format will not be reverted? I already got stuck too much with my PhD. I cannot afford another few days just to

Re: [PATCH] fix include loading

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 04:53:11PM +0200, Jean-Marc Lasgouttes wrote: Lars That would be ok with me, if I could expect developers to send Lars patches to this list and wait with committing until Go! still smarting about natbib eh ... personally I so often get stuff wrong I /want/ a go

Re: Figure captions

2001-07-24 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: Anyway, even when LyX shows the caption as centered, it is justified (when long enough) on paper. So what is the problem wrt journals?? JMarc None, sorry, it did not occurr to me that centered would not mean centered on paper. I did not check. Garst

Re: Bug #5

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 05:37:19PM +0200, Jean-Marc Lasgouttes wrote: Michael == Michael Schmitt [EMAIL PROTECTED] writes: Michael Hi, I think some information are not printed in the Michael status/command line any more. For example, LyX does not Michael inform you about the different

Re: Bug #5

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 05:52:32PM +0200, Jean-Marc Lasgouttes wrote: John is it possible ? It would certainy be possible in this process handling classes whose name is so stupid I just can't remember it :) Then we would have a status window, which the user could decide to keep open or

Re: Bug #2

2001-07-24 Thread Andre Poenitz
It is very easy to use the 1.1.6 minipages _wrong_, and it just happens to work... but is still incorrect. So what is the proper way to use minipages in 1.1.6 in a 'forward compatible' way? And Minipages are usable! it is the conversion that has some problems (with faulty code) ? Which

[PATCH] english thesaurus

2001-07-24 Thread John Levon
The attached patch uses libaiksaurus which in turn uses project gutenberg's english thesaurus. hopefully the library will support wordnet soon. http://aiken.clan11.com/aiksaurus/ (the auto stuff is a bit screwed up, you might have trouble building the library on anything not linux) comments

Re: Bug #2

2001-07-24 Thread Herbert Voss
Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | | rather glaring problems. Try the minipage section of Extended.lyx for one ... | | I did have a look at that some time ago... and if I remember | correctly, the minipage useage there was at fault. (i.e. not used |

Re: Bug #4 (grave!)

2001-07-24 Thread Kayvan A. Sylvan
On Tue, Jul 24, 2001 at 05:57:36PM +0200, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | I say we revert to the old format but go forward with our code cleanups!!! | | 1) Add the Latex layout back in using the PassThru flag. | | 2) Remove the ERT inset and all

Mouse clicks on the right half of the canvas

2001-07-24 Thread Andre Poenitz
... are not passed to mathed anymore. We had this problem already some time ago but I can't remember how this was resolved. Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: 666 inset vs. Latex Layout

2001-07-24 Thread Kayvan A. Sylvan
On Tue, Jul 24, 2001 at 05:58:49PM +0200, Lars Gullik Bjønnes wrote: | * Add the Latex layout back in via the PassThru flag in a small file | (lib/layouts/latex-layout.inc). | | * Remove the ERT inset and all the backwards compatibility loading and | writing stuff. | | This further

Re: Bug #2

2001-07-24 Thread Herbert Voss
Lars Gullik Bjønnes wrote: | | It is very easy to use the 1.1.6 minipages _wrong_, and it just | happens to work... but is still incorrect. | | aeh, do you want to say, that latex let's you define via lyx | minipages in a wrong way?? ;-) No... it lets you create a lyx files that

Re: Possible replacement for the InsetButton stuff...

2001-07-24 Thread Angus Leeming
On Tuesday 24 July 2001 15:42, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | I think that the following hierarchy fullfills all our needs with a minimum | amout of code. Question is, are you all happy with it! I am not sure. ;-) Me neither. Hence the request for

Re: [PATCH] support --disable-optimization

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 12:27:16PM +0200, Jean-Marc Lasgouttes wrote: Why not have also a --enable-optimization=-Ox, so that we can remove the stupid code which does -O2 for stable releases automatically? yes, why not ! But this is a future enhancement IMHO[1]. Is there anything wrong with

Re: [PATCH] support --disable-optimization

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 06:48:10PM +0200, Jean-Marc Lasgouttes wrote: John But this is a future enhancement IMHO[1]. Is there anything John wrong with the patch as it stands ? Not wrong, but the approach I advocate would actually mean less code... what about --with-warnings ? We just

Re: XML configuration

2001-07-24 Thread Jose Abilio Oliveira Matos
On Thu, Jul 05, 2001 at 01:05:04AM +0200, ben wrote: Hi, Jose, here is the config_xml script updated, that detects the available and needed things by using the catalog mechanisms. The constraint is that it needs an extra java archive, the advantage is that this method is 100% xml :-). The

unsubscribing briefly

2001-07-24 Thread Richard E. Hawkins
If I'm needed for anythign, I can still be reached at [EMAIL PROTECTED] I'm taking 4 weeks of vacation, and leaving suddenly hawk -- Prof. Richard E. Hawkins, Esq. /\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail

Re: Mouse clicks on the right half of the canvas

2001-07-24 Thread Andre Poenitz
... are not passed to mathed anymore. We had this problem already some time ago but I can't remember how this was resolved. And it affects tabular insets as well... Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Bug #2

2001-07-24 Thread Andre Poenitz
from my point of view and it's a one of user, who writes a lot of stuff with lyx, it's absolutely not important if the lyx-file makes sense. I'm interested in a good latex output and in an easy way to work with lyx ... And it is intolerable if 1.2.0 does not read proper 1.1.6 files for that

LFUN_PROTECTEDSPACE

2001-07-24 Thread Andre Poenitz
... is not passed to mathed. Andre' -- André Pönitz . [EMAIL PROTECTED]

[PATCH] lib/configure.m4 detection of image converters

2001-07-24 Thread Baruch Even
Attached is the updated patch (against libs/configure.m4) to detect image converters (ImageMagick and netpbm) for the image conversion task. Specifically this handles the conversion when including a GIF/PNG/JPG in a Latex file or an EPS/JPG/GIF in a PDFLatex file. It might be that for the

minipage test for new ert

2001-07-24 Thread Herbert Voss
here is my chapter from my latest lyx-article, which demonstrate the use of minipages together with rotatebox. it works under 1.1.6fix3, have a look at it with 1.2.0 this is an easy part of my article, there are some other parts with a lot of ert-stuff. i attached the image for the float, too.

Re: 666 insets looking much better

2001-07-24 Thread Mike Ressler
On Tue, 24 Jul 2001, Juergen Vigna wrote: Well we could, but I really don't know if this is needed. I made this more for longer paragraphs with LaTeX code as for shorter one I'll make the inlined version so that it doesn't collapse, but it will show it's contents ^^^ Ah, yes ...

Re: Bug #2

2001-07-24 Thread Mike Ressler
In the docs for version 1.2.0, I shall simply remove the floatflt discussion unless it is reimplemented in time. And maybe add a note to that effect in the FAQ ... Mike -- Mike Ressler [EMAIL PROTECTED] OK, I'm lame: I don't have my own website ...

Re: [PATCH] fix include loading

2001-07-24 Thread Allan Rae
On 24 Jul 2001, Lars Gullik Bjønnes wrote: John Levon [EMAIL PROTECTED] writes: | On Tue, Jul 24, 2001 at 04:53:11PM +0200, Jean-Marc Lasgouttes wrote: | | Lars That would be ok with me, if I could expect developers to send | Lars patches to this list and wait with committing until Go!

BUGS.lyx

2001-07-24 Thread John Levon
I'm trying to basically fold the relevant parts into the bug tracker. Can people hint on which are these are still true ? btw, why do we not allow X pastes from us when we've not done Edit-Copy ? Aslo why does there seem to be a limit on how much is copied ? thanks john 1. The LyX keyboard

Re: LFUN_PROTECTEDSPACE

2001-07-24 Thread Andre Poenitz
| ... is not passed to mathed. btw. what use has it in mathed? It used to insert a \; (i.e. some spacing) or if the cursor was near such spacing rotate through spaces of different length ( \, \; \quad \qquad). Pretty neat actually, and almost every contributor to my current bug list

importing basic tex file

2001-07-24 Thread John Levon
\documentclass{article} \begin{document} \begin{tabular}{|c||c|} \end{tabular} \end{document} using --import coredumps. is there something wrong with the file ? I can't seem to import /anything/. (is it known not to work in lyx source dir perhaps ?) also little bug - entering wrong dir in

Re: Bug #3

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 02:48:13PM +0200, Michael Schmitt wrote: Hi, when first clicking at the Algorithm entry and then selecting Figure in the navigate menu (provided that you have a document with algorithms and floats), the screen is not repainted correctly. Could someone please verify

Re: LFUN_PROTECTEDSPACE

2001-07-24 Thread Andre Poenitz
On Tue, Jul 24, 2001 at 11:33:30PM +0200, Lars Gullik Bjønnes wrote: Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | I thought you would not need it :) Yet another instance of a function | having a completely different meaning in mathed? | | I guess you use it for your space thing. I'll

Re: math panel - latest cvs

2001-07-24 Thread John Levon
On Tue, Jul 24, 2001 at 09:30:40AM +0200, Herbert Voss wrote: open math panel, choosing a pair of parenthesis or any other delimiters makes the ok-button inactive. you have to close the panel and reopened it before you can choose another delimiters. hmm I can't repeat this either. What

Re: minipage test for new ert

2001-07-24 Thread Herbert Voss
Lars Gullik Bjønnes wrote: Herbert Voss [EMAIL PROTECTED] writes: | here is my chapter from my latest lyx-article, which demonstrate | the use of minipages together with rotatebox. it works under | 1.1.6fix3, have a look at it with 1.2.0 | this is an easy part of my article, there are

Re: Bug #2

2001-07-24 Thread Herbert Voss
Mike Ressler wrote: In the docs for version 1.2.0, I shall simply remove the floatflt discussion unless it is reimplemented in time. And maybe add a note to that effect in the FAQ ... good idea! but the problem is still the same: what is with the lyx-files and floatflt paragraphs, when

Re: math panel - latest cvs

2001-07-24 Thread Herbert Voss
John Levon wrote: On Tue, Jul 24, 2001 at 09:30:40AM +0200, Herbert Voss wrote: open math panel, choosing a pair of parenthesis or any other delimiters makes the ok-button inactive. you have to close the panel and reopened it before you can choose another delimiters. hmm I can't

Re: math panel - latest cvs

2001-07-24 Thread Garst R. Reese
John Levon wrote: On Tue, Jul 24, 2001 at 09:30:40AM +0200, Herbert Voss wrote: open math panel, choosing a pair of parenthesis or any other delimiters makes the ok-button inactive. you have to close the panel and reopened it before you can choose another delimiters. hmm I can't

Re: math panel - latest cvs

2001-07-24 Thread Andre Poenitz
It still just SIGSEGVs for me on anything from greek to misc :( Garst It works for me. xforms is 0.89-252. Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Purify #5

2001-07-24 Thread Andre Poenitz
> Maybe it is a good starting point to have a look MathArray::MathArray...? The constructor is ok. It's probably one of the MathArray::insert() thingys that overwrite one or two of the embedded MathInset *... I cannot really read this output, maybe you could give a hint why you think that the

math panel - latest cvs

2001-07-24 Thread Herbert Voss
open math panel, choosing a pair of parenthesis or any other delimiters makes the ok-button inactive. you have to close the panel and reopened it before you can choose another delimiters. Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Re: Compiling with Purify

2001-07-24 Thread Juergen Vigna
On 23-Jul-2001 Jean-Marc Lasgouttes wrote: >> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: > > Michael> Hi, when running Purify, it complains that it has to link a > Michael> directory. Could you please tell me what option > Michael> "-Wl,/usr/openwin/lib" means when linking

Re: 666 insets looking much better

2001-07-24 Thread Juergen Vigna
> Mike Ressler <[EMAIL PROTECTED]> writes: > > I've just compiled the current CVS and like the "666 inset" behavior much > better - collapsing them looks good. However, could the maximum size of > the box be made settable somewhere? From my previous example, "\micron" > shows up very nicely, as

  1   2   >