Re: Problems with LinuxDoc

2000-04-07 Thread Jose Abilio Oliveira Matos
Jean-Marc could you please backport the fix in void Buffer::pop_tag that you already applied to the cvs to the fix series? The problem is/was the initialization of variables. -- José

selectlanguage bug in CVS

2000-04-07 Thread Angus Leeming
When I export a simple document to LaTeX and then re-import it into LyX I lose the "Language: english" setting in Layout->Document, it being reset to "Language->default". Furthermore, every paragraph is set between \selectlanguage markers: \selectlanguage{american} blah blah blah \selectlanguage

tiny patch

2000-04-07 Thread Angus Leeming
compilation fails on a recent CVS in insetlatexaccent.C: implicit declaration of int printf() The following patch fixes the problem. Angus *** insetlatexaccent.C Fri Apr 7 10:59:06 2000 --- insetlatexaccent.C~ Fri Apr 7 10:22:39 2000 *** *** 180,186 plusasc =

small cursor bug in recent CVS

2000-04-07 Thread Angus Leeming
If I cover the window containing a LyX document with another, and then bring the LyX document to the top I often get a grey patch next to the flashing cursor. This remains even after I move the cursor away. I attach a small picture to illustrate. This does not happen every time, but often. I have

Re: lyx.org route problem

2000-04-07 Thread John Levon
On Thu, 6 Apr 2000, Kayvan A. Sylvan wrote: > Hi everyone, > > Is there something wrong with the network that lyx.org is attached to? > > cvs [update aborted]: connect to anoncvs.lyx.org:2401 failed: No route to host > > ---Kayvan > I can't reach it at all today ... its

Re: lyx.org route problem

2000-04-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, 6 Apr 2000, Kayvan A. Sylvan wrote: >> Hi everyone, >> >> Is there something wrong with the network that lyx.org is attached >> to? >> >> cvs [update aborted]: connect to anoncvs.lyx.org:2401 failed: No >> route to host >> >>

Re: lyx.org route problem

2000-04-07 Thread Angus Leeming
John> I can't reach it at all today ... its resolving but I never get John> a response back from a ping or whatever JMarc> Yes, and also mail to @lyx.org seems to get nowhere. I guess this is JMarc> related to the fact that no news from Lars appear on the list. So question: how did you manage to

Re: lyx.org route problem

2000-04-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: John> I can't reach it at all today ... its resolving but I never get John> a response back from a ping or whatever JMarc> Yes, and also mail to @lyx.org seems to get nowhere. I guess JMarc> this is related to the fact that no news from

Re: lyx.org route problem

2000-04-07 Thread John Levon
On 7 Apr 2000, Jean-Marc Lasgouttes wrote: > The machine cvs.lyx.org is up and running. However, aussie.lyx.org > (aka anoncvs.lyx.org, aka www.lyx.org) does not work. I just put a > copy of the FAQ at > http://www-rocq.inria.fr/~lasgoutt/lyx/FAQ.lyx > > JMarc > thanks, I can have a look at th

tiny patch 2

2000-04-07 Thread Angus Leeming
Compilation falls over on my machine in font.C (recent CVS). Fixed by the following tiny patch. Angus *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 10:22:37 2000 *** *** 3,9 #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - #include "suppo

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Jean-Marc Lasgouttes
> "Kimmo" == Kimmo Koli <[EMAIL PROTECTED]> writes: Kimmo> The Reconfigure in the Options-menu reruns the configure-script Kimmo> if I understand corrently. Yes. Kimmo> The default shell for user is tcsh and because we have "too Kimmo> many" applications in our system, we don't place all K

Re: selectlanguage bug in CVS

2000-04-07 Thread Dekel Tsur
On Fri, Apr 07, 2000 at 09:55:16AM +0100, Angus Leeming wrote: > When I export a simple document to LaTeX and then > re-import it into LyX I lose the "Language: english" setting > in Layout->Document, it being reset to "Language->default". This is a missing feature in reLyX. > > Furthermore, ev

Re: small cursor bug in recent CVS

2000-04-07 Thread Dekel Tsur
On Fri, Apr 07, 2000 at 11:00:49AM +0100, Angus Leeming wrote: > If I cover the window containing a LyX document with > another, and then bring the LyX document to the top I often > get a grey patch next to the flashing cursor. This remains > even after I move the cursor away. I attach a small pic

Re: selectlanguage bug in CVS

2000-04-07 Thread Angus Leeming
Dekel> The problem is in the original LyX file: the language of the document is set Dekel> to English, but the language of each paragraph is American. Dekel> This happens if you started writing the document, and after writing several Dekel> paragraphs you changed the language of the document. Curr

Re: small cursor bug in recent CVS

2000-04-07 Thread Angus Leeming
Dekel> First, the cursor is not visible in the screenshot, but it appears that you Dekel> had a L-shaped cursor instead of the default bar-shaped cursor. Dekel> If so, then this is a sign that the language of the current text is not equal Dekel> to the language of the document (see my previous mai

Re: selectlanguage bug in CVS

2000-04-07 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> The problem is in the original LyX file: the language of the Dekel> document is set to English, but the language of each paragraph Dekel> is American. This happens if you started writing the document, Dekel> and after writing several

Re: tiny patch 2

2000-04-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Compilation falls over on my machine in font.C (recent CVS). Angus> Fixed by the following tiny patch. Angus Angus> *** font.C Fri Apr 7 11:51:12 2000 --- font.C~ Fri Apr 7 Angus> 10:22:37 2000 *** *** 3,9 #includ

Re: tiny patch 2

2000-04-07 Thread Angus Leeming
Angus> #include "font.h" Angus> #include "FontLoader.h" Angus> #include "lyxrc.h" Angus> - #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this line JMarc> helps... I don't know why it says "-". Must have diffed the files in the wrong order. Read i

Re: selectlanguage bug in CVS

2000-04-07 Thread Juergen Vigna
On 07-Apr-2000 Jean-Marc Lasgouttes wrote: >> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> The problem is in the original LyX file: the language of the > Dekel> document is set to English, but the language of each paragraph > Dekel> is American. This happens if you started wr

Re: tiny patch 2

2000-04-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - Angus> #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this JMarc> line helps... Angus> I don't know why it says "-". Mus

Re: tiny patch 2

2000-04-07 Thread Angus Leeming
Angus> #include "font.h" #include "FontLoader.h" #include "lyxrc.h" - Angus> #include "support/lstrings.h" JMarc> What error do you get? I do not understand why removing this JMarc> line helps... Angus> I don't know why it says "-". Must have diffed the files in the Angus> wrong order. Read it

Re: tiny patch 2

2000-04-07 Thread Jose Abilio Oliveira Matos
On Fri, Apr 07, 2000 at 02:44:45PM +0100, Angus Leeming wrote: > The CVS version is a few days old. How do I establish > exactly which? Look for the first entry in Changelog (there you have the date) > Angus > -- José

Re: fix3

2000-04-07 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> It looks like a bunch of people got the fix3 RPMS from my Kayvan> site. Those people should re-get the RPM from my ftp site Kayvan> (ftp://ftp.sylvan.com/pub/lyx) today. It has the lyxdoc fix in Kayvan> there as well. What is

Master TOC

2000-04-07 Thread Amir Karger
> I've commited a Master Table of Contents to the lyxdoc repository > (TOC.lyx) along with the shell script that got me 98% of the way there. > (As an exercize for Amir, rewrite it with 5 lines of Perl code ...). Let > me know if you like it. I don't really understand why you used that instead o

lyx CVS check ins?

2000-04-07 Thread Amir Karger
I didn't get any mail about Mike's lyxdoc CVS checkins. In fact, I think I may not have gotten a couple previous ones either. Is there no cvslog equivalent for lyxdoc? -Amir

Re: lyx CVS check ins?

2000-04-07 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> I didn't get any mail about Mike's lyxdoc CVS checkins. In fact, Amir> I think I may not have gotten a couple previous ones either. Is Amir> there no cvslog equivalent for lyxdoc? No, but all mails to @lyx.org go to an unspecified pla

Re: lyx.org route problem

2000-04-07 Thread Mate Wierdl
The problem is that the nameservers ns{1,2}.lyx.org do not have ptr records. Indeed: nslookup -query=ns lyx.org Server: dns1.memphis.edu Address: 141.225.253.21 Non-authoritative answer: lyx.org nameserver = ns2.lyx.org lyx.org nameserver = ns1.lyx.org lyx.org nameserver = lupinella.troll.no

Re: Bugs in the text inset

2000-04-07 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | > I am fiddling with the thought of having a TextAttributes where we now | > have LyXFont. This TA would normally just contain a regualar LyXFont, | > but in other cases it would hold a logical attribute f.ex. "Country". | > This attribte w

Re: Patch

2000-04-07 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | > Why? | > lower_bound(vec.begin(), vec.end(), cmppos(), pos, cmppos()); | | Do you mean lower_bound(vec.begin(), vec.end(), pos, cmppos()) ? Probably I have no idea where the second compos came from... | The above form of lower_bound works, but it

Re: offtopic: mailserver

2000-04-07 Thread Lars Gullik Bjønnes
Mate Wierdl <[EMAIL PROTECTED]> writes: | I am sending this to the list because I am not sure Lars can get it | otherwise. First I got it and then something really strange happended to aussie so I was not able to reply until now... | nslookup 195.0.254.205 | Server: dns1.memphis.edu | Address

Re: lyx CVS check ins?

2000-04-07 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | I didn't get any mail about Mike's lyxdoc CVS checkins. In fact, I think I | may not have gotten a couple previous ones either. Is there no cvslog | equivalent for lyxdoc? there is, but perhaps you are not on that list... Lgb

Re: lyx CVS check ins?

2000-04-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: | | Amir> I didn't get any mail about Mike's lyxdoc CVS checkins. In fact, | Amir> I think I may not have gotten a couple previous ones either. Is | Amir> there no cvslog equivalent for lyx

Re: lyx.org route problem

2000-04-07 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi everyone, | | Is there something wrong with the network that lyx.org is attached to? | | cvs [update aborted]: connect to anoncvs.lyx.org:2401 failed: No | route to host Only that the machine was down... Lgb

Re: tiny patch

2000-04-07 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | compilation fails on a recent CVS in insetlatexaccent.C: | | implicit declaration of int printf() | | The following patch fixes the problem. reversed patch? Lgb

Re: tiny patch

2000-04-07 Thread Angus Leeming
On Fri, 07 Apr 2000, you wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | compilation fails on a recent CVS in insetlatexaccent.C: | | implicit declaration of int printf() | | The following patch fixes the problem. Lars> reversed patch? Maybe. Get rid of printf() and all is well. Angus

Re: Master TOC

2000-04-07 Thread mressler
On Fri, 7 Apr 2000, Amir Karger wrote: > So, for your reading pleasure, I'm attaching doc_toc.pl and toc.lyx. > doc_toc.pl is 107 lines. If I got rid of the comments and whitespace, I > could shrink it, though to get it to five lines they would have to be really > long lines :) I'm attaching it so

Re: Lars: Returned mail: User unknown (fwd)

2000-04-07 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | Take a look at the entry in baywatch:/etc/group for cvsusers. This solution was just too simple for me... Lgb

Re: fix3

2000-04-07 Thread Kayvan A. Sylvan
On Fri, Apr 07, 2000 at 05:20:40PM +0200, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> It looks like a bunch of people got the fix3 RPMS from my > Kayvan> site. Those people should re-get the RPM from my ftp site > Kayvan> (ftp://ftp.sylv

Re: Master TOC

2000-04-07 Thread Garst R. Reese
[EMAIL PROTECTED] wrote: > Now we just need to get LyX to support \dotfill in addition to \hfill. > > Mike > [EMAIL PROTECTED] Can't we just generalize that to fill with x. Garst

Re: fix3

2000-04-07 Thread Kayvan A. Sylvan
On Fri, Apr 07, 2000 at 09:52:25AM -0700, Kayvan A. Sylvan wrote: > On Fri, Apr 07, 2000 at 05:20:40PM +0200, Jean-Marc Lasgouttes wrote: > > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > > > Kayvan> It looks like a bunch of people got the fix3 RPMS from my > > Kayvan> site. T

Re: Master TOC

2000-04-07 Thread mressler
On Fri, 7 Apr 2000, Garst R. Reese wrote: > [EMAIL PROTECTED] wrote: > > Now we just need to get LyX to support \dotfill in addition to \hfill. > > > > Mike > > [EMAIL PROTECTED] > Can't we just generalize that to fill with x. > > > >

Re: Bugs in the text inset

2000-04-07 Thread Jose Abilio Oliveira Matos
On Fri, Apr 07, 2000 at 06:16:55PM +0200, Lars Gullik Bjønnes wrote: > Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: > > | > I am fiddling with the thought of having a TextAttributes where we now > | > have LyXFont. This TA would normally just contain a regualar LyXFont, > | > but in oth

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Jean-Marc Lasgouttes
> "Kimmo" == Kimmo Koli <[EMAIL PROTECTED]> writes: Kimmo> In our configuration we try to make a multi-platform Kimmo> installation so that Linux, Solaris and HP-UX share the Kimmo> platform independent files. However, reconfigure is now working Kimmo> only on HP-UX, as the configure-script i

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Jean-Marc Lasgouttes
> "Mike" == <[EMAIL PROTECTED]> writes: Mike> Areas I would particularly like comments about are the Mike> following: Mike> Section 1.2 - I would like to know about "world record Mike> documents" (read it - you'll see what I mean). Anyone do longer Mike> than a 118 page thesis? Anyone writ

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Oops! I sent the message by mistake. I have more complaints... Jean-Marc> * 6.5: what's wrong with "math-insert root" (M-m r)? * 8.1: explicitely point to the Tutorial as minimum reading. * 9.4: why don't you want to use the

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Yann MORERE
[EMAIL PROTECTED] wrote: > > I have just placed "Version 0.3.0pre0.build000, Alpha" of the LyX FAQ into > the lyxdoc CVS module. It's not "finished" by any stretch, but I wanted > people to have a chance to see it and offer comments before it gets too > much bigger. > > The format is loosely bas

Re: Master TOC

2000-04-07 Thread Garst R. Reese
[EMAIL PROTECTED] wrote: > > On Fri, 7 Apr 2000, Garst R. Reese wrote: > > [EMAIL PROTECTED] wrote: > > > Now we just need to get LyX to support \dotfill in addition to \hfill. > > > > > > Mike > > > [EMAIL PROTECTED] > > Can't we just generalize that to fill with x. > > > >

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Kimmo Koli
On 7 Apr 2000, Jean-Marc Lasgouttes wrote: > > "Kimmo" == Kimmo Koli <[EMAIL PROTECTED]> writes: > > Kimmo> In our configuration we try to make a multi-platform > Kimmo> installation so that Linux, Solaris and HP-UX share the > Kimmo> platform independent files. However, reconfigure is now w

Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Jose Abilio Oliveira Matos
On Fri, Apr 07, 2000 at 11:05:34AM +0200, Jean-Marc Lasgouttes wrote: > > * 5: explain what the LaTeX preamble is. Note maybe that ERT and > preamble work for SGML too (am I right wrt the preamble?). Both (ert and preamble) work with linuxdoc and docbook! -- José

Re: fix3

2000-04-07 Thread Kayvan A. Sylvan
On Fri, Apr 07, 2000 at 04:25:27PM +0200, Jean-Marc Lasgouttes wrote: > > "Ronald" == Ronald Florence <[EMAIL PROTECTED]> writes: > > Ronald> Has fix3 for LyX-1.1.4 been released? Where would I find it? > [...] > > fix3 is ready since monday, but it has not been formally announced > since (1