Re: [PATCH] Fix memory leaks

2001-04-03 Thread Juergen Vigna
On 03-Apr-2001 Jules Bean wrote: http://www.jwz.org/doc/tabs-vs-spaces.html Yes! That's exactly what I do for my files! 4 'spaces' indent per level and have emacs fill in spaces and not tabs or misced stuff like: 4 spaces == 4 spaces 8 spaces == tab 12 spaces == tab 4 spaces (this is what

Re: [PATCH] Fix memory leaks

2001-04-04 Thread Juergen Vigna
On 04-Apr-2001 Andre Poenitz wrote: P.S.: I would like to hear from developers interested in attending this years LyX Meeting if the date proposed 21-26 June is acceptable! I usually don't plan _that far_ in advance but Bozen lies well within the reach of my occasional hit-and-run

Re: [PATCH] Fix memory leaks

2001-04-04 Thread Juergen Vigna
On 04-Apr-2001 Andre Poenitz wrote: And myself too as I have to know how much people will come to see if they fit all in (and organize enough PC's so that at least n-x people can work at the same time [ you probably ask what is 'n' and what is 'x', but that's a secret ;]) Lars I want an

RE: Indentation (was: [PATCH] Fix memory leaks)

2001-04-04 Thread Juergen Vigna
On 04-Apr-2001 Henner Zeller wrote: /* Emacs: * Local variables: * c-basic-offset: 8 * End: * vi:set tabstop=8 shiftwidth=8 nowrap: */ Where at the very beginning or at the end? (I've read you have to put this in the first line of the file is that true?) Ciao, Jrgen --

Re: Still problems with tables

2001-04-04 Thread Juergen Vigna
On 04-Apr-2001 Angus Leeming wrote: perhaps this isn't very useful, but I seem to remember Warwick Allison wrote a qspritefield class in Qt to address just this type of problem. Ie, most of the view remains invarient but some section moves. In your case the quadrants of the table not

Re: LyX crash when mathmod cdots is used

2001-04-05 Thread Juergen Vigna
On 04-Apr-2001 Dekel Tsur wrote: On Wed, Apr 04, 2001 at 10:23:05AM -0700, Michael K Cheng wrote: I'm not sure what that os pointer is, but I've compiled LyX on redhat 7.0 yesterday. I can crash it by opening a new document and inserting a equation [M-m d] and type "s=0,\cdots,d-1" (for

Re: MVC comments

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Allan Rae wrote: - outputs_[INITIAL] = CLOSE; + outputs_[INITIAL] = OKAY | APPLY | CLOSE; This should be a safe change for both these policies. It'd also mean that after a Restore you can still press Okay or Apply without changing something in the dialog.

Small request

2001-04-05 Thread Juergen Vigna
* tabular.C: small reformat Lars I would apreciate if you would (re)indent this type of stuff with spaces and not with tabs as then we have both the same view of the file! (well I added the comment at the end of the file propsed yesterday by H.Z so we should have the same view from

Re: Small request

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Lars Gullik Bjnnes wrote: So you still want "your" files to be special? _all_ other files use tabs. Well no this could be a general rule. So files can be viewed with whatever tab-with you give! a tab with is 8 chars regardless of if a a tab or 8 spaces is used. so if you

Re: Small request

2001-04-05 Thread Juergen Vigna
On 05-Apr-2001 Lars Gullik Bjnnes wrote: I can live with that. (barely) #:O) Using tab-with == 4, and at the same time indenting with 8 spaces is bad. I don't indent with 8 spaces! I indent with tab's now! There's just the problem with parameters which break to a new line (when indenting

Re: Small request

2001-04-06 Thread Juergen Vigna
On 06-Apr-2001 Allan Rae wrote: On Thu, 5 Apr 2001, Juergen Vigna wrote: for() { for() { if (a very long parameterlist function(with more than one, parameter)) { ^from here we need spaces

Re: Small request

2001-04-06 Thread Juergen Vigna
On 06-Apr-2001 Lars Gullik Bjnnes wrote: but I am not going to manually indent files... and I clam that the burden is on the 4-tabbers to make the source look good for the 8-tabbers, not the other way around. (I have thought about untabify...) Well whatever you can change the thing when

RE: crashe when inserting in tabular

2001-04-06 Thread Juergen Vigna
On 06-Apr-2001 Lars Gullik Bjnnes wrote: I am currently seeing crashes when inserting stuff in InsetTabular, do others see this? It seems that the CreateUndo is doing something wrong (or that some Clone... hmmm da hmm... is doing something wrong.) At last you see this too :) Try to

Re: crashe when inserting in tabular

2001-04-06 Thread Juergen Vigna
On 06-Apr-2001 John Levon wrote: | At last you see this too :) This seems like some memory corruption/uninitilaized variables (more specifically the paragraph next pointer in the cloned structure for use in undo) phew, good, I thought it was just me. I couldn't reproduce this at

RE: minipage tab in Paragraphs?

2001-04-09 Thread Juergen Vigna
On 09-Apr-2001 [EMAIL PROTECTED] wrote: In cvs, the layout paragraph-extra with minipage settings is gone. Intentional? Where do you now control minipage settings? Right click on a minipage!? I don't know if we already have a menuentry for minipages, but I seem to remember Lars added it

RE: More on the mysterious tabular crashes

2001-04-09 Thread Juergen Vigna
On 09-Apr-2001 John Levon wrote: Since the line is un-necessary, we could "fix" this by not doing it in the Clone() case. But of course that isn't a proper fix (and we have a duty to tell gcc if it's reproducable with current gcc CVS ...) I'm really stuck now at what to do, I have no

Re: More on the mysterious tabular crashes

2001-04-10 Thread Juergen Vigna
On 09-Apr-2001 Dekel Tsur wrote: I had no problem when I enabled the STL code in AppendRow. Do you have a problem when you compile without optimization ? Do we want to support buggy compilers ? BTW you can use cell_info.insert(cit, vectorcellstruct(columns_,)); instead of

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: It depends. Does it work with latest rpm revision or not? I have the latest and it doesn't work! Jrgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jrgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N

Re: More on the mysterious tabular crashes

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Angus Leeming wrote: Do you really think that this is necessary? Admittedly, it's inconsistent to have two different types of dialog (your's and all the others!), but your popup is quite intuitive to use. On the other hand, having an Apply button would mean minimise

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: Juergen I have the latest and it doesn't work! You mean you have a crash on outputing \cdots? Well no I don't use Mathed, but I crash when using tabulars and compiling with optimization activated! Is that enough? Jrgen --

Re: LyX crash when mathmod cdots is used

2001-04-10 Thread Juergen Vigna
On 10-Apr-2001 Jean-Marc Lasgouttes wrote: Concerning the tabular bug, we might get redhat to fix it if we had a small test example, but I understand this is difficult. I guess it's not difficult at all. Just compile the source with optimization create a tabular and try to type inside it.

Re: More on the mysterious tabular crashes

2001-04-11 Thread Juergen Vigna
On 10-Apr-2001 John Levon wrote: I don't think it's worth it. A real fix of the tabular UI problems requires something like the grey excel-style "handles" I mentioned earlier ... Well not really the handles may be usefull for selecting whole columns or rows, and also as visual feedback, but

Re: LyX crash when mathmod cdots is used

2001-04-11 Thread Juergen Vigna
On 10-Apr-2001 John Levon wrote: But I know, you are right (that's why I spent forever tring to find broken assembly). Unfortunately I cannot seem to compile LyX with gcc 3.0. The string stuff is multiply-defined at link time. config.h looks sensible and seems to be included in the files it

Re: LyX crash when mathmod cdots is used

2001-04-12 Thread Juergen Vigna
On 11-Apr-2001 John Levon wrote: currently on Clone(), (when it works properly) we are resetting each cell's InsetText three times: once in Init, where they are constructed, once in operator=, where they shouldbe/are copied, and then again in Clone(). The second one causes the problem,

Re: LyX crash when mathmod cdots is used

2001-04-12 Thread Juergen Vigna
On 12-Apr-2001 Andre Poenitz wrote: Well you're right we do an assignment too much! I commented out the asignment in Clone() as it is already done in the new() call! Thanks for pointing me to this! I also tried to optimize the new() call for clone a bit. Just my two cents: Clone()

RE: Once again, improper import of older version document

2001-04-12 Thread Juergen Vigna
On 12-Apr-2001 Shridhar Daithankar wrote: Hello All Hello Shridhar! This is third time I am posting the same problem and I am real sorry for that but I am desperate to get this working. I have a document created with lyx1.1.4 and I wish to use it with lyx1.1.6fix2(Which is the latest

RE: bug in lyx ?

2001-04-12 Thread Juergen Vigna
On 12-Apr-2001 Romuald POTEAU wrote: Dear lyx developpers, may be is it a bug, but lyx 1.1.6fix1 systematically crashes when I perform manipulations on a table. Before dying, lyx provides the following message : Tabular format 5 is not supported anymore Get an older version of LyX (

Re: LyX crash when mathmod cdots is used

2001-04-12 Thread Juergen Vigna
On 12-Apr-2001 John Levon wrote: On Thu, 12 Apr 2001, Juergen Vigna wrote: in Clone() as it is already done in the new() call! Thanks for pointing me to this! I also tried to optimize the new() call for clone a bit. great. however please don't commit this until the optimisation problem

Remove bufferparams.h include in lyxrc.h

2001-04-12 Thread Juergen Vigna
I just wondered why the heck I have to recompile the whole source when I change lyxinset.h. I had a look at FontInfo.C (which should be nothing to do with lyxinset.h) and backtracked the recompile to the include of lyxrc.h which includes bufferparams.h ONLY for the PAPER_SIZE option!!! IMO we

Re: LyX crash when mathmod cdots is used

2001-04-13 Thread Juergen Vigna
On 12-Apr-2001 John Levon wrote: perhaps you altered the size of InsetText at some point ? I don't know maybe! Surely I altered the size of Inset/UpdatableInset! I got gcc 2.96-80 working (me being silly), and the bug doesn't occur. So I think the patch below or similar should go into

Re: Real last call for 1.1.6fix2? (status update #4)

2001-04-13 Thread Juergen Vigna
On 13-Apr-2001 Dekel Tsur wrote: And now for a different problem that need to be fixed: If the path to the LyX file contains spaces, then the latex run will cause a "missing \begin{document}" error (due to the \input@path command). The following patch will generate a less cryptic error

RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna
On 17-Apr-2001 Herbert Voss wrote: creating a minipagepage via insert-minipage with the default width of 100% gives in latex: \begin{minipage}[c]{.100\columnwidth}% ^ it should be 1.00 all other values less than 100% are okay, all over 99% are wrong! Ok thanks,

RE: Tabular speed

2001-04-18 Thread Juergen Vigna
On 18-Apr-2001 John Levon wrote: just a quick question - am I right in thinking one of the factors in tabular's slowness is the constant searching through the entire tabular for a cell inset equal to the one being looked for in GetCellInset ? The search is only done if the_locking_inset !=

RE: Tabular speed

2001-04-18 Thread Juergen Vigna
On 18-Apr-2001 John Levon wrote: Time for me to go back to the code then ... fwiw on a 27x27 table, the getMaxWidth of InsetTabular and its children appeared right at the top of the profile ... In my profile the top was GetCellInset() and I thought probably we should have some sort of

RE: minipage in latest cvs

2001-04-18 Thread Juergen Vigna
On 17-Apr-2001 Herbert Voss wrote: creating a minipagepage via insert-minipage with the default width of 100% gives in latex: \begin{minipage}[c]{.100\columnwidth}% ^ it should be 1.00 all other values less than 100% are okay, all over 99% are wrong! Fixed in

RE: Troule wit new Klyx

2001-04-20 Thread Juergen Vigna
On 19-Apr-2001 Mirosaw Bocian wrote: Dear Sirs! Hello Miroslaw! Last time I'm installed new distribution of Linux Mandrake (7.2) with KDE - version 2.0 and new version of Klyx (2.0-1mdk.i586). ??? I'm really curious who worked on LyX to port it to KDE 2.x ;) directly to non postscript

RE: eliminating the splash screen

2001-04-20 Thread Juergen Vigna
On 20-Apr-2001 Allan Rae wrote: Show it in the workarea when no buffers are open. Yes IMO this is a good idea! I'm quite annoyed with the behaviour of it right now it doesn't close even if I open a buffer right now! Jrgen --

Re: mathed behaviour

2001-04-20 Thread Juergen Vigna
On 20-Apr-2001 Jean-Marc Lasgouttes wrote: If you are going to rewrite array support, would it make sense to share code with the tabular inset? At latex level, these are the same objects, after all. I understand that there will be many problem, but this is the "ideal" solution, after all.

RE: the no line break bug

2001-04-23 Thread Juergen Vigna
On 22-Apr-2001 Lars Gullik Bjønnes wrote: Reversing this patch, fixes the problem. Did you already reverse this. IMO the problem are only in a small (not very good tested) fix in text.C, all the rest should be ok. I'll fix it as soon as possible! Jürgen --

Re: Thank you!

2001-04-26 Thread Juergen Vigna
On 25-Apr-2001 Amir Karger wrote: Aha! But I didn't mention lame excuse #2: my wife's expecting a v2.0 in July! Well that's something to congratulate you! How old is v1.0? There's also weekends and early mornings ;-) Not anymore (I'm told I'm supposed to be excited about this :)

Re: mathcursor invalidation?

2001-04-26 Thread Juergen Vigna
On 25-Apr-2001 Lars Gullik Bjønnes wrote: We supposedly have mirrors in Italy,Greece,Mexico,Portugal,US (and Norway sort of) most of these just for www. I'm not sure how long I can mantain the www-mirror here, so I cannot add another cvs-mirror right now (change of enterprise rules :( )

Re: LDN-20010425

2001-04-26 Thread Juergen Vigna
On 26-Apr-2001 Allan Rae wrote: It seems that the Norwegian mirror is rather slow at updating. You can find it at the Italian mirror though: http://www.it.lyx.org/news/20010425.php3 And thinking that I update only once a day 02:00 ;) Jürgen --

Re: Thank you!

2001-04-27 Thread Juergen Vigna
On 26-Apr-2001 Amir Karger wrote: Aha! But I didn't mention lame excuse #2: my wife's expecting a v2.0 in July! Well that's something to congratulate you! How old is v1.0? Sorry for my lack of clarity. v1.0 is me or my wife. It's not my joke; it's recycled from JMarc, so accuse him

RE: [s.bernaud@free.fr] Feedback from www.lyx.org

2001-05-04 Thread Juergen Vigna
On 03-May-2001 Jean-Marc Lasgouttes wrote: Juergen, is this fixed now? I never saw this messages is it a new one? I'll answer to it below! This is a bug report. It occurs with the rpm version 1.1.6 fix 1 of Lyx. When I try to use a table with the p colomn attribute, the width I enter

Re: !NEW_INSETS removed

2001-05-04 Thread Juergen Vigna
On 04-May-2001 John Levon wrote: Also spellcheck needs doing, but I'm not sure about stepping on Juergen's toes if he finds time to have a go at tabular spellcheck + find/replace. Please keep on reminding me. I'm quite busy at the moment with various projects (most of them I get money for

Re: [s.bernaud@free.fr] Feedback from www.lyx.org

2001-05-04 Thread Juergen Vigna
On 04-May-2001 Jean-Marc Lasgouttes wrote: Are you a subscriber to the lyx-feedback mailing list? This is what gets sent from the web page. I just forwarded it from there. No I'm not subscibed there, I'm also not anymore subscribed in lyx-users (I tried some time ago but the server doesn't

RE: buggy patch

2001-05-08 Thread Juergen Vigna
On 07-May-2001 Lars Gullik Bjønnes wrote: (this patch started with the TextContainer... then NO_NEXT was added ... eventually removal of LyXParagraph::Clone... if I can't find out what is happening I will begin to feed it to cvs is small (non-buggy) batches.) Well Lars I had a fast look

Re: buggy patch

2001-05-08 Thread Juergen Vigna
On 08-May-2001 Lars Gullik Bjønnes wrote: did you also see that I removed #includes from other files? en effect of this is that the same include files removed from .h files need to be added to some .C files. Well I understand that. So you probably had to add the include in the .h files

RE: holiday update

2001-05-08 Thread Juergen Vigna
On 08-May-2001 Edwin Leuven wrote: I am back from a nice holiday in Italy. I intend to have a go this week at moving the spellchecker to frontends. After which I hopefully can spend some more time on the qt2 port... Welcome back, you could have visited me. Italy is small you surely wasn't

Re: still bad after another checkout

2001-05-10 Thread Juergen Vigna
On 09-May-2001 [EMAIL PROTECTED] wrote: symlink the libc.so.4 to libc.so.3? ahh, this gets it running. (I don't have a /etc/ld.so.conf . . ) But shouldn't configure have figured this out? This isn't a configure problem, this is purely a linker problem! Do you have somewhere on your

Re: still bad after another checkout

2001-05-11 Thread Juergen Vigna
On 10-May-2001 [EMAIL PROTECTED] wrote: ok, How do I do this? ldd told me that xforoms is ELF an to do objdump. I'm guessing that -T is the right option (seems to be the only one about dynamic symbol tables), and it relates no libc: fac13ttyp3:/rootobjdump -T

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 10-May-2001 Jean-Marc Lasgouttes wrote: All leading space on a line is ignored when the previous line ends with %. The solution is probably to avoid those extra carriage returns and comments. Do we really need them? Well IMO the best solution is to return to the code as it was before so

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 11-May-2001 Jean-Marc Lasgouttes wrote: I think we should output aa\footnote{bb} cc and have our own specialized stream to output latex which is able to break lines when needed. I have some ideas about that and this is something I'd like to do at Bolzano. BTW Juergen, what are the latest

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 11-May-2001 Lars Gullik Bjønnes wrote: This is actually easy to differenciate... in InsetFoot we know how many lines the footnote-body consist of. the problem then is line length. The problem is also that we don't know at what position we actually are on the actual line when starting

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 11-May-2001 Allan Rae wrote: The kind of danger people most enjoy is the kind they can watch from a safe place. This seems strangely appropriate. I might just wait here... Well you would have to have really good eyes, wouldn't you? Jürgen --

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 11-May-2001 Jean-Marc Lasgouttes wrote: Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen No changes! We have to work, work, work!!! Well maybe we have Juergen some beer, wine, ... and then obviously we have the Juergen obligatory sightseeing tour and you know how that day

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 11-May-2001 Allan Rae wrote: No, I'll just what the world news or at least the Italian news service. It shouldn't be too hard to figure out which story is referring to drunken hackers run amok at village swimming pool ;-) #:O) this was a good one I vote to put it in the next LDN!!!

Re: lyx-devel: Footnote bug

2001-05-11 Thread Juergen Vigna
On 11-May-2001 Jean-Marc Lasgouttes wrote: Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen Sure 21-26 June! (or in between for people who cannot arrive Juergen that early or have to depart before) OK, I'll probably not stay that long (probably 4 days). Does it mean 21 and 26

Re: still bad after another checkout

2001-05-11 Thread Juergen Vigna
On 11-May-2001 [EMAIL PROTECTED] wrote: fac13ttyp3:/rootldd /usr/lib/libform.so.2 /usr/lib/libform.so.2: ldd: /usr/lib/libform.so.2: Permission denied /usr/lib/libform.so.2: exit status 1 fac13ttyp3:/rootldd -v /usr/lib/libform.so.2 ldd: /usr/lib/libform.so.2: this is an ELF program; use

Re: still bad after another checkout

2001-05-11 Thread Juergen Vigna
On 11-May-2001 [EMAIL PROTECTED] wrote: fac13ttyp3:/rootldd /usr/lib/libform.so.2 /usr/lib/libform.so.2: One more :) this seems all very strange. Did you look against what lyx is linking? Are you linking with libform or libforms? We shouldn't need libform for linking! Jürgen --

Re: still bad after another checkout

2001-05-11 Thread Juergen Vigna
On 11-May-2001 [EMAIL PROTECTED] wrote: ahh :) #:O) fac13ttyp3:/root#ldd /usr/X11R6/lib/libforms.so.0.88 /usr/X11R6/lib/libforms.so.0.88: ldd: /usr/X11R6/lib/libforms.so.0.88: Permission denied /usr/X11R6/lib/libforms.so.0.88: exit status 1 fac13ttyp3:/root#ldd -v

RE: More on the mysterious tabular crashes

2001-04-09 Thread Juergen Vigna
On 09-Apr-2001 John Levon wrote I was hoping you were going to tell me I'm an idiot who knows nothing about how the STL vector works :/ Well I couldn't as IMO I'm more illiterate on STL (in general) the you :) But there are general problems in this type of stuff. F.ex. you can have a look

RE: Problem with multicolumn cells

2001-05-14 Thread Juergen Vigna
On 14-May-2001 Dekel Tsur wrote: In a multicolumn cell which doesn't include the first column of the tabular, you should not have an option to enable left border (only right border). Here is an explanation why (from array.sty documentation): As noted by the \LaTeX{} book, for the

Re: lyx-devel: Footnote bug

2001-05-14 Thread Juergen Vigna
Without reading the whole thread I'd second to drop the comment signs. My reason: I sometimes exchange TeX-files with other people not using LyX. As soon as you do a reformat-paragraph in an external editor, the above ends up as a\footnote{% foo}% b and the footnote is gone :-( Well

RE: Apply this patch

2001-05-15 Thread Juergen Vigna
On 15-May-2001 Lars Gullik Bjønnes wrote: I want to apply this patch, objections? Well there is as most of the time a lot of reformatting in your patch but I got the meaning ;) This is the patch for the latinX handling, isn't it? I did not see anything (after a FAST look) which I didn't like

Re: figure float with caption next to image

2001-05-16 Thread Juergen Vigna
On 15-May-2001 Herbert Voss wrote: yes, you're right! that's a restriction in using minipages, that the width must have a unit and things like 0.75\textwidth are not possible. Not anymore :) The upcoming 1.2.0 version will give you a much better WYSIWYG behaviour of minipages (thanks to the

Apply Button in CharaterLayout

2001-05-16 Thread Juergen Vigna
Hi! This one probably is for Edwin Angus. I've just seen that when I open the charater Layout (or have it open) and the stuff I would like to apply is already set I cannot apply anymore. IMO the Apply Button should be only deactivated if ALL items in the dialog are No Change. If one of the

Re: Neede LyX Enhancements

2001-05-21 Thread Juergen Vigna
On 19-May-2001 Dekel Tsur wrote: See http://www.educat.hu-berlin.de/~voss/lyx/fonts/extsizes.html This seems a FAQ to me and it is a VERY elegant solution. Couldn't we include the layouts for the extsize-documents in the linux distribution? Jürgen --

RE: BUG: lyx1.6.1fix1 crash W/O SAVING

2001-05-23 Thread Juergen Vigna
On 23-May-2001 Steven Homolya wrote: Correction to my earlier message (sent ~10min ago): Lyx was compiled from source using gcc version incl. in RH 7.0, and was not installed from an rpm package. (I was thinking of xforms...) If it was a unpatched 7.0 system you should upgrade at least the

Re: [PATCH] remove dead wood

2001-05-23 Thread Juergen Vigna
On 23-May-2001 Jean-Marc Lasgouttes wrote: Jürgen, Lars, is this 'dead wood' supposed to be useful one day? I don't think so, but let me remove it for the cvs version! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail:

Re: [Ben Stanley bds02@uow.edu.au] Re: [PATCH] Compiling lyx-1

2001-05-23 Thread Juergen Vigna
On 23-May-2001 Jean-Marc Lasgouttes wrote: So how come you do not have a problem with sstream? Did you update your gcc? Nope! I use the included sstream (as that one is also faster and smaller ;) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr.

Re: Bug in float fig captions

2001-05-24 Thread Juergen Vigna
On 23-May-2001 Lars Gullik Bjønnes wrote: Insetert is missing just a little work and a menu entry. What work? The menu entry in the Insert-Menu? Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED]

Re: prerelease

2001-05-24 Thread Juergen Vigna
On 23-May-2001 Michael Schmitt wrote: of outstanding bugs (which is slightly longer :-)). So I dare to add two Are the bugs all at sf.net? Then I'll try to have a look today! I'm working on the problems with updating tabular-insets inside tabular-insets (that's a 4 level down TextInset update

RE: BUG: lyx1.6.1fix1 crash W/O SAVING

2001-05-24 Thread Juergen Vigna
On 23-May-2001 John Levon wrote: Also Juergen, can those #if 0 bits be actually deleted from tabular.C now ? Having these everywhere makes the code hard to read. Right now I prefer to let them there as some of them is stuff I tested and I would like to see how I did it before. We can remove

Re: inline docs

2001-05-24 Thread Juergen Vigna
On 24-May-2001 John Levon wrote: please ignore the LFUN_RIGHTSEL chunk that makes no sense, got my patch screwed up a little. ??? Anyway: The patch seems good, but I would like someone other to apply it as I'm sure I get clashes in insettabular.C and they are so hard to fix by hand, and

RE: Cursor leaves math inset if M-x is pressed

2001-05-24 Thread Juergen Vigna
On 24-May-2001 Andre Poenitz wrote: I just noticed that it is impossible to use the minibuffer to input math lyxfuncs, since the cursor leaves the current math inset as soon M-x is hit. This is easy you have to handle the M-x lyx-func inside the LocalDispatch funtion for formula.C so that

Re: Cursor leaves math inset if M-x is pressed

2001-05-24 Thread Juergen Vigna
On 24-May-2001 Dekel Tsur wrote: No, the Esc key also exits from insettext and insettabular (when you are in a table cell, pressing Esc will move the cursor into a dummy position at the beginning of the cell, and pressing Esc again will move the cursor out of the table. Yes! Generally ESC

Re: Cursor leaves math inset if M-x is pressed

2001-05-24 Thread Juergen Vigna
On 24-May-2001 Angus Leeming wrote: So I really will just have to get used to this then. Guess emacs doesn't have insets, so it can bind Esc to anything it wants. M-x will just have to do. Sigh Well we could bin ESC to a lyx-func and then you can redefine it if you want! As it is now

RE: mathed77.diff

2001-05-24 Thread Juergen Vigna
On 24-May-2001 Andre Poenitz wrote: Maybe someon could help with the latter: If I have a formula like $Iaaa$ everything is fine. If I have a formula like b

Re: mathed77.diff

2001-05-24 Thread Juergen Vigna
On 24-May-2001 Andre Poenitz wrote: Ok: Following suspicion: One you click to the left half of an equation/table/other large inset, the cursor outside the inset is set to the position _before_ the inset, otherwise _after_ the inset. (LyxText::GetColumnNearX) The tests seem to be based

Re: inline docs

2001-05-24 Thread Juergen Vigna
On 24-May-2001 John Levon wrote: Juergen, if you have pending code, forget about my patch. I'm quite happy to do the integration myself later - we'd all rather have your features and bugfixes ! Good :) I have quite some changes in there and more to come so I would be really gratefull if

RE: Bug in include file dialog

2001-05-28 Thread Juergen Vigna
On 27-May-2001 Michael Schmitt wrote: PS: What is the best way of reporting bugs in lyx-devel right now (with 1.2.0pre1 coming closer)? I wonder whether SourceForge is the right place because I guess there are many small bugs in the cvs version but most of them can be fixed very quickly. Is

Re: Bug in include file dialog

2001-05-28 Thread Juergen Vigna
On 28-May-2001 Jean-Marc Lasgouttes wrote: Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen IMO the best way would be a mail-list of small bugs sorted Juergen per module and send it updated to the list (so that people Juergen like myself are reminded that they have something

RE: Bugs of the day

2001-05-29 Thread Juergen Vigna
On 28-May-2001 Michael Schmitt wrote: Hi, 1. Open a new document, insert a table, and press the font button - LyX crashes. This is general. Open a new document and press the font button - LyX crashes! This is most probably a problem in the CharacterLayout or the Controler/View split.

RE: Bolzano, here I come

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Asger K. Alstrup Nielsen wrote: Hi, I've booked my flight to the Famous LyX Drinking Meeting: Come on did we ever drink TOO much in a meeting? I'm leaving from Copenhagen the 22th of June, and arrive in Milan at 14.10. I'm going home from Milan the 26th of June at 13.50.

Re: Bolzano, here I come

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Andre Poenitz wrote: A few times within four days? No we never got drunk, just happy ;) Well, I have not been _really_ drunk for a while now, but as far as I remember this takes more than a day... Well as far as I can remember I'm not used to alkohol so I get drunk really

Re: Bolzano, here I come

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Jean-Marc Lasgouttes wrote: I will arrive in verona (by train) the 23th of june at 6h28 in the morning. From there, I'll catch a train to Bolzano (not sure I'll get the 6h40 one, since I do not have a ticket). My return train is on the 26th of June at 21h42 at Verona. If you

Re: Bolzano, here I come

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Jean-Marc Lasgouttes wrote: And I guess it is not possible to get the ticket in advance? Well I guess you can buy the train-ticket instead only to Verona directly to Bolzano, from there, can't you? Juergen Sure I'll be there and as you arrive quite early you will Juergen

Re: Bolzano, here I come

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Jean-Marc Lasgouttes wrote: Not from france, it seems... I seem to remember that you should be able to buy your ticket in the train. I'll inform myself and let you know. BTW 12 minutes are a bit short and it would be a real wonder if you will arrive in time (one train is not

RE: [sedivyp@fel.cvut.cz] Feedback from www.lyx.org

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Jean-Marc Lasgouttes wrote: Juergen, can you confirm this bug? This would seem really strange to me! I would need an example file to see what happens, I cannot reproduce it! Jürgen I would like to ask about table column width setting problem - when I changed this

Re: Bolzano, here I come

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Andre Poenitz wrote: Ok... so I hope there are no traps like the one near Basel. You probably know that there is no German-Italian borderline, do you? So this trap exists also on the Austrian Motorway (which you probably have to pass Kufstein-Brenner) and you need to buy the

RE: [sedivyp@fel.cvut.cz] Feedback from www.lyx.org

2001-05-29 Thread Juergen Vigna
On 29-May-2001 Pavel Sedivy wrote: On Tue, 29 May 2001, Juergen Vigna wrote: I send yoy some file - with lyx tex table - lyx file, dialog snapshot and pdf file. I thing it doesn't work properly. thank you for information, thank you for lyx improvement. Well the problem is you used

RE: Why docs don't get updated very often Re: asciitilde binding

2001-05-30 Thread Juergen Vigna
On 29-May-2001 [EMAIL PROTECTED] wrote: Perhaps it's time for an Errata page on the Web. Anyone with Web CVS access willing to lead the charge? Good we have the doc-team working again ;) IMO we should really try to update the documentation a bit regarding all the new and changed stuff from

Re: Attempting (and failing) to compile natbib branch

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Lars Gullik Bjønnes wrote: And I still do not agree... Gcc 2.96 are working close to flawlessly for me. And a lot better than 2.95.2... I agree with this! But of course I_run Gcc 2.96 will all RH patches applied. Well I use RH 7.1 and there are still no gcc patches for this

Re: compose key not working in CVS

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Garst R. Reese wrote: OK, I tried S-O S-R and that got me the registered trade mark symbol. That's what I wanted to write right now. Compose c r does nothing on my Workstation (in any X application) only compose o c does produce ©. Jürgen --

Re: Bolzano, here I come

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Allan Rae wrote: Assuming you have your phone turned on and within hearing distance. I seem to recall someone calling your mobile 6 times a day for three days before arriving at the Bozen train station early one morning and luckily getting you on the phone (after 3 more

Re: Bug in include file dialog

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Jean-Marc Lasgouttes wrote: John Everything else should be left for a while (say a couple of John weeks) then added to the bugtracker (For permanent record) and John possibly a mail to the list as well (I'm not sure all developers John read the buglist stuff) Well you can

Re: Why docs don't get updated very often Re: asciitilde binding

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Jean-Marc Lasgouttes wrote: The idea I had for menus was to subclass a non-editable version of insettext (does this exist) so that a small insettext (with underlines at the right place and nice menu separators and maybe even the sans serif font) would be created on the fly.

Re: Why docs don't get updated very often Re: asciitilde binding

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Jean-Marc Lasgouttes wrote: Juergen == Juergen Vigna [EMAIL PROTECTED] writes: Juergen I don't get to what exactly you need, but surely one can make Juergen a MenuInset based on InsetText and not Editable. Doing an inset for key bindings is easy, since it will just contain

RE: FormParagraph question

2001-05-30 Thread Juergen Vigna
On 30-May-2001 Angus Leeming wrote: Are the Minipage and Floatflt check buttons in FormParagraph-Extra mutually exclusive? If so, I'll create a Type choice that will have the The only thing we should use in this box (and Lars surely doesn't agree with me) is the indented paragraph stuff,

<    5   6   7   8   9   10   11   12   13   14   >