Re: executing multiple commands at once ...

2002-07-09 Thread Andre Poenitz
On Wed, Jul 10, 2002 at 05:15:07AM +0100, John Levon wrote: > OK, I give up how do I evaluate multiple commands at once, in particular > > buffer-new ; buffer-write-as command-sequence buffer-new ; buffer-write-as ; > It seems anything past the function name is swallowed up as an argument. > Is

Re: Warnings ; useful?

2002-07-09 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: > > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Hi, > > R> Below is a list of warnings I get during my compile. Is that > R> useful? > > Probably. What version of g++ is that? Are you sure you updated to > latest cvs? Yes, it's the latest CVS. I'm usin

Re: Inset unification

2002-07-09 Thread Andre Poenitz
On Wed, Jul 10, 2002 at 04:20:05AM +0100, John Levon wrote: > It's a massive class ? I defy you to come up with a single-sentence > description of LyXText ... And make sure that this description does not contain the word 'and' ;^) Andre' -- Those who desire to give up Freedom in order to gain

Re: Inset unification

2002-07-09 Thread Andre Poenitz
On Wed, Jul 10, 2002 at 04:08:48AM +0100, John Levon wrote: > Actually I was after a description of your architecture, not how you > plan to introduce it. For example, how does it handle a click on a URL > inset inside an note inside a minipage, Events are handled bottom-up. The most nested inset

Re: \cases

2002-07-09 Thread Andre Poenitz
On Tue, Jul 09, 2002 at 05:08:06PM +0100, Duncan Simpson wrote: > You need to be careful with \cases and quite a few other similar items. > If you look at how \begin and \end work, \begin{foo} is equivilent to > \foo and \end{foo} to \endfoo. If you do not load the appropiate ams > style file then

Re: lyx --version dates

2002-07-09 Thread Herbert Voss
Garst R. Reese wrote: > bash$ lyx --version > LyX 1.2.1cvs of Thu, May 23, 2002 > Built on Jun 18 2002, 01:22:42 > > Updated about 1900h GMT > Built about 5min ago. > Garst ah, I see, we are talking about difefrent versions. try the attached patch. Herbert -- http://www.lyx.org/help/ In

executing multiple commands at once ...

2002-07-09 Thread John Levon
OK, I give up how do I evaluate multiple commands at once, in particular buffer-new ; buffer-write-as ? It seems anything past the function name is swallowed up as an argument. Isn't ';' supposed to be a delimiter ? Any objections if I make that be the case iff it's an argument to command-exec

Dialogs passed Dialogs & ???

2002-07-09 Thread John Levon
Can somebody explain this change ? Which dialog needs the Dialogs & ? I'm mega confused why this is required now Lars, can you explain the change please ? And possibly add a change log too ... cvs annotate/log blames this : 2002-07-02 Lars Gullik Bjønnes <[EMAIL PROTECTED]> Dialogs.h: remo

Re: Inset unification

2002-07-09 Thread John Levon
On Mon, Jul 08, 2002 at 11:02:51AM +0200, Juergen Vigna wrote: > Pay attention that you don't reinvent the wheel. LyXText is LyXText > because of all the line/paragraph breaking algorithms IMO you're better > of to use LyXText (or a InsetText) for your text and tell us what is > so bad in it and

Re: Inset unification

2002-07-09 Thread John Levon
On Mon, Jul 08, 2002 at 02:58:35PM +0200, Juergen Vigna wrote: > >>I tried it with current cvs version (just now) and for me all > >>seems perfectly sound. I tried to select all cells in every table > >>in the file and I don't get any cpu usage (only while selecting), > >>but the selection is so

Re: Inset unification

2002-07-09 Thread John Levon
On Fri, Jul 05, 2002 at 06:35:51PM +0200, Andre Poenitz wrote: > > Can you give an Idiot's Summary of how it works, and how insettext etc. > > would work in this context ? > > I am currently opting for the slow migration path. Something like GUII does > with the dialogs. Actually I was after a

Re: [Devel] Small mathed bug in LyX-1.2.1cvs

2002-07-09 Thread John Levon
On Mon, Jun 24, 2002 at 07:59:26AM +0200, [EMAIL PROTECTED] wrote: > if you place two fractions next to each other in a formula, mathed > should print a little gap between both. Otherwise, it looks like there > is only one fraction. bug 505 john -- "I know I believe in nothing but it is my no

Second redraw patch (for angus)

2002-07-09 Thread John Levon
You need to apply the other one first. This one doesn't work very well as you can see ! It looks like xforms might be clearing the window to its background color just before redraw for some reason. It would be good if we could avoid that (I had the same problem with qt, fixed by setting WRepaint

redraw patch (test please !)

2002-07-09 Thread John Levon
Playing on the side of safety this time ... Please test this patch, it works fine for me thanks john -- "I know I believe in nothing but it is my nothing" - Manic Street Preachers ? texput.log ? a.diff ? newfile1.lyx ? newfile2.lyx ? newfile3.tex ? a.tex ? a.lyx ? a.log ? a.dvi ? ly

[PATCH][1.2.1] Enable M-x for sciword

2002-07-09 Thread John Levon
see the patch. JMarc, if this is OK for 1.2, please apply thanks john -- "I know I believe in nothing but it is my nothing" - Manic Street Preachers Index: lib/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib

Re: Inset unification

2002-07-09 Thread Dekel Tsur
On Mon, Jul 08, 2002 at 09:32:27AM +0200, Juergen Vigna wrote: > > Well come on make a 50x50 math tabular and then put stuff inside and > see how it behaves. InsetTabular does not have any problem with small > arrays, but the performance is checked with really big tabulars. One area in which the

Re[2]: lyx configure script

2002-07-09 Thread Soeren Pietsch
Kayvan> It seems fine, except that I am concerned about checking for the exact Kayvan> string CYGWIN_NT-5.0 Kayvan> What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? Kayvan> I think it might be better to have a case statement there: Kayvan> sysname=`uname -s` Kayvan> case "$sy

Re: lyx configure script

2002-07-09 Thread Kayvan A. Sylvan
It seems fine, except that I am concerned about checking for the exact string CYGWIN_NT-5.0 What happens with the ``uname -s'' string changes to CYGWIN_NT-5.1? I think it might be better to have a case statement there: sysname=`uname -s` case "$sysname" in CYGWIN*) [... code ...] ;; *)

Re[4]: lyx configure script

2002-07-09 Thread Soeren Pietsch
Kayvan> On Tue, Jul 09, 2002 at 05:21:07PM +0200, Jean-Marc Lasgouttes wrote: >> > "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: >> >> >>> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: >> Soeren> Hi, I had a bit of a problem with the lyx configure script on >> Soeren> a

Re: bug in image-preview

2002-07-09 Thread Herbert Voss
Garst R. Reese wrote: > Here they are. In example.gif the right border is missing. > Note also that with eps conversion the a real file took 5 min to load > compared to 1 min for ps. > example-old.gif is a screenshot before the change. as you see, I have no problem and the imageconversion take

Hi,the Garden of Eden

2002-07-09 Thread hinojosa
default[2].html Description: Binary data

Re: \cases

2002-07-09 Thread Duncan Simpson
You need to be careful with \cases and quite a few other similar items. If you look at how \begin and \end work, \begin{foo} is equivilent to \foo and \end{foo} to \endfoo. If you do not load the appropiate ams style file then you get the plain TeX version of \cases (a macro based on a halign, se

Re: preview - fontsize

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 5:15 pm, David Kastrup wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > On Tuesday 09 July 2002 3:46 pm, Jean-Marc Lasgouttes wrote: > > > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> > > > > writes: > > > > > > OK, OK... So latex will be run on this file a

mathe - bugfix

2002-07-09 Thread Herbert Voss
in buffer.C wasysym is the name of the stylefile Herbert -- http://www.lyx.org/help/

Re: bug in image-preview

2002-07-09 Thread Herbert Voss
Garst R. Reese wrote: > The look like the ones I get in PS View and I can set the display to > B/W, which is what they are. With the eps conversion, some if the lines > look blue and I have to display as greyscale to see anything. But, I > still defer to Herbert's judgement. please give me an e

Re: preview - fontsize

2002-07-09 Thread David Kastrup
Angus Leeming <[EMAIL PROTECTED]> writes: > On Tuesday 09 July 2002 3:46 pm, Jean-Marc Lasgouttes wrote: > > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > > > OK, OK... So latex will be run on this file anyway? Why not write on > > the log file the values you are looking for? >

Re: Generating previewed snippets yourselves...

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 8:28 am, Juergen Vigna wrote: > Angus Leeming wrote: > > On Monday 08 July 2002 4:36 pm, Juergen Vigna wrote: > >>Ok. No we don't have a isVisible function right now and I don't think > >>this is easy to make as the "visibility" depends on the x,baseline > >>values passed a

Re: support for wasy symbols

2002-07-09 Thread John Levon
On Tue, Jul 09, 2002 at 01:03:12PM +0200, Andre Poenitz wrote: > PS: I certainly would not mind if somebody would come up with some extension > for the math panel... > The single biggest thing that would make the math panel usable is to have a favourites (and possibly recently-used) panel. I've

Re: Removing the option "Ask for filename" on New Document

2002-07-09 Thread John Levon
On Tue, Jul 09, 2002 at 03:20:44PM +1000, Allan Rae wrote: > I don't think I ever said it wasn't worth trying to fix a problem just > that sometimes we need to compromise before suffering a fatal > heart-attack from distressing about it. Well sure. But who is doing that ? > > But this is a logi

Re: lyx-devel src/: BufferView_pimpl.C ChangeLog

2002-07-09 Thread John Levon
On Mon, Jul 08, 2002 at 06:30:09PM +, [EMAIL PROTECTED] wrote: > Repository: lyx-devel/src/ > Changes by: [EMAIL PROTECTED]02/07/08 18:30:09 > > Modified files: > lyx-devel/src/: BufferView_pimpl.C ChangeLog > > Log message: > John's patch for #93 Hmm, I wasn't sur

Re: \cases

2002-07-09 Thread John Levon
On Mon, Jul 08, 2002 at 05:21:08PM +0200, Andre Poenitz wrote: > Ok, I had a look. Everything work fine, but C-Return operates not on > \cases. You have to use M-m w i. Command disabled (I have yet to do my two-week "cvs up" admittedly). > The cursor jumping you've seen was the "mutation" from

Re: Re[2]: lyx configure script

2002-07-09 Thread Kayvan A. Sylvan
On Tue, Jul 09, 2002 at 05:21:07PM +0200, Jean-Marc Lasgouttes wrote: > > "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: > > >>> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: > Soeren> Hi, I had a bit of a problem with the lyx configure script on > Soeren> a cygwin enviro

Re: preview and two new lyxrc variables

2002-07-09 Thread Angus Leeming
I wish I could type. > \preview_scale_factor with a default value of 0.9. > Removes a hard-coded and ASAICS arbitrary value from PreviewLoader. s/ASAICS/AFAICS/ > \preview_hashed_equation_labels with a default value of false. > Set this to false to give "less confusing" labels. (to an easily co

preview and two new lyxrc variables

2002-07-09 Thread Angus Leeming
\preview_scale_factor with a default value of 0.9. Removes a hard-coded and ASAICS arbitrary value from PreviewLoader. \preview_hashed_equation_labels with a default value of false. Set this to false to give "less confusing" labels. (to an easily confused person like me!) See attached. Any obje

Re: Re[2]: lyx configure script

2002-07-09 Thread Jean-Marc Lasgouttes
> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: >>> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: Soeren> Hi, I had a bit of a problem with the lyx configure script on Soeren> a cygwin environment. The following check only works if the sh Soeren> shell points to the bash

Re: preview - fontsize

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 4:07 pm, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I think that /this/ is the right solution. I'd like the default > Angus> font size and the ascent, descent info written to the log file. > > Angus> The latter is nee

Re: preview - fontsize

2002-07-09 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think that /this/ is the right solution. I'd like the default Angus> font size and the ascent, descent info written to the log file. Angus> The latter is needed for those (in the future) who use dvipng Angus> and so cannot extra

Re[2]: lyx configure script

2002-07-09 Thread Soeren Pietsch
>> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: Soeren>> Hi, I had a bit of a problem with the lyx configure script on Soeren>> a cygwin environment. The following check only works if the sh Soeren>> shell points to the bash shell. Soeren>> ### Adjust PATH for Win32 (Cygwin) if tes

Re: lyx configure script

2002-07-09 Thread Jean-Marc Lasgouttes
> "Soeren" == Soeren Pietsch <[EMAIL PROTECTED]> writes: Soeren> Hi, I had a bit of a problem with the lyx configure script on Soeren> a cygwin environment. The following check only works if the sh Soeren> shell points to the bash shell. Soeren> ### Adjust PATH for Win32 (Cygwin) if test "x$

Re: preview - fontsize

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 3:46 pm, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> this is absoluetely unimportant > > It is for me. > > >> What about just adding DefaultFontSize to ClassOptions? I will > >> provide the patch if herbert accepts

Re: graphic files and converter

2002-07-09 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> this patch brings 1.2.x up to 1.3 level for the LaTeX part, Herbert> means exported filename (with or without ext), converting, Herbert> etc I applied it. Herbert> Soeren, can you have a look, if your patch is part of this Her

Re: preview - fontsize

2002-07-09 Thread David Kastrup
Herbert Voss <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: > > >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > >> > > Herbert> the patch to get the default fontsize from the classfile if > > Herbert> the "default" was chosen from inside LyX. > > I see I am a tiny bi

Re: preview - fontsize

2002-07-09 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> this is absoluetely unimportant It is for me. >> What about just adding DefaultFontSize to ClassOptions? I will >> provide the patch if herbert accepts that. Herbert> and you are the man who will have a permanent look at CTA

Re: preview - fontsize

2002-07-09 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> the patch to get the default fontsize from the classfile if > Herbert> the "default" was chosen from inside LyX. > > I see I am a tiny bit late becasue this is already in cvs, but I would

Re: S+R already fixed

2002-07-09 Thread Juergen Vigna
Michael Schmitt wrote: > I will patch my 1.2.1cvs this evening. Since I use LyX excessively at the > moment, we could agree on waiting for a week or so and see whether I get > into trouble. When processing smaller docs, I could run valgrind to make > sure that S+R does not corrupt the memory. Goo

Re: preview - fontsize

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 3:16 pm, Jean-Marc Lasgouttes wrote: > 'nice file' is supposed to create a latex file which is human readable > (and not with one word per line). Basically, it is true when you do > export-to-latex and false when you do create-latex-to-typeset it. I am > not sure what effec

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 3:18 pm, Garst R. Reese wrote: > And I see it with xforms-1.0rc4 with the new ps to eps conversion in > 1.2.xCVS Well this (the conversion) is Herbert's baby so I'll leave it to him. If you don't convert (remove the ps->eps converter from LYXLIB/lyxrc.defaults) how do yo

Re: S+R already fixed

2002-07-09 Thread Michael Schmitt
Hi Jean Marc, > Juergen> Jean-Marc if you think you want this let me know and I apply > Juergen> it with some ChangeLog entries :) > > What does this patch do? It is a bit large for my taste? How confident > are you that it actually works? I will patch my 1.2.1cvs this evening. Since I use LyX

Re: preview - fontsize

2002-07-09 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Tuesday 09 July 2002 2:46 pm, Angus Leeming wrote: >> > I see I am a tiny bit late becasue this is already in cvs, but I >> would > have much preferred to add this information to the layout >> files, > rather than trying to read

Re: preview - fontsize

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 2:46 pm, Angus Leeming wrote: > > I see I am a tiny bit late becasue this is already in cvs, but I would > > have much preferred to add this information to the layout files, > > rather than trying to read the .cls files. We are not even sure that > > all class files have \E

Re: preview - fontsize

2002-07-09 Thread Andre Poenitz
On Tue, Jul 09, 2002 at 04:01:16PM +0200, Jean-Marc Lasgouttes wrote: > I see I am a tiny bit late becasue this is already in cvs, but I would > have much preferred to add this information to the layout files, > rather than trying to read the .cls files. We are not even sure that > all class files

Re: preview - fontsize

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 3:01 pm, Jean-Marc Lasgouttes wrote: > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> the patch to get the default fontsize from the classfile if > Herbert> the "default" was chosen from inside LyX. > > I see I am a tiny bit late becasue this is al

Re: [Devel] Re: Fix linking with Cygwin (LyX 1.2.1cvs)

2002-07-09 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> Okay. Can someone with commit priviledges put the following Kayvan> change in? Kayvan> It needs to go to the trunk and the 1.2.1 branch, I think. Kayvan> It reverts the order of libraries for all non-Cygwin Kayvan> platforms.

Re: preview - fontsize

2002-07-09 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> the patch to get the default fontsize from the classfile if Herbert> the "default" was chosen from inside LyX. I see I am a tiny bit late becasue this is already in cvs, but I would have much preferred to add this information t

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 2:50 pm, Jean-Marc Lasgouttes wrote: > Angus> I'lll commit your fix without attempting to be clever. Angus > > Shall this be applied to 1.2.1 too? > > JMarc Yes please. Angus

Re: S+R already fixed

2002-07-09 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: Juergen> Michael Schmitt wrote: >> Hi Jürgen, Juergen> Hi Michael! >> I tend you use 1.2.x instead 1.3.0. How big is your S+R patch? Can >> it be back-ported to 1.2.1cvs? If you can send me a patch against >> 1.2.1cvs, I will give it

Re: bug in image-preview

2002-07-09 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Tuesday 09 July 2002 2:10 pm, Herbert Voss wrote: >> Angus Leeming wrote: > Can you do some more testing for me. I >> assume that the bug occurs when > the file is loaded. Subsequently >> cropping, resizing etc should not be > "

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 2:10 pm, Herbert Voss wrote: > Angus Leeming wrote: > > Can you do some more testing for me. I assume that the bug occurs when > > the file is loaded. Subsequently cropping, resizing etc should not be > > "penalised" like this. > > > > Could you apply the patch (attached) a

Re: bug in image-preview

2002-07-09 Thread Herbert Voss
Angus Leeming wrote: > Can you do some more testing for me. I assume that the bug occurs when the > file is loaded. Subsequently cropping, resizing etc should not be "penalised" > like this. > > Could you apply the patch (attached) and then do some scaling, cropping etc. > +#if FL_VERSION ==

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 12:44 pm, Herbert Voss wrote: > Angus Leeming wrote: > > I'd rather put this fix into xformsImage::getWidth. > > oh, sorry. never thought of this part ... > looked only into the files of src/graphics ... > changed it in xformsImage and it solves now the view of > the other

Re: Possible preview.sty feature request

2002-07-09 Thread David Kastrup
Angus Leeming <[EMAIL PROTECTED]> writes: > David, > > I wonder if it would be possible to add an option to preview.sty so that, > when using "showlabels", equation labels are displayed as (#)? > > Attached are two screen shots of what happens now. > > preview1.png. I load an existing file in

Re: bug in image-preview

2002-07-09 Thread Herbert Voss
Angus Leeming wrote: > I'd rather put this fix into xformsImage::getWidth. oh, sorry. never thought of this part ... looked only into the files of src/graphics ... changed it in xformsImage and it solves now the view of the other images, too. > What version of xforms are you using? You could

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 12:10 pm, Herbert Voss wrote: > Angus Leeming wrote: > > On Tuesday 09 July 2002 9:21 am, Herbert Voss wrote: > >>>In InsetFormula::ascent, descent, width, try adding 5 or so to the > >>>returned value. That'll check that the image is Ok or not. > >> > >>this happens for al

Re: bug in image-preview

2002-07-09 Thread Herbert Voss
Angus Leeming wrote: > On Tuesday 09 July 2002 9:21 am, Herbert Voss wrote: > >>>In InsetFormula::ascent, descent, width, try adding 5 or so to the >>>returned value. That'll check that the image is Ok or not. >>> >>this happens for all images, not only the math-preview. >>So it must be a in t

support for wasy symbols

2002-07-09 Thread Andre Poenitz
The attached patch adds about 120 symbols to the "supported" list. Fall back if the fonts are not present works exactly as for the AMS symbol, i.e. display as ERT. Currently the user has to add a \usepackage{wasysym} in the preamble to make it known to LaTeX. I don't want to do that by default a

Re: Possible preview.sty feature request

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 11:47 am, Herbert Voss wrote: > Angus Leeming wrote: > > I wonder if it would be possible to add an option to preview.sty so that, > > when using "showlabels", equation labels are displayed as (#)? > > what for? when I use showlabels I want to see the label and not > the (#

Re: Possible preview.sty feature request

2002-07-09 Thread Herbert Voss
Angus Leeming wrote: > I wonder if it would be possible to add an option to preview.sty so that, > when using "showlabels", equation labels are displayed as (#)? what for? when I use showlabels I want to see the label and not the (#) which gives the user only the information that we have some

Possible preview.sty feature request

2002-07-09 Thread Angus Leeming
David, I wonder if it would be possible to add an option to preview.sty so that, when using "showlabels", equation labels are displayed as (#)? Attached are two screen shots of what happens now. preview1.png. I load an existing file into LyX. The labels already exist. Both snippets are sent t

Re: S+R already fixed

2002-07-09 Thread Juergen Vigna
Michael Schmitt wrote: > Hi Jürgen, Hi Michael! > I tend you use 1.2.x instead 1.3.0. How big is your S+R patch? Can it be > back-ported to 1.2.1cvs? If you can send me a patch against 1.2.1cvs, I > will give it a try. If it takes too long for you to prepare such a > patch, you could give me

Re: mathed - compile

2002-07-09 Thread Andre Poenitz
On Tue, Jul 09, 2002 at 10:36:29AM +0200, Herbert Voss wrote: > dimension.[Ch] are missing Urg... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

mathed - compile

2002-07-09 Thread Herbert Voss
dimension.[Ch] are missing HErbert -- http://www.lyx.org/help/

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Tuesday 09 July 2002 9:21 am, Herbert Voss wrote: > > In InsetFormula::ascent, descent, width, try adding 5 or so to the > > returned value. That'll check that the image is Ok or not. > > this happens for all images, not only the math-preview. > So it must be a in the graphics or xforms stuff >

Re: bug in image-preview

2002-07-09 Thread Herbert Voss
Angus Leeming wrote: > On Monday 08 July 2002 7:31 pm, Herbert Voss wrote: > >>there is still the bug present, that the right pixels >>are ignored. Angus, I do not really see, where the >>coordinates are passed to xforms? >> >>Herbert >> > > In InsetFormula::ascent, descent, width, try adding 5

Re: S+R already fixed

2002-07-09 Thread Andre Poenitz
On Tue, Jul 09, 2002 at 09:55:31AM +0200, Juergen Vigna wrote: > Well I had a look into the sourcecode (as I had a spare minute) > and discovered that the changes to S+R have been already commited > by Lars quite some time ago. Strange nobody noticed??? Did the > patch not work or is nobody using

S+R already fixed

2002-07-09 Thread Juergen Vigna
Well I had a look into the sourcecode (as I had a spare minute) and discovered that the changes to S+R have been already commited by Lars quite some time ago. Strange nobody noticed??? Did the patch not work or is nobody using S+R ;) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-

Re: bug in image-preview

2002-07-09 Thread Angus Leeming
On Monday 08 July 2002 7:31 pm, Herbert Voss wrote: > there is still the bug present, that the right pixels > are ignored. Angus, I do not really see, where the > coordinates are passed to xforms? > > Herbert In InsetFormula::ascent, descent, width, try adding 5 or so to the returned value. That

Re: Generating previewed snippets yourselves...

2002-07-09 Thread Juergen Vigna
Angus Leeming wrote: > On Monday 08 July 2002 4:36 pm, Juergen Vigna wrote: > >>Ok. No we don't have a isVisible function right now and I don't think >>this is easy to make as the "visibility" depends on the x,baseline >>values passed as parameters to draw, which could change if I have to >>rebre