Re: report lyx-1.2.0pre1

2002-04-02 Thread Etienne Grossmann
Hi once again On Tue, Apr 02, 2002 at 03:58:57PM +0200, Jean-Marc Lasgouttes wrote: # >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: # # Andre> On Tue, Apr 02, 2002 at 12:22:58PM +0100, Etienne Grossmann # Andre> wrote: # >> Is there

Re: report lyx-1.2.0pre1

2002-04-02 Thread Etienne Grossmann
m from the build directory, there is not need to # Andre> 'install' 1.2.0. Apart from that, have a look at the output of # Andre> ./configure --help # # More precisely, look at --with-version-suffix (exists also in recent # 1.1.6 versions). # # JMarc # # -- Etienne Grossmann -- http://www.isr.ist.utl.pt/~etienne

report lyx-1.2.0pre1

2002-04-01 Thread Etienne Grossmann
ay of simultaneously having 1.1.6 and 1.2.0 installed? -- Etienne Grossmann -- http://www.isr.ist.utl.pt/~etienne

Re: Language: portugues, not portuges

2000-07-25 Thread Etienne Grossmann
Hello, # > > this patchlet sets the Portuguese language name to "portugues" rather # > > than "portuges", as it is now. With this fix, spelling works correctly # > > in Portuguese documents; otherwise, it doesn't (linux 2.2.15, Debian # > > "potato", ispell 3.1.20 with "portugues" dictiona

Language: portugues, not portuges

2000-07-25 Thread Etienne Grossmann
Hello, this patchlet sets the Portuguese language name to "portugues" rather than "portuges", as it is now. With this fix, spelling works correctly in Portuguese documents; otherwise, it doesn't (linux 2.2.15, Debian "potato", ispell 3.1.20 with "portugues" dictionary). Patch is against

Re: Export A.B.lyx in postscript gives A.ps

2000-02-07 Thread Etienne Grossmann
Hello, # I don't know if Lgb applied this, but the best bet is to send in # a real patch, because that is the easiest. something like : --- --- src/support/filetools.C.origThu Feb 3 22:17:46 2000 +++ src/support/filet

Re: Export A.B.lyx in postscript gives A.ps

2000-02-04 Thread Etienne Grossmann
Hello, the patch should probably be (at filetools.C:909, in 1.1.4) last_dot = oldname.rfind('.'); if (last_dot < last_slash && last_slash != string::npos && last_dot < last_slash ) last_dot = string::npos; Should I send a true pat

Re: Export A.B.lyx in postscript gives A.ps

2000-02-03 Thread Etienne Grossmann
Hello, I just tried your patch, and it seems to work. But I couldn't get to try it with /this.is.a/trickyfilename because lyx won't let me load a file without a .lyx suffix. Silly question, what is that string::npos? Too bad your patch didn't make it to 1.1.4; it will be for 1.1.5. C

Export A.B.lyx in postscript gives A.ps

2000-02-01 Thread etienne grossmann
... which may cause problems if I also have a file name A.C.lyx Hello, is that a bug? Could it have to do with the following code at yx-1.1.4pre2/src/support/filetools.C:903 == string ChangeExtension(string const & ol

Re: INDEX redux

1999-11-29 Thread Etienne Grossmann
Hello, > Alice finished her 4 page index for a cookbook, so here is a summary. > First, she was delighted. Life is much more fun when she is delighted. ooh ... I thought it would be recipes! > The only problem she encountered was indexing the name of a contributer > that had B&B (for Bed

Re: segv at startup (1.04pre4)

1999-07-30 Thread Etienne Grossmann
Hello, > Did you upgrade your xforms library version to the one which supports > glibc2.1? I think somebody (Kayvan?) has rpms for redhat 6.0 too. I just tried his rpm's for xforms, but without success. Did you mean rpm's for xforms, or for lyx? Also, it might have to do with the fact th

Re: segv with M-f 1

1999-07-30 Thread Etienne Grossmann
JMarc> Try the appended patch. It works. Great! Still, I wonder if this hadn't been seen before... Thanks a lot, Etienne

Re: segv at startup (1.04pre4)

1999-07-30 Thread Etienne Grossmann
Hello again, JMarc> Are you a glibc2.1 user? Yes

Re: segv at startup (1.04pre4)

1999-07-30 Thread etienne grossmann
Hello again, the problem seems not limited to the "-help" option : for some reason, I can't seem to exit lyx without a segv. Also, 1.04pre2 seems to do that too. Etienne

segv with M-f 1

1999-07-30 Thread etienne grossmann
Hello, for some reason, I have the feeling that I had already encountered this bug, but I could not get hold of it in the archives. Description : Start lyx, open a file, and try opening the first file in the "lastfiles" list that appears at the end of the "file" menu, by using (not th

segv at startup (1.04pre4)

1999-07-30 Thread etienne grossmann
Hello, I found two segvs, and will describe the first in this mail. I did not see anything alike in the devel mailing list archive. Description : doing "lyx -help" ends in segv. Here is what gdb sees : etienne@anonimo: gdb src/lyx GNU gdb 4.17 Copyright 1998 Free Software Foundat

Re: segv in mathed, w/ ert+math-matrix

1999-07-21 Thread etienne grossmann
Hello, this is just to say that the bug is still there in 1.04pre2. Cheers, Etienne ps : Thanks to André and Jean-Marc for helping with installation.

Re: segv in mathed/configure output

1999-07-21 Thread etienne grossmann
lyx.conf.output.tar

Re: segv in mathed, w/ ert+math-matrix

1999-07-21 Thread Etienne Grossmann
Hello, > > ps : LyX 1.02 : I tried but couldn't compile 1.04pre2. > What was the problem? I don't really know, but I will send you a mpack'ed tar file with the output of .configure, in the lyx-1.02 and lyx-1.04pre2 directories. Configure works in the first, not in the later. It could be so

segv in mathed, w/ ert+math-matrix

1999-07-20 Thread etienne grossmann
Hello, I think I just found a bug in mathed Description : * M-m-m * M-x math-matrix 2 1 * left arrow (Move cursor just before the array) * \xyz (ERT) * Backspace (The cursor moves to *after the array*. If I had written something in the array, it would then be copied just after the

Re: Bug report for lyx-1.0.2pre1

1999-04-21 Thread Etienne Grossmann
Hello, just to say that importing a .tex file with 1.0.2pre1 does not crash systematically : here, I just get the perl messages, but the program survives. Both in Polish and English. Etienne etienne@anonimo: uname -a Linux anonimo 2.0.36 #12 Thu Mar 4 09:08:33 WET 1999 i686 unknown

Re: bug : 1.0.X + xforms + lx2.2.5 + debian_unstable

1999-04-21 Thread Etienne Grossmann
Hello, maybe it would be sufficient to describe the problems that may appear when the xforms library has installation problems, and provide tentative fixes. Maybe, a "Troubleshooting" file or section in "INSTALL" or "README" ? Cheers, Etienne /

Re: bug : 1.0.X + xforms + lx2.2.5 + debian_unstable

1999-04-19 Thread Etienne Grossmann
Hello, > forget the details, but IIRC it was because I had done a make backup (or > make mrproper) in the linux src. make dep cured the problem. I could be > mistaken here, but it was something totally unrelated to xforms. I also well, I got xforms for libc6 (glibc2), and 'configure' works a

bug : 1.0.X + xforms + lx2.2.5 + debian_unstable

1999-04-19 Thread Etienne Grossmann
Hello, 'configure' for lyx 1.0.2pre1 and 1.0.0 won't find xforms (which is installed). This may well be a non-lyx problem, but rather a problem with my system (debian "unstable", and kernel 2.2.5). I re-installed xforms.0.88 and ldconfig'ed before configure'ing LyX. ./configure outpu

Little patch

1999-04-12 Thread Etienne Grossmann
Hello, this is a very little patch for the array entry in the UserGuide.lyx document : it says that "M-x math-matrix" (is that specific to emacs keybindings?) and that one can modify an array (i.e. add columns or change alignment) by hand-modifying the .lyx file. Cheers, Etienne

Re: uh, oh . . .

1999-01-31 Thread Etienne Grossmann
Hello, something that is reproducible, not quite normal, but does not crash : start lyx, create a new document, start mathed : M-m-m type : abc select one, two or three letters amongst "abc", do a matrix : M-x math-matrix 1 2 The selected letter(s) are sent way below

Re: bug of SIGSEGV

1999-01-28 Thread Etienne Grossmann
Hello, could you send more information concerning the bug ? Can you reproduce it? Also, could you send a whole stack trace (not only top of it). Cheers, Etienne

Re: pre8 and more on the newsletter...

1999-01-26 Thread Etienne Grossmann
Hello, > > Now I just wished I could specify a bit where floats are preferred (a la > > HTML way)... I think I remember that LaTeX has a way to specify that, but > > it's not on the figure's popup... well, it won't be fancy but it'll be > > clear and 'perfect' :) > > Somewhere in some stra

Re: Bug (pre7) hat on macro moves to subscript

1999-01-21 Thread Etienne Grossmann
Hello, I think I have a patch (against pre8) that solves the bug That's the description of the bug : == ** Start lyx, create a new document, ** Create a math-macro called "aa" wich is just a plain "a" > M-x math-macr

suppressing banner at startup

1999-01-20 Thread Etienne Grossmann
Hello, I use gdb with lyx, and start it with a file as argument. I put some breakpoints that interrupt lyx before the banner has disappeared. The banner stays in the middle of the screen, while I try to use the debugger on the unobstructed part of the screen; this is not very convenient.

Re: word-delete-forward and punctuation marks

1999-01-20 Thread Etienne Grossmann
Hello again, here is a patch declaring, in textutils.h : inline bool IsWordChar(unsigned char c) and in lyxparagraph.h : bool LyXParagraph::IsWord( int pos ) (btw, I have a C++ question, and no Stroutsrup around : is "inline" is not needed, when I de-facto "inline" the method

Re: word-delete-forward and punctuation marks

1999-01-20 Thread Etienne Grossmann
Hello again, JMarc> This should certainly not be a macro (we try to avoid them as much as ^^ Ah ? JMarc> possible, in fact). Could you change it to an inline function a

Re: word-delete-forward and punctuation marks

1999-01-20 Thread Etienne Grossmann
Hello, > > the current word). It seems to me that the few uses of > > CursorRightOneWord in the code would not be hurt by this change. > > Checking it would take some time and thought. Apparently, not skipping punctuation after the word does not pose problems anywhere, so I think CursorRi

Re: word-delete-forward and punctuation marks

1999-01-19 Thread Etienne Grossmann
Hello, *** I just did (more or less) the "2" option : I changed LyXText::CursorRightOneWord() to LyXText::CursorRightOneWord( bool skip_punctuation_too = true ) In yesterday's mail, I wrote "0" instead of "true"; the correct default value is "true". *** I have implemen

Re: word-delete-forward and punctuation marks

1999-01-18 Thread Etienne Grossmann
Hello, sorry for sending a duplicate message (the previous was subject-less). JMarc> Etienne> It should be possible to modify word-forward in that sense JMarc> Etienne> too. Can I submit a patch? Let's say, within three days? JMarc> JMarc> Well, I don't know. We should probably make

Re: what does LFUN_...

1999-01-18 Thread Etienne Grossmann
Hello, > If we keep it, I could change it in order to make it behave more like the > dialog search (word found is selcted etc.) ^^^ That should be possible What I miss most, is the possibility of doing "C-s ", but that appeare

Re: what does LFUN_...

1999-01-17 Thread Etienne Grossmann
Hello, > in lyxfunc.C there are several checks for LFUN_ When are these called, > especially LFUN_WORDFINDBACKWARD.? It has some code with many question > marks in the comments and the code seems (at a first glance) be nearly > identical to the code in lyxfr1.C (which does the find and rep

Bug (pre7) hat on macro moves to subscript

1999-01-14 Thread Etienne Grossmann
Hello, ** Start lyx, create a new document, ** Create a math-macro called "aa" wich is just a plain "a" > M-x math-macro aa > a ** Create a display-math (M-m d), and do a \aa with a hat on it, and a subscripted "1" on its right : > \hat\aa_1 ** Then save this document, reload it, a

Word-delete-forward

1999-01-11 Thread Etienne Grossmann
Hello again, sorry, I forgot to say the patch was made against pre7. Etienne

Word-delete-forward

1999-01-11 Thread Etienne Grossmann
Hello, this is again about word-delete-forward JMarc: > Etienne> I personally prefer that "word-delete-forward" forward does > Etienne> not delete the whatever punctuation is after a word. Here is > Etienne> a patch that does that, and apparently breaks nothing. I > Etienne> didn't check

Re: patch: Word delete forward only deletes word...

1998-12-23 Thread Etienne Grossmann
Hello, > - could you make the same thing to word-delete-backward, for maybe ... I never usd word-delete-backward. I'll have a look. > - shoudln't there be a check here for the beginning of paragraph? probably yes. I'll have a look at it again. Etieenne .. h

Re: reLyX changes

1998-12-21 Thread Etienne Grossmann
Yes, where is it? Etienne

Patched menus.bind

1998-12-21 Thread Etienne Grossmann
Hello, here is a little patch for menus.bind. It only touches the File and Insert menus. The changes were made to try to ensure that M-e XYZ does the same thing as M-e space XYZ . Some functions have changed, like "M-f i" doesn't do "buffer-export ascii" anymore, but "M-f i [lap]", as w

Re: LyX 1.0pre4 crashes while defining math-macro

1998-12-19 Thread Etienne Grossmann
Hello, > I'll look into that but why you should want to define a multi recursive > macro? IMO that should not be allowed. The number of \toto needed to crash is variable. The first time it crashed, I had a single occurence of the macro in itself. I had written it by mistake. Cheers, E

LyX 1.0pre4 crashes while defining math-macro

1998-12-19 Thread Etienne Grossmann
Hello, if I open a new LyX document, do "M-x math-macro toto", then type "\toto \toto \toto ... ", then lyx crashes, saying : == Macro2 toto 5 Macro2 toto 5 Macro2 toto 5 Macro2 toto 5 Macro2 toto 5 Macro2 toto 5 Ma

Suggestions for menus.bind

1998-12-18 Thread Etienne Grossmann
Hello, this is just to suggest adding these lines to menus.bind. \bind "M-i o f" "buffer-float-insert figure" \bind "M-i o t" "buffer-float-insert table" \bind "M-i o w" "buffer-float-insert wide-fig" \bind "M-i o d" "buffer-float-insert wide-tab" \bind "M-

patch: Word delete forward only deletes word...

1998-12-18 Thread Etienne Grossmann
... and not the punctuation after it too. Hello, I personally prefer that "word-delete-forward" forward does not delete the whatever punctuation is after a word. Here is a patch that does that, and apparently breaks nothing. I didn't check for sure, but I've used fo

Float renders only one figure.

1998-12-17 Thread Etienne Grossmann
Hello, this not quite a bug report, just an indication that something in the code might do things as planned : I have a file with a float containing 3 figures. Of which only one is rendered. If I save the file, restart lyx and load the same file, all figures are displayed correctly.

bug report?

1998-12-17 Thread Etienne Grossmann
Hello, > the question mark because I'm not sure there's anything we can do about it. > After all, you can't say "don't overwrite a.tex" because LyX always overwrites Maybe one can cp a.tex a.tex.orig before relyxing; or, cp a.tex alyx.tex, and then reLyX alyx.tex instead of a.tex. Any one

Re: Script language (was Re: 1st version of Graphical Tutorial

1998-12-09 Thread Etienne Grossmann
Hello again, just to point out that it's in variable "$mylyxpipe" that the name of the pipe should be put. Also, if your perl is not in /usr/bin/perl, it is better to do 'perl '. And also to say that, as a lyx user, I afavor any easy-to-learn language. If it's also easy to generate au

Re: Script language (was Re: 1st version of Graphical Tutorial

1998-12-09 Thread Etienne Grossmann
Hello, here is sample perl code, to illustrate the debate : it prints itself using the lyx server. #!/usr/bin/perl -w # # Usage : Edit this file so that variable "$lyxpipe" is the name of # the lyx pipe.

1.0pre4

1998-11-26 Thread Etienne Grossmann
Hello, is the address [EMAIL PROTECTED] still valid ? Here are some previous mails : == >From [EMAIL PROTECTED] Wed Nov 25 09:41:30 1998 Date: Wed, 25 Nov 1998 09:38:57 + (LMT) From: Etienne Grossmann <