string question

2000-03-28 Thread Angus Leeming
Reading the documentation in lyxstring.h: "it is written to be a drop in replacement for STL string" which suggests that the configure option "--with-included-string" is just that --- an option. It is not, however. Configuring lyx (1.1.5 CVS) with "configure --without-included-string"

Did I fix the backspace bug?

2000-03-28 Thread Jean-Marc Lasgouttes
Hello, I just commited a fix to cvs which fixes for me the backspace-crash that has been plaguing LyX for some time. Go try latest cvs and tell me what happens. I am interested to know whether your favourite way of crashing LyX still works and whether editing still works as intended. If you

Re: LyX and supress LaTeX errors

2000-03-28 Thread Jean-Marc Lasgouttes
"Larry" == Larry Marso [EMAIL PROTECTED] writes: Larry Some LyX files which produce Postscript output without a Larry hiccup, when exported to LaTeX yields .tex files that will not Larry compile without repeated halts complaining of overfull mboxes. Overfull mboxes do not halt compilation

Re: string question

2000-03-28 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Reading the documentation in lyxstring.h: "it is written to be Angus a drop in replacement for STL string" Angus which suggests that the configure option Angus "--with-included-string" is just that --- an option. It is not, Angus

RE: Did I fix the backspace bug?

2000-03-28 Thread Juergen Vigna
On 28-Mar-2000 Jean-Marc Lasgouttes wrote: Hello, I just commited a fix to cvs which fixes for me the backspace-crash that has been plaguing LyX for some time. Go try latest cvs and tell me what happens. I am interested to know whether your favourite way of crashing LyX still works and

Font crash

2000-03-28 Thread Michael S. Tsirkin
Hello! I am using a developer version of Lyx. I found the following: If I specify a non-existent font for screen_font_popup and screen_font_menu value in lyxrc, lyx will crash when trying to open a menu. Here is what I have in lyxrc: \screen_font_encoding ascii-0 \screen_font_roman

Re: using std... namespace std

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | This does not work with gcc 2.8.1 (as you might have guessed), but | does work with cxx and probably with sun CC 5.0 (which does not | compile out of the box yet). Ok... note that you are the only cause why I still (kindo want to) support gcc

Re: patch

2000-03-28 Thread Lars Gullik Bjønnes
Gady Kozma [EMAIL PROTECTED] writes: | upgrade. There is no real issue her - it's just 10 lines of code. Just accept | it. Maintainability is a large issue. 0.81 is several years old, even 0.88 the current stable release of XForms is a couple of years old. When 0.90 is releases and proven

Re: string question

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | I did not do it yet because I do not have much time now, but if Lars | does not strongly objects, I think we should do that. It would also | simplify a bit of the code with stringstreams. Not true since other "objects" in the std::libs often use

Re: Did I fix the backspace bug?

2000-03-28 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | And one more CursorPositioning problem try to move the Cursor to the Right | in this situation 'a | a' you'll see that the cursor ends up blinking in the | middle of the second 'a'. That is a different problem and is for the time beeing put there on

Re: Font crash

2000-03-28 Thread Michael S. Tsirkin
Hello! Here is the crash stack: Program received signal SIGABRT, Aborted. 0x401254e1 in __kill () from /lib/libc.so.6 Current language: auto; currently c (gdb) backtrace #0 0x401254e1 in __kill () from /lib/libc.so.6 #1 0x40125156 in raise (sig=6) at ../sysdeps/posix/raise.c:27 #2 0x40126868

Re: using std... namespace std

2000-03-28 Thread Michael S. Tsirkin
Hello! Sorry if this was proposed before: std:: can be used with older g++ versions, I think if you add -Dstd= to the command line, or otherwise define std to the empty macro. It also works for other compilers. Could this be a solution? Quoting r. Lars Gullik Bjønnes ([EMAIL PROTECTED]) "Re:

Re: Did I fix the backspace bug?

2000-03-28 Thread Juergen Vigna
On 28-Mar-2000 Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | And one more CursorPositioning problem try to move the Cursor to the Right | in this situation 'a | a' you'll see that the cursor ends up blinking in the | middle of the second 'a'. That is a different

Re: Did I fix the backspace bug?

2000-03-28 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | Well I really don't think u put that there on purpose :) and I think | we solved both problems already, didn't we? P'raps. But I still did it on purpose! (belive me, belive me) Lgb

Re: using std... namespace std

2000-03-28 Thread Lars Gullik Bjønnes
"Michael S. Tsirkin" [EMAIL PROTECTED] writes: | Hello! | Sorry if this was proposed before: | std:: can be used with older g++ versions, I think if you add | -Dstd= to the command line, or otherwise define std to the empty macro. | It also works for other compilers. | Could this be a solution?

Re: using std... namespace std

2000-03-28 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Ok... note that you are the only cause why I still (kindo want Lars to) support gcc 2.8.x. Thanks for being so good to me :) Lars That is the problem, we want to get rid of the using statements. The real question is 'why?'.

Re: using std... namespace std

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | The real question is 'why?'. Although I can see how some things other | gcc 2.8 shortcoming may be bad and force a bad programming style, | those using statements are really not a big pain... To have the global namespace clean. You don't

bug in current CVS

2000-03-28 Thread Angus Leeming
LyX has a new bug when rendering text. If I write a paragraph, all is fine. If I then delete something in the middle of the paragraph, then the words wrap in a weird way. This is best seen with a little image, attached. Anybody else able to reproduce this? Angus waffle.gif

Re: bug in current CVS

2000-03-28 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus --Boundary-=_mHPfybpSwAJCCvjOFJEEEBjzylne Content-Type: Angus text/plain Content-Transfer-Encoding: 8bit Angus LyX has a new bug when rendering text. If I write a paragraph, Angus all is fine. If I then delete something in the middle of

Re: bug in current CVS

2000-03-28 Thread Angus Leeming
Hmmm. This is latest, latest CVS as it stands now (15:06BST) which I last updated (Ie, it changed last) when YOU posted your note about text.C. Juergen posted subsequent to this, but his changes appear not to be in CVS yet. Or at least, if they are, then I HAVE already included them. Put it this

Re: bug in current CVS

2000-03-28 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Hmmm. This is latest, latest CVS as it stands now (15:06BST) Angus which I last updated (Ie, it changed last) when YOU posted your Angus note about text.C. Juergen posted subsequent to this, but his Angus changes appear not to be in CVS

Re: bug in current CVS

2000-03-28 Thread Juergen Vigna
On 28-Mar-2000 Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Hmmm. This is latest, latest CVS as it stands now (15:06BST) Angus which I last updated (Ie, it changed last) when YOU posted your Angus note about text.C. Juergen posted subsequent to this,

Re: Font crash

2000-03-28 Thread Jean-Marc Lasgouttes
"Michael" == Michael S Tsirkin [EMAIL PROTECTED] writes: Michael Hello! I am using a developer version of Lyx. Michael I found the following: If I specify a non-existent font for Michael screen_font_popup and screen_font_menu value in lyxrc, lyx Michael will crash when trying to open a menu.

Re: bug in current CVS

2000-03-28 Thread Angus Leeming
The problem is: I can't ;-) (Or at least haven't done so yet.) That's why I posted the picture as proof that I wasn't going round the bend. If I succeed in reproducing it, then you'll be the first to know... Angus Jürgen I cannot reproduce this. Could you send a small example file where this

Re: bug in current CVS

2000-03-28 Thread Angus Leeming
Got it! To create this bug in a reproducible way 1 add the words "blah blah blah" to the middle of a paragraph of text. 2 Highlight them and cut them out of the paragrah. The cursor should now be flashing between two spaces: " | ". 3 Move the cursor down one row using the arrow key. The extra

Re: Changes in Win32 ports

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 02:02:30PM +0200, Claus Hentschel wrote: I've made some changes in the port to Win32 in both release 1.1.4fix1 and 1.1.4fix2! These new ports are available at http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm The changes refer to missing images while

Re: Did I fix the backspace bug?

2000-03-28 Thread mressler
Hi, On 28 Mar 2000, Jean-Marc Lasgouttes wrote: If you are using lyx-1.1.4fix2, please try the appended patch. If it works, I will release fix3 very soon. Please wait for fix3 until at least tomorrow. I plan a major doc update for later today! Mike [EMAIL PROTECTED]

Re: Did I fix the backspace bug?

2000-03-28 Thread Jean-Marc Lasgouttes
"mressler" == mressler [EMAIL PROTECTED] writes: mressler Hi, On 28 Mar 2000, Jean-Marc Lasgouttes wrote: If you are using lyx-1.1.4fix2, please try the appended patch. If it works, I will release fix3 very soon. mressler Please wait for fix3 until at least tomorrow. I plan a major mressler

Re: string question [was: compiling xtl?]

2000-03-28 Thread Angus Leeming
Hoorah! I have managed to compile the "rae" branch of CVS. Many, many thanks to Jean-Marc for his suggestions about integrating lyxstring with xtl, to Asger for passing my problems with xtl to the xtl mailing list and to Jose Orlando Pereira the xtl maintainer for his suggestions about egcs.

Another small bug in current CVS

2000-03-28 Thread Angus Leeming
Creating emphasised text in a paragraph by: blah blah blah M-Ce is M-C_ blah blah blah where _ indicates a space, and then viewing the dvi output creates the following LaTeX error: Too many }'s ...to set from Denny's output data \emph{is}}

CVS update problem [was: Re: Did I fix the backspace bug?]

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 12:29:38PM +0200, Jean-Marc Lasgouttes wrote: Hello, I just commited a fix to cvs which fixes for me the backspace-crash that has been plaguing LyX for some time. Go try latest cvs and tell me what happens. I am interested to know whether your favourite way of

Re: bug in current CVS

2000-03-28 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Got it! To create this bug in a reproducible way 1 add the Angus words "blah blah blah" to the middle of a paragraph of text. Angus 2 Highlight them and cut them out of the paragrah. The cursor Angus should now be flashing between two

Re: Changes in Win32 ports

2000-03-28 Thread Jean-Marc Lasgouttes
"Kayvan" == Kayvan A Sylvan [EMAIL PROTECTED] writes: Kayvan I've seen the deleting error boxes bug after a LaTeX error on Kayvan Linux, so maybe what you did for that should be applied to the Kayvan CVS? I have done it locally, but cannot commit. It will be in fix3 too. JMarc

Re: Success compiling xtl! (ie, rae branch of cvs)

2000-03-28 Thread Allan Rae
On Mon, 27 Mar 2000, Angus Leeming wrote: (Allan, could you confirm that PrinterParams::composite is meant to read from/ write to the members of PrinterParams?) Here's how to compile the src/frontends/xforms/ directory of the rae branch with egcs-1.1.2/gnu STL. STEP 1: Edit configure

Re: size of binary

2000-03-28 Thread Allan Rae
On 27 Mar 2000, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Hi all, I've just noticed the size of the binary of lyx-cvs: Angus -rwxr-xr-x 1 aleem users 32768000 Mar 27 11:36 src/lyx* Angus That's 32MB! I get only: -rwxr--r-- 1 lasgoutt

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Allan Rae
On Mon, 27 Mar 2000, Angus Leeming wrote: (Jean-Marc and Allan, there are questions for you buried within here ;-) Many thanks for forwarding my compile problems to the xtl list, Asger. Jose (Orlando Pereira) got in touch and suggested that the problem would be trivial but that egcs got

Re: LyX CVS access problem

2000-03-28 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" [EMAIL PROTECTED] writes: | I am using the exact same settings I have always used: | | [kayvan@satyr ~/src/lyx]$ cvs update | Fatal error, aborting. | anoncvs: no such user | cvs [update aborted]: authorization failed: server anoncvs.lyx.org rejected access | [kayvan@satyr

Re: bug in current CVS

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Angus Got it! To create this bug in a reproducible way 1 add the | Angus words "blah blah blah" to the middle of a paragraph of text. | | Angus 2 Highlight them and cut them out of the paragrah. The cursor | Angus should now be flashing between

Re: Another small bug in current CVS

2000-03-28 Thread Dekel Tsur
On Tue, Mar 28, 2000 at 05:36:06PM +0100, Angus Leeming wrote: Creating emphasised text in a paragraph by: blah blah blah M-Ce is M-C_ blah blah blah where _ indicates a space, and then viewing the dvi output creates the following LaTeX error: Aside from the fact that LyX views this as

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Angus Leeming
Ok, Allan, a final report before I go home. I have managed to compile the "rae" branch of CVS making a few v.small changes to do so. I can compile with lyxstring using JMarc's suggested change to LString.h Having compiled the branch as is, I then made four tiny changes:

Bug in 1.1.5cvs

2000-03-28 Thread Staffan Ringbom
Hi Checked the cvs 28.3. from ftp.sylvan.com. By and large a nice package. However, it seems like lyx-1.1.5cvs of today, does not correctly understand the bst-packages with lyx-1.1.2. I can use \usepackage{harvard} nicely Lyx 1.1.5cvs of today do not understand the useful citation command

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | src/frontends/xforms/FormPrint.h: | -#ifdef __GNUG__ | -#pragma interface | -#endif | (These one allows the code to link) In stead of that you could try to add #ifdef __GNUG__ #pragma implementation #endif to FormPrint.C unless already present.

tex2lyx

2000-03-28 Thread Amir Karger
I've got a bit more faith in Andre's tex2lyx converter. Using LaTeX to translate LaTeX isn't just a cool hack---it happens to be the best way to read LaTeX. That is, we know that LaTeX won't have any trouble reading LaTeX input, even if it isn't "well-behaved". What that means is that you won't

ltx2x

2000-03-28 Thread Amir Karger
Kayvan said: Doing some searches on the net, I found a very interesting piece of software at http://www.nist.gov/sc4/editing/latex/programs/ltx2x/ I am thinking of using it as the basis for a C-based reLyX replacement. Amir, can you take a look and tell me what you think? Wow. It's

Re: tex2lyx

2000-03-28 Thread Lars Gullik Bjønnes
Amir Karger [EMAIL PROTECTED] writes: | I'm still wondering, though. When exactly did we all decide reLyX should | retire? We didn't. Lgb

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Allan Rae
On 29 Mar 2000, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | src/frontends/xforms/FormPrint.h: | -#ifdef __GNUG__ | -#pragma interface | -#endif | (These one allows the code to link) In stead of that you could try to add #ifdef __GNUG__ #pragma

Re: ltx2x

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 04:30:04PM -0500, Amir Karger wrote: Kayvan said: Doing some searches on the net, I found a very interesting piece of software at http://www.nist.gov/sc4/editing/latex/programs/ltx2x/ I am thinking of using it as the basis for a C-based reLyX replacement.

Re: tex2lyx

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 04:58:39PM -0500, Amir Karger wrote: I've got a bit more faith in Andre's tex2lyx converter. Using LaTeX to translate LaTeX isn't just a cool hack---it happens to be the best way to read LaTeX. That is, we know that LaTeX won't have any trouble reading LaTeX input,

Re: Did I fix the backspace bug?

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Hello, | | I just commited a fix to cvs which fixes for me the backspace-crash | that has been plaguing LyX for some time. Go try latest cvs and tell | me what happens. I am interested to know whether your favourite way of | crashing LyX still

Re: Did I fix the backspace bug?

2000-03-28 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars Hello, | | I just commited a fix to cvs which fixes for me the Lars backspace-crash | that has been plaguing LyX for some time. Go Lars try latest cvs and tell | me what happens. I

Re: Did I fix the backspace bug?

2000-03-28 Thread Juergen Vigna
On 29-Mar-2000 Lars Gullik Bjønnes wrote: btw. I see this bug: '|' is cursor as usual. g | g press backspace and you get: g|g not sure if that is related. Anyway I will look at it. #:O) you noticed this? That's the stuff I tell you all the time (and I fixed it here) and

Re: tex2lyx

2000-03-28 Thread Andre Poenitz
I think that badly-behaved LaTeX may still be your downfall, though. For example, it looks like you translate {[} into a bracket. But what about a plain [, which is probably how a lot of people will write it? Erm... did I mentioned that is wasn't finished and that I didn't want to show it to

string question

2000-03-28 Thread Angus Leeming
Reading the documentation in lyxstring.h: "it is written to be a drop in replacement for STL string" which suggests that the configure option "--with-included-string" is just that --- an option. It is not, however. Configuring lyx (1.1.5 CVS) with "configure --without-included-string"

Did I fix the backspace bug?

2000-03-28 Thread Jean-Marc Lasgouttes
Hello, I just commited a fix to cvs which fixes for me the backspace-crash that has been plaguing LyX for some time. Go try latest cvs and tell me what happens. I am interested to know whether your favourite way of crashing LyX still works and whether editing still works as intended. If you

Re: LyX and supress LaTeX errors

2000-03-28 Thread Jean-Marc Lasgouttes
> "Larry" == Larry Marso <[EMAIL PROTECTED]> writes: Larry> Some LyX files which produce Postscript output without a Larry> hiccup, when exported to LaTeX yields .tex files that will not Larry> compile without repeated halts complaining of overfull mboxes. Overfull mboxes do not halt

Re: string question

2000-03-28 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Reading the documentation in lyxstring.h: "it is written to be Angus> a drop in replacement for STL string" Angus> which suggests that the configure option Angus> "--with-included-string" is just that --- an option. It is not,

RE: Did I fix the backspace bug?

2000-03-28 Thread Juergen Vigna
On 28-Mar-2000 Jean-Marc Lasgouttes wrote: > > Hello, > > I just commited a fix to cvs which fixes for me the backspace-crash > that has been plaguing LyX for some time. Go try latest cvs and tell > me what happens. I am interested to know whether your favourite way of > crashing LyX still

Font crash

2000-03-28 Thread Michael S. Tsirkin
Hello! I am using a developer version of Lyx. I found the following: If I specify a non-existent font for screen_font_popup and screen_font_menu value in lyxrc, lyx will crash when trying to open a menu. Here is what I have in lyxrc: \screen_font_encoding ascii-0 \screen_font_roman

Re: using std... namespace std

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | This does not work with gcc 2.8.1 (as you might have guessed), but | does work with cxx and probably with sun CC 5.0 (which does not | compile out of the box yet). Ok... note that you are the only cause why I still (kindo want to) support gcc

Re: patch

2000-03-28 Thread Lars Gullik Bjønnes
Gady Kozma <[EMAIL PROTECTED]> writes: | upgrade. There is no real issue her - it's just 10 lines of code. Just accept | it. Maintainability is a large issue. 0.81 is several years old, even 0.88 the current stable release of XForms is a couple of years old. When 0.90 is releases and proven

Re: string question

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | I did not do it yet because I do not have much time now, but if Lars | does not strongly objects, I think we should do that. It would also | simplify a bit of the code with stringstreams. Not true since other "objects" in the std::libs often

Re: Did I fix the backspace bug?

2000-03-28 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | And one more CursorPositioning problem try to move the Cursor to the Right | in this situation 'a | a' you'll see that the cursor ends up blinking in the | middle of the second 'a'. That is a different problem and is for the time beeing put there on

Re: Font crash

2000-03-28 Thread Michael S. Tsirkin
Hello! Here is the crash stack: Program received signal SIGABRT, Aborted. 0x401254e1 in __kill () from /lib/libc.so.6 Current language: auto; currently c (gdb) backtrace #0 0x401254e1 in __kill () from /lib/libc.so.6 #1 0x40125156 in raise (sig=6) at ../sysdeps/posix/raise.c:27 #2 0x40126868

Re: using std... namespace std

2000-03-28 Thread Michael S. Tsirkin
Hello! Sorry if this was proposed before: std:: can be used with older g++ versions, I think if you add -Dstd= to the command line, or otherwise define std to the empty macro. It also works for other compilers. Could this be a solution? Quoting r. Lars Gullik Bjønnes ([EMAIL PROTECTED]) "Re:

Re: Did I fix the backspace bug?

2000-03-28 Thread Juergen Vigna
On 28-Mar-2000 Lars Gullik Bjønnes wrote: > Juergen Vigna <[EMAIL PROTECTED]> writes: > >| And one more CursorPositioning problem try to move the Cursor to the Right >| in this situation 'a | a' you'll see that the cursor ends up blinking in the >| middle of the second 'a'. > > That is a

Re: Did I fix the backspace bug?

2000-03-28 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Well I really don't think u put that there on purpose :) and I think | we solved both problems already, didn't we? P'raps. But I still did it on purpose! (belive me, belive me) Lgb

Re: using std... namespace std

2000-03-28 Thread Lars Gullik Bjønnes
"Michael S. Tsirkin" <[EMAIL PROTECTED]> writes: | Hello! | Sorry if this was proposed before: | std:: can be used with older g++ versions, I think if you add | -Dstd= to the command line, or otherwise define std to the empty macro. | It also works for other compilers. | Could this be a

Re: using std... namespace std

2000-03-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok... note that you are the only cause why I still (kindo want Lars> to) support gcc 2.8.x. Thanks for being so good to me :) Lars> That is the problem, we want to get rid of the using statements. The real question is

Re: using std... namespace std

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | The real question is 'why?'. Although I can see how some things other | gcc 2.8 shortcoming may be bad and force a bad programming style, | those using statements are really not a big pain... To have the global namespace clean. You don't

bug in current CVS

2000-03-28 Thread Angus Leeming
LyX has a new bug when rendering text. If I write a paragraph, all is fine. If I then delete something in the middle of the paragraph, then the words wrap in a weird way. This is best seen with a little image, attached. Anybody else able to reproduce this? Angus waffle.gif

Re: bug in current CVS

2000-03-28 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> --Boundary-=_mHPfybpSwAJCCvjOFJEEEBjzylne Content-Type: Angus> text/plain Content-Transfer-Encoding: 8bit Angus> LyX has a new bug when rendering text. If I write a paragraph, Angus> all is fine. If I then delete something in the

Re: bug in current CVS

2000-03-28 Thread Angus Leeming
Hmmm. This is latest, latest CVS as it stands now (15:06BST) which I last updated (Ie, it changed last) when YOU posted your note about text.C. Juergen posted subsequent to this, but his changes appear not to be in CVS yet. Or at least, if they are, then I HAVE already included them. Put it this

Re: bug in current CVS

2000-03-28 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Hmmm. This is latest, latest CVS as it stands now (15:06BST) Angus> which I last updated (Ie, it changed last) when YOU posted your Angus> note about text.C. Juergen posted subsequent to this, but his Angus> changes appear not to

Re: bug in current CVS

2000-03-28 Thread Juergen Vigna
On 28-Mar-2000 Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Hmmm. This is latest, latest CVS as it stands now (15:06BST) > Angus> which I last updated (Ie, it changed last) when YOU posted your > Angus> note about text.C. Juergen posted

Re: Font crash

2000-03-28 Thread Jean-Marc Lasgouttes
> "Michael" == Michael S Tsirkin <[EMAIL PROTECTED]> writes: Michael> Hello! I am using a developer version of Lyx. Michael> I found the following: If I specify a non-existent font for Michael> screen_font_popup and screen_font_menu value in lyxrc, lyx Michael> will crash when trying to

Re: bug in current CVS

2000-03-28 Thread Angus Leeming
The problem is: I can't ;-) (Or at least haven't done so yet.) That's why I posted the picture as proof that I wasn't going round the bend. If I succeed in reproducing it, then you'll be the first to know... Angus Jürgen> I cannot reproduce this. Could you send a small example file where this

Re: bug in current CVS

2000-03-28 Thread Angus Leeming
Got it! To create this bug in a reproducible way 1 add the words "blah blah blah" to the middle of a paragraph of text. 2 Highlight them and cut them out of the paragrah. The cursor should now be flashing between two spaces: " | ". 3 Move the cursor down one row using the arrow key. The extra

Re: Changes in Win32 ports

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 02:02:30PM +0200, Claus Hentschel wrote: > I've made some changes in the port to Win32 in both release 1.1.4fix1 and > 1.1.4fix2! These new ports are available at > > http://www.fh-hannover.de/mbau/tim/hentschel/lyx/index.htm > > The changes refer to missing images

Re: Did I fix the backspace bug?

2000-03-28 Thread mressler
Hi, On 28 Mar 2000, Jean-Marc Lasgouttes wrote: > If you are using lyx-1.1.4fix2, please try the appended patch. If it > works, I will release fix3 very soon. Please wait for fix3 until at least tomorrow. I plan a major doc update for later today! Mike [EMAIL PROTECTED]

Re: Did I fix the backspace bug?

2000-03-28 Thread Jean-Marc Lasgouttes
> "mressler" == mressler <[EMAIL PROTECTED]> writes: mressler> Hi, On 28 Mar 2000, Jean-Marc Lasgouttes wrote: >> If you are using lyx-1.1.4fix2, please try the appended patch. If >> it works, I will release fix3 very soon. mressler> Please wait for fix3 until at least tomorrow. I plan a

Re: string question [was: compiling xtl?]

2000-03-28 Thread Angus Leeming
Hoorah! I have managed to compile the "rae" branch of CVS. Many, many thanks to Jean-Marc for his suggestions about integrating lyxstring with xtl, to Asger for passing my problems with xtl to the xtl mailing list and to Jose Orlando Pereira the xtl maintainer for his suggestions about egcs.

Another small bug in current CVS

2000-03-28 Thread Angus Leeming
Creating emphasised text in a paragraph by: blah blah blah M-Ce is M-C_ blah blah blah where _ indicates a space, and then viewing the dvi output creates the following LaTeX error: Too many }'s ...to set from Denny's output data \emph{is}}

CVS update problem [was: Re: Did I fix the backspace bug?]

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 12:29:38PM +0200, Jean-Marc Lasgouttes wrote: > > Hello, > > I just commited a fix to cvs which fixes for me the backspace-crash > that has been plaguing LyX for some time. Go try latest cvs and tell > me what happens. I am interested to know whether your favourite way

Re: bug in current CVS

2000-03-28 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Got it! To create this bug in a reproducible way 1 add the Angus> words "blah blah blah" to the middle of a paragraph of text. Angus> 2 Highlight them and cut them out of the paragrah. The cursor Angus> should now be flashing

Re: Changes in Win32 ports

2000-03-28 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> I've seen the deleting error boxes bug after a LaTeX error on Kayvan> Linux, so maybe what you did for that should be applied to the Kayvan> CVS? I have done it locally, but cannot commit. It will be in fix3 too. JMarc

Re: Success compiling xtl! (ie, "rae" branch of cvs)

2000-03-28 Thread Allan Rae
On Mon, 27 Mar 2000, Angus Leeming wrote: > (Allan, could you confirm that PrinterParams::composite is > meant to read from/ write to the members of PrinterParams?) > > Here's how to compile the src/frontends/xforms/ directory > of the rae branch with egcs-1.1.2/gnu STL. > > STEP 1: Edit

Re: size of binary

2000-03-28 Thread Allan Rae
On 27 Mar 2000, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Hi all, I've just noticed the size of the binary of lyx-cvs: > Angus> -rwxr-xr-x 1 aleem users 32768000 Mar 27 11:36 src/lyx* > > Angus> That's 32MB! > > I get only: >

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Allan Rae
On Mon, 27 Mar 2000, Angus Leeming wrote: > (Jean-Marc and Allan, there are questions for you buried > within here ;-) > > Many thanks for forwarding my compile problems to the xtl > list, Asger. Jose (Orlando Pereira) got in touch and > suggested that the problem would be trivial but that

Re: LyX CVS access problem

2000-03-28 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | I am using the exact same settings I have always used: | | [kayvan@satyr ~/src/lyx]$ cvs update | Fatal error, aborting. | anoncvs: no such user | cvs [update aborted]: authorization failed: server anoncvs.lyx.org rejected access | [kayvan@satyr

Re: bug in current CVS

2000-03-28 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Angus> Got it! To create this bug in a reproducible way 1 add the | Angus> words "blah blah blah" to the middle of a paragraph of text. | | Angus> 2 Highlight them and cut them out of the paragrah. The cursor | Angus> should now be flashing

Re: Another small bug in current CVS

2000-03-28 Thread Dekel Tsur
On Tue, Mar 28, 2000 at 05:36:06PM +0100, Angus Leeming wrote: > Creating emphasised text in a paragraph by: > > blah blah blah M-Ce is M-C_ blah blah blah > > where _ indicates a space, and then viewing the dvi output > creates the following LaTeX error: > > Aside from the fact that LyX views

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Angus Leeming
Ok, Allan, a final report before I go home. I have managed to compile the "rae" branch of CVS making a few v.small changes to do so. I can compile with lyxstring using JMarc's suggested change to LString.h Having compiled the branch as is, I then made four tiny changes:

Bug in 1.1.5cvs

2000-03-28 Thread Staffan Ringbom
Hi Checked the cvs 28.3. from ftp.sylvan.com. By and large a nice package. However, it seems like lyx-1.1.5cvs of today, does not correctly understand the bst-packages with lyx-1.1.2. I can use \usepackage{harvard} nicely Lyx 1.1.5cvs of today do not understand the useful citation command

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | src/frontends/xforms/FormPrint.h: | -#ifdef __GNUG__ | -#pragma interface | -#endif | (These one allows the code to link) In stead of that you could try to add #ifdef __GNUG__ #pragma implementation #endif to FormPrint.C unless already present.

tex2lyx

2000-03-28 Thread Amir Karger
I've got a bit more faith in Andre's tex2lyx converter. Using LaTeX to translate LaTeX isn't just a cool hack---it happens to be the best way to read LaTeX. That is, we know that LaTeX won't have any trouble reading LaTeX input, even if it isn't "well-behaved". What that means is that you won't

ltx2x

2000-03-28 Thread Amir Karger
Kayvan said: > Doing some searches on the net, I found a very interesting piece of > software at http://www.nist.gov/sc4/editing/latex/programs/ltx2x/ > > I am thinking of using it as the basis for a C-based reLyX replacement. > > Amir, can you take a look and tell me what you think?

Re: tex2lyx

2000-03-28 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | I'm still wondering, though. When exactly did we all decide reLyX should | retire? We didn't. Lgb

Re: [Fwd: compiling xtl?]

2000-03-28 Thread Allan Rae
On 29 Mar 2000, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > > | src/frontends/xforms/FormPrint.h: > | -#ifdef __GNUG__ > | -#pragma interface > | -#endif > | (These one allows the code to link) > > In stead of that you could try to add > #ifdef __GNUG__ >

Re: ltx2x

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 04:30:04PM -0500, Amir Karger wrote: > Kayvan said: > > Doing some searches on the net, I found a very interesting piece of > > software at http://www.nist.gov/sc4/editing/latex/programs/ltx2x/ > > > > I am thinking of using it as the basis for a C-based reLyX

Re: tex2lyx

2000-03-28 Thread Kayvan A. Sylvan
On Tue, Mar 28, 2000 at 04:58:39PM -0500, Amir Karger wrote: > I've got a bit more faith in Andre's tex2lyx converter. Using LaTeX to > translate LaTeX isn't just a cool hack---it happens to be the best way > to read LaTeX. That is, we know that LaTeX won't have any trouble reading > LaTeX input,

  1   2   >