Re: ButtonController Mark III

2001-04-09 Thread Allan Rae
On Tue, 10 Apr 2001, Allan Rae wrote: > 2. Ideally I'd like to derive new policies from existing ones but how will >that affect the SMInput and State enums we currently use. Can we >simply overload the enums and expect everything to work? > 2a. I really don't want to have to add eve

Spellchecker does not check contents of tables

2001-04-09 Thread Andrej Vodopivec (158-2353/041-928-765)
Hi, lyx-1.1.6fix1 An example is attached Regards Andrej bug.lyx

ButtonController Mark III

2001-04-09 Thread Allan Rae
Or will it be Mark IV? [... I almost finished writing what I'd thought of last night when a better idea occured to me. Rather than lose/rewrite what I'd written I've left it in here and Mark V can be found in the P.S. at the end ;-) Some of the discussion on Mark IV is still relevent however ...

Still can handle double-quotes when importing

2001-04-09 Thread kaio
hi, i'm using Linux-Mandrake 7.2, LyX 1.1.6fix1 i have many text (.txt) file i want to import to Lyx. so i'm using insert file->ascii text as line the double-quote " still not converted to LyX formated. so, when i preview in postscript it become {|quote|} instead of " i hope this will be fixed

Re: crashe when inserting in tabular

2001-04-09 Thread Allan Rae
On Mon, 9 Apr 2001, Michael Schmitt wrote: > It seems like I am the only one, who is - in theory - able to run LyX with > Purify. Indeed, I really would like to do that but LyX 1.2cvs does not compile > with SUN CC 6.0. In fact, the situation has become even worse since the last > time I complain

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

2001-04-09 Thread Dekel Tsur
On Tue, Mar 27, 2001 at 11:46:05AM +0200, Jean-Marc Lasgouttes wrote: > Lars> The regexp is correct, but sometimes the resulting substring > Lars> still contain a space, why? Or is it a problem with the regex... > Lars> [^ \\)]+ is supposed to math all chars except ' ' and ')' (one > Lars> or more

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

2001-04-09 Thread Dekel Tsur
On Mon, Mar 26, 2001 at 09:54:16PM +0200, Lars Gullik Bjønnes wrote: > | In fact, instead of checking if foundfile contains a space, we can check if > | the file exists (this is already done if the file is not absolute > |path). > > Yes, we should do that. (even if it should always exist) Here i

Re: More on the mysterious tabular crashes

2001-04-09 Thread Ronny Buchmann
* Michael Schmitt <[EMAIL PROTECTED]> [2001-04-09 19:14] schrieb: > Hi, > > please read the statement concerning gcc 2.96 at gcc.gnu.org and you will see > they are definitely not be willing to have a look at the problem. However, if > the bug also occurs with gcc-3.0-cvs, they should know about

Re: pspell

2001-04-09 Thread Kevin Atkinson
On Mon, 9 Apr 2001, Garst R. Reese wrote: > Kevin Atkinson wrote: > > > > On Sun, 8 Apr 2001, Garst R. Reese wrote: > > > > > Kevin Atkinson wrote: > > > Yes the interface changed from .11 to .12 BUT not between .12 to > > .12.1. Anyway the fix is real simple (by defining a variable before > > i

Re: crashe when inserting in tabular

2001-04-09 Thread Michael Schmitt
Hello, I think it does not make sense to consider GNU Checker as it requires to recompile everything, including all libraries, e.g. xforms. It seems like I am the only one, who is - in theory - able to run LyX with Purify. Indeed, I really would like to do that but LyX 1.2cvs does not compile w

Re: LyX crash when mathmod cdots is used

2001-04-09 Thread Dekel Tsur
On Mon, Apr 09, 2001 at 09:56:22AM -0700, Michael K Cheng wrote: > I got some feedback and it apprears with redhat 7, you'll have to compile > without the optimization flag "-O2" so set CXXFLAGS='-g' and recompile > worked!! So perhaps we should disable optimizations for gcc 2.96 in the configure

RE: More on the mysterious tabular crashes

2001-04-09 Thread Michael Schmitt
Hi, please read the statement concerning gcc 2.96 at gcc.gnu.org and you will see they are definitely not be willing to have a look at the problem. However, if the bug also occurs with gcc-3.0-cvs, they should know about it, of course. Michael -- ===

Re: LyX crash when mathmod cdots is used

2001-04-09 Thread Michael K Cheng
I got some feedback and it apprears with redhat 7, you'll have to compile without the optimization flag "-O2" so set CXXFLAGS='-g' and recompile worked!! Thanks, Mike On 9 Apr 2001, Jean-Marc Lasgouttes wrote: > > "Michael" == Michael K Cheng <[EMAIL PROTECTED]> writes: > > Michael> Conte

Re: More on the mysterious tabular crashes

2001-04-09 Thread Dekel Tsur
On Mon, Apr 09, 2001 at 03:31:19PM +0200, Juergen Vigna wrote: > 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 at the AppendRow calls in tabular.C. You see that I do explicitely > ins

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: crashe when inserting in tabular

2001-04-09 Thread Dekel Tsur
On Mon, Apr 09, 2001 at 02:53:27PM +0200, Jean-Marc Lasgouttes wrote: > Unfortunately, I cannot try this out under purify, since it only works > with gcc 2.8.1 and we don't support that anymore :( We also have > Insure++ here, but our licence has expired :( :( > > Are there other tools that could

Re: problem saving an imported latex file (fwd)

2001-04-09 Thread Niels van Bakel
I installed the Redhat 7.0 distribution about two months ago. Attached you find a file which contains the backtrace. Regards, Niels On 9 Apr 2001, Jean-Marc Lasgouttes wrote: > > "Niels" == Niels van Bakel <[EMAIL PROTECTED]> writes: > > Niels> I import the attached latex file succesful

Re: crashe when inserting in tabular

2001-04-09 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> On Mon, Apr 09, 2001 at 02:53:27PM +0200, Jean-Marc Lasgouttes Dekel> wrote: >> Unfortunately, I cannot try this out under purify, since it only >> works with gcc 2.8.1 and we don't support that anymore :( We also >> have Insure++ her

Re: problem saving an imported latex file (fwd)

2001-04-09 Thread Jean-Marc Lasgouttes
> "Niels" == Niels van Bakel <[EMAIL PROTECTED]> writes: Niels> Content-Type: TEXT/PLAIN; charset=US-ASCII I installed the Niels> Redhat 7.0 distribution about two months ago. Attached you find Niels> a file which contains the backtrace. And what is the version of your gcc package? You can g

RE: More on the mysterious tabular crashes

2001-04-09 Thread John Levon
On Mon, 9 Apr 2001, Juergen Vigna wrote: > > 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 > > gc

Re: problem saving an imported latex file (fwd)

2001-04-09 Thread Jean-Marc Lasgouttes
> "Niels" == Niels van Bakel <[EMAIL PROTECTED]> writes: Niels> I import the attached latex file succesfully in an empty/new Niels> lyx document. (I run lyx-1.1.6fix1) If I try to save it as a Niels> lyx file, LYX crashes and I receive this bug/error report: Niels> Program received signal SI

Re: crashe when inserting in tabular

2001-04-09 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> | 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) John> phew, good, I thought it was just me. I

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

Re: Bugs?

2001-04-09 Thread Jean-Marc Lasgouttes
> "Bill" == Bill Wendling <[EMAIL PROTECTED]> writes: Bill> Hi all, I was wondering if there was a listing of bugs which Bill> haven't yet been squashed so that someone who would like to get Bill> started could look at them? Have a look at https://sourceforge.net/tracker/?group_id=15212&at

Re: Bug report Lyx 1.1.6 fix1 (Crash)

2001-04-09 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Deininger <[EMAIL PROTECTED]> writes: Andreas> Take any paragraph (e.g. the first paragraph from the Andreas> Lyx-Tutorial: "This document is designed to ... use Lyx Andreas> effectively"). Copy and paste this paragraph in an new Andreas> document. Put the cursor in fro

More on the mysterious tabular crashes

2001-04-09 Thread John Levon
Well, I spent some fun time on this over the weekend ... I now have it narrowed down to a file, and I'm becoming more convinced it *is* a compiler bug. 1) compiling tabular.C w/o -O "fixes" the problem 2) in tabular.C::operator=, line 121 : 121 cell_info = lt.cell_info; In the c

Bug report Lyx 1.1.6 fix1 (Crash)

2001-04-09 Thread Andreas Deininger
Hi all, a couple of weeks ago I already reported a bug who sometimes lets Lyx crash. Now I think I've found a reproducible way to crash Lyx: Take any paragraph (e.g. the first paragraph from the Lyx-Tutorial: "This document is designed to ... use Lyx effectively"). Copy and paste this paragraph

Re: eqascii 0.3.0 -- ascii equation renderer

2001-04-09 Thread Baruch Even
On Mon, 9 Apr 2001, Tuukka Toivonen wrote: > ...last time I tried to export some document as "ASCII", it seemed that > this is exactly what lyx would need. > > Another equation-to-ascii converter is in Maxima math package, but I think > it's written in Lisp. It surely could be usefull. > ...a

WWW.IT.LYX.ORG

2001-04-09 Thread Christine Hall
Title: Hello, I visited www.it.lyx.org and I noticed that you are not listed on some search engines. I am sure you can increase the number of people who visit www.it.lyx.org . Do you know TrafficMagnet? TrafficMagnet is a unique technology that automatically submits your web site to over

Re: LyX crash when mathmod cdots is used

2001-04-09 Thread Jean-Marc Lasgouttes
> "Michael" == Michael K Cheng <[EMAIL PROTECTED]> writes: Michael> Content-Type: TEXT/PLAIN; charset=US-ASCII LyX crashes Michael> whenever I save or dvi a document that contains 'cdots' in Michael> math equations. Are you using redhat 7? If you do, did you upgrade gcc to at least -69 rpm r

Re: Problems with floats

2001-04-09 Thread Edwin Leuven
> It is really important we implement the new find/replace spellcheck > functionality ... Edwin how far have you got with that ? Not far at all. I've been really busy the last couple of weeks and haven't had much time to look at this. Moreover, I am leaving for a 2 week holiday in Toscane this

eqascii 0.3.0 -- ascii equation renderer

2001-04-09 Thread Tuukka Toivonen
Just found following from Linux-announce mailing list: -- From: Przemek Borys <[EMAIL PROTECTED]> Subject: eqascii 0.3.0 -- ascii equation renderer Date: Fri, 6 Apr 2001 19:33:06 GMT Reply-To: [EMAIL PROTECTED] EHLO! Eqascii is an ascii equation renderer. That means, it renders equations,