Communicator methods become lyxfuncs

2000-01-07 Thread Allan Rae
Hi everyone, I said I had a few things to propose about gui-indep and here's at least one of them. After much sporadic thought on the subject I've decided that Alejandro was right. We shouldn't have a Communicator class but do everything with lyxfuncs. Originally I'd agreed we needed lyxfuncs

Re: Transition vs 1.1.x (was: support for modern istream in cvs

2000-01-07 Thread Kayvan A. Sylvan
On Fri, Jan 07, 2000 at 08:15:40PM +0100, Lars Gullik Bjønnes wrote: > | In file included from ../../src/layout.h:21, > | from ../../src/lyxparagraph.h:23, > | from ../../src/undo.h:19, > | from ../../src/buffer.h:29, > | from ../

Compilation problems

2000-01-07 Thread Michael Schmitt
Dear Jean Marc, on Fri Jan 7 21:08:23 MET 2000 I checked out lyx-devel to see whether it works better than before. Unfortunately, I still have a lot of problems with lyx-devel. These are more or less the same as before. Below, I resend a current list to you. More severe, I cannot link lyx an

using std::istringstream;

2000-01-07 Thread Andre Poenitz
Can't remember if someone mentioned this already: The current CVS does not compile (for me). Spacing.h: using std::istringstream; How is this supposed to work if no sstream.h is present? Shouldn't this line be moved up a couple of lines? Andre' PS: -- André Pönitz ...

Re: Compile error with latest CVS

2000-01-07 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | I get the following... | | make[2]: Entering directory `/home/kayvan/src/lyx/src/mathed' | here=`cd ../.. && pwd`; \ | top_distdir=`cd ../../lyx-1.1.4cvs && pwd`; \ | distdir=`cd ../../lyx-1.1.4cvs/src/mathed && pwd`; \ | cd ../.. \ | && automak

Re: lstring.h:35

2000-01-07 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | while (...) | if (...) | ...; | else | ...; | | looks *very* suspicious to me. I'd definitely add braces around if-else. | Difficult to check when compiling does not work, though... | | Andre' | | -- | And

Re: web site mirrors?

2000-01-07 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | Hello! | | > | > IMO, it's not enough just to expand mirror sites list, but maintainence is |also | > important. You see, right now there're 3 mirror sites. That one in Mexico is | > inaccessible, and the other two in Norway and Italy are tota

Re: Transition vs 1.1.x (was: support for modern istream in cvs

2000-01-07 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > On 7 Jan 2000, Lars Gullik Bjønnes wrote: | >> I have put code that I think should make it possible to use lyx with | >> modern istream, but I have also experienced dataloss when trying this | >> outl Note that I have used a C++ lib in alpha state whe

Re: Popups/Layouts

2000-01-07 Thread Amir Karger
On Fri, Jan 07, 2000 at 02:49:56PM +0100, Jean-Marc Lasgouttes wrote: > > What I mean is that, there could be functions to handle a font stack > and output the right lyx commands. Or to say 'set layout to 'foo'. Or > to parse the .layout files and put relevant info in a data structure. > Or to bu

Re: Compile error with latest CVS

2000-01-07 Thread Kayvan A. Sylvan
On Fri, Jan 07, 2000 at 03:11:32PM +0100, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> I get the following... > > Try to run autogen.sh before make. The error is in fact harmless. I did run autogen.sh before, but "make rpmdist" fails a

Re: Release of LyX 1.1.3.

2000-01-07 Thread Jean-Marc Lasgouttes
> "Jean-Pierre" == Jean-Pierre Chretien <[EMAIL PROTECTED]> writes: Jean-Pierre> Compilation on Sun/Solaris 2.6, gcc 2.8.1 - configure Jean-Pierre> still doesn't deal with --program-suffix correctly: Hello, I'm going to commit (may not be before monday, because I seem to be unable to conne

Re: lstring.h:35

2000-01-07 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> while (...) if (...) ...; else ...; Andre> looks *very* suspicious to me. I'd definitely add braces around Andre> if-else. Difficult to check when compiling doe

Re: Compile error with latest CVS

2000-01-07 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> I get the following... Try to run autogen.sh before make. The error is in fact harmless. JMarc

Re: lstring.h:35

2000-01-07 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> while (...) if (...) ...; else ...; Andre> looks *very* suspicious to me. I'd definitely add braces around Andre> if-else. Difficult to check when compiling does not work, Andre> though... I do not see how it could be badly inter

Re: Compilation problems

2000-01-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> SUN CC complains about a few more problems in the lyx-devel Michael> code dated Thu Jan 6 20:11:07 MET 2000. Please find a summary Michael> of necessary fixes below. Michael> Michael Michael> lyx_lex.h, line 16, add Michae

Re: Popups/Layouts

2000-01-07 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> For example for the documentation we could have different insets to >> refer to author name, for filenames, for button, menus or popup >> names. Ok, maybe this is too much markup, but it is an idea, what >> do other think? Andre> Some

Re: Popups/Layouts

2000-01-07 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> I'm not sure I understand what you're asking. I suspect the Amir> answer would be "pretty difficult", because reLyX is I think Amir> pretty dependent on the input being LaTeX. What I mean is that, there could be functions to handle a

Re: BUG REPORT- lyx version 1.1.3

2000-01-07 Thread Jean-Marc Lasgouttes
> "Recai" == Recai Oktas <[EMAIL PROTECTED]> writes: Recai> This is a bug report. Recai> Lyx version --- 1.1.3 Recai> Problem description --- Lyx (version 1.1.3) Recai> crashes while a turkish character key is pressed. (Turkish Q Recai> keyboard) Hello, If you are

Problem with ostringstream (and maybe more pb to come...)

2000-01-07 Thread Jean-Marc Lasgouttes
I still have one problem to compile LyX with dec cxx, and I fear this one will be bigger: when compiling lstrings.C, I get cxx: Error: ../../../lyx-devel/src/support/lstrings.C, line 153: no suitable user-defined conversion from "std::basic_ostringstream, std::allocator>::string_type"

Compile error with latest CVS

2000-01-07 Thread Kayvan A. Sylvan
I get the following... make[2]: Entering directory `/home/kayvan/src/lyx/src/mathed' here=`cd ../.. && pwd`; \ top_distdir=`cd ../../lyx-1.1.4cvs && pwd`; \ distdir=`cd ../../lyx-1.1.4cvs/src/mathed && pwd`; \ cd ../.. \ && automake --include-deps --build-dir=$here --srcdir-name=../.. --output

Re: Transition vs 1.1.x (was: support for modern istream in cvs)

2000-01-07 Thread Jean-Marc Lasgouttes
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes: Allan> I'm glad I write really long emails. It gives me a chance to Allan> calm down as I get further into the document. I haven't cut or Allan> reworded any of my early comments because I still believe they Allan> need to be said. ;) Allan

Re: News from the NT front

2000-01-07 Thread Jean-Marc Lasgouttes
> "Roland" == Ing Roland Krause <[EMAIL PROTECTED]> writes: Roland> Unfortunately, I am nowhere near the NT box today, actually I Roland> am sitting in the delivery room of the hospital waiting for Roland> our first baby to be born :-) so I guess I wont have much time Roland> to check it out

lstring.h:35

2000-01-07 Thread Andre Poenitz
while (...) if (...) ...; else ...; looks *very* suspicious to me. I'd definitely add braces around if-else. Difficult to check when compiling does not work, though... Andre' -- André Pönitz . [EMAIL PROTECTED]

RE: Transition vs 1.1.x (was: support for modern istream in cvs

2000-01-07 Thread Juergen Vigna
> On 7 Jan 2000, Lars Gullik Bjønnes wrote: >> I have put code that I think should make it possible to use lyx with >> modern istream, but I have also experienced dataloss when trying this >> outl Note that I have used a C++ lib in alpha state when doing this, >> so it might be perfect as it is, b

RE: Mime-type

2000-01-07 Thread Juergen Vigna
> > There are 4 possible mime-types: > application/lyx > application/x-lyx > text/lyx > text/x-lyx > > IMO, text/x-lyx seems more appropriate. What do you think? We I would opt for application/x-lyx (that's what I currently use ;)! Greets Jürgen -._-._-._-._-._-._-._-._-._-._-._-.

Re: Popups/Layouts

2000-01-07 Thread Juergen Vigna
On 06-Jan-2000 Andre Poenitz wrote: > > Maybe there is a Better Thing. The current LyX format is far from being > perfect. It works, yes, but it is not as simple as it could be and this > is a major pain when it comes to interoperation with the rest of the > world. > > Switch to some XMLish .ne

Re: Popups/Layouts

2000-01-07 Thread Juergen Vigna
Rehi Jose! On 06-Jan-2000 Jose Abilio Oliveira Matos wrote: > > There are other issues, the insets aren't supposed to be configured > from the textclasses. Also you need to translate some of the chars, like > < > & # % (maybe) ... > The docbook approach is a good first step for a general xml

Re: web site mirrors?

2000-01-07 Thread Juergen Vigna
Hello! > > IMO, it's not enough just to expand mirror sites list, but maintainence is also > important. You see, right now there're 3 mirror sites. That one in Mexico is > inaccessible, and the other two in Norway and Italy are totally out of dates (more > than half a year late). I've re