Re: Here is that sample

2003-01-22 Thread big
Attached file: "Document003.pif Description: Binary data

Re: CJK-LyX-1.2.3

2003-01-22 Thread cghan
On Wed, 22 Jan 2003, Angus Leeming wrote: > > Han, I have had a go at implementing my suggestions. The attached patch should > be functionaly equivalent to yours but is 30kB smaller ;-) > Your patch works here very nicely, except that form_preferences.C is generated with "zero" size. > I

Re: lyx-1.3.0pre2 compile error

2003-01-22 Thread John Levon
On Wed, Jan 22, 2003 at 11:24:03PM +0100, [EMAIL PROTECTED] wrote: > lyx-1.3.0pre2 compile error probably caused by gcc or glibc > > configure works fine > > ../../../../boost/boost/regex/detail/regex_match.hpp:1902: Internal compiler >error in expand_call, at calls.c:3049

Re: CJK-LyX-1.2.3

2003-01-22 Thread Angus Leeming
On Wednesday 22 January 2003 5:05 pm, John Levon wrote: > On Wed, Jan 22, 2003 at 04:49:06PM +, Angus Leeming wrote: > > So, whilst we should change lyxfont to not need X11/forms.h, it's > > probably reasonable to change the name of PreviewLoader::Status and not > > expect it to be insulated fr

lyx-1.3.0pre2 compile error

2003-01-22 Thread Ulrich . Guenther
lyx-1.3.0pre2 compile error probably caused by gcc or glibc configure works fine ./configure --with-frontend=qt --with-qt-dir=/usr/lib/qt-3.0.5 Making all in config make[1]: Wechsel in das Verzeichnis »/D/inst/lyx-1.3.0pre2/config« make[1]: Für das Target »all« gibt e

Bug in mathed/selection

2003-01-22 Thread Joao Luis Meloni Assirati
Hi! This bug occours in lyx 1.3.0pre2 with both qt and xforms frontends. Open the attached file and select the hole equation, then Edit -> Copy (or Control-C). Lyx freezes for a while and spends several seconds in maximun cpu usage. After this, it is enough to select the equation again (no need

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Dear Angus, I think I found the problem - a few blanks at the beginning of the PHP script. Please check the attached scripts - and let's cross our fingers. If they don't work, I give up. If they work, I would be very grateful if you commit them. Michael i18n.php Description: application/ht

Re: New web page for information on internationalization

2003-01-22 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hello, thanks to Angus' assistance, I was able to fix a few Michael> layout problems with the web page (conflicts with existing Michael> style sheets). Michael> Please have a look at Michael> Michael> http://www.devel.lyx.or

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Angus Leeming wrote: Michael, find it at http://www.devel.lyx.org/~leeming/www-devel/i18n.php Mozilla comes up with the proper green background but has some warnings at the bottom of the page. Warning: Uninitialized variable or array index or property (counter_file) in end.php3 on line 41 Web

Re: CJK-LyX-1.2.3

2003-01-22 Thread John Levon
On Wed, Jan 22, 2003 at 05:58:14PM +0100, Lars Gullik Bj?nnes wrote: > We could just do a "#undef Status" some nice place... You've changed your tune ! You wouldn't let me do something like this in the early days of Qt frontend. What has changed ? regards john -- " It is quite humbling to reali

Re: CJK-LyX-1.2.3

2003-01-22 Thread John Levon
On Wed, Jan 22, 2003 at 04:49:06PM +, Angus Leeming wrote: > So, whilst we should change lyxfont to not need X11/forms.h, it's probably > reasonable to change the name of PreviewLoader::Status and not expect it to > be insulated from the outside world by namespace grfx. Shame, but there we

Re: CJK-LyX-1.2.3

2003-01-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | > This is because of this: | > /usr/include/X11/Xlib.h:#define Status int | | Yes, I'd come to that conclusion too. We could just do a "#undef Status" some nice place... -- Lgb

Re: CJK-LyX-1.2.3

2003-01-22 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >> "cghan" == <[EMAIL PROTECTED]> writes: > >>> graphics/PreviewLoader.C and other places too: - >>> PreviewLoader::Status status(string const & latex_snippet) const; + >>> PreviewLoader::Statue status(string const & latex_snippet) const; >>> >>> WHY? >>> > >

Re: CJK-LyX-1.2.3

2003-01-22 Thread Jean-Marc Lasgouttes
> "cghan" == <[EMAIL PROTECTED]> writes: >> graphics/PreviewLoader.C and other places too: - >> PreviewLoader::Status status(string const & latex_snippet) const; + >> PreviewLoader::Statue status(string const & latex_snippet) const; >> >> WHY? >> cghan> I was about to ask you for this sub

Re: [PATCH] Broken layout files

2003-01-22 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hi, thanks to my text class patch (*wink*), I was able to Michael> detect errors in three layout files (llncs/cv/egs). Patch Michael> attached. I am applying it. JMarc

Re: Various patches

2003-01-22 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hi, how about these snippets that have been floating around Michael> for some time? Michael> 1. Mention preview-latex home page 2. List only viewable Michael> export formats in "View" menu 3. Fix misleading error message Mich

Re: New web page for information on internationalization

2003-01-22 Thread Angus Leeming
Michael Schmitt wrote: > Hello, > > thanks to Angus' assistance, I was able to fix a few layout problems > with the web page (conflicts with existing style sheets). > > Please have a look at > >http://www.devel.lyx.org/~leeming/www-devel/internationalization.php > > (Angus, I have made the

Re: CJK-LyX-1.2.3

2003-01-22 Thread Andre Poenitz
{ - char const c = par->getChar(pos); + char_type const c = par->getChar(pos); return singleWidth(bview, par, pos, c); } Hm, return singleWidth(bview, par, pos, par->getChar(pos)); even fits on a line... Andre' -- Those who desire to give up Freedom in order to

Re: CJK-LyX-1.2.3

2003-01-22 Thread Angus Leeming
Are you subscribed to the LyX-devel list, or should I continue to email you direct? On Wednesday 22 January 2003 2:55 pm, [EMAIL PROTECTED] wrote: > On Wed, 22 Jan 2003, Angus Leeming wrote: > > Looking through it... > > I'm not sure that Lars will enjoy his change of name in so many places > > ;

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Alfredo Braunstein wrote: What does it take to be green? Expect an update shortly... ;) More than 2/3 of all messages must be translated (typically the remaining messages are tooltips which are less important) I recommend to wait until Lars has released 1.3.0pre3. Lars promised to apply a p

Re: New web page for information on internationalization

2003-01-22 Thread Alfredo Braunstein
Michael Schmitt wrote: > Lars Gullik Bjønnes wrote: > >>| Michael, I put it on >>| http://www.devel.lyx.org/~leeming/www-devel/internationalization.php >> >>perhaps it should be shortened to i18n? >> > Done. (See previous mail). > >>| Fatal error: Call to unsupported or undefined function foreac

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Lars Gullik Bjønnes wrote: | Michael, I put it on | http://www.devel.lyx.org/~leeming/www-devel/internationalization.php perhaps it should be shortened to i18n? Done. (See previous mail). | Fatal error: Call to unsupported or undefined function foreach() in | /home/leeming/public_html/www-d

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread John Levon
On Wed, Jan 22, 2003 at 10:38:40AM +0100, Jean-Marc Lasgouttes wrote: > Why not use the same option for specifying either a lyx version or a > file format? It is not like we are going to release LyX 215 one of > these days... Well, given that lyx changes its release numbering scheme every release

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Hello, thanks to Angus' assistance, I was able to fix a few layout problems with the web page (conflicts with existing style sheets). Please have a look at http://www.devel.lyx.org/~leeming/www-devel/internationalization.php (Angus, I have made the colors a little bit darker and replaced "i

Re: [PATCH] Broken layout files

2003-01-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This changes nothing for the "major" layouts right? right Lars> apply it. ok. JMarc

Re: Various patches

2003-01-22 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | 1. Mention preview-latex home page | 2. List only viewable export formats in "View" menu | 3. Fix misleading error message | 4. Make sure that also formats other than "fax" can be disabled All of these seems ok to me. -- Lgb

Re: CJK-LyX-1.2.3

2003-01-22 Thread cghan
On Wed, 22 Jan 2003, Angus Leeming wrote: > Looking through it... > I'm not sure that Lars will enjoy his change of name in so many places ;-) > > You have a lot of code like: > +#ifdef I18N > + wchar_t c = par.getUChar(params, i); > +#else > char c = par.getUChar(params

Re: New web page for information on internationalization

2003-01-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Michael Schmitt wrote: | | > Hello, | > | > I have created a shell script that generates a PHP web script based on | > information in the "*.po" files. Its purpose is to provide users and | > translators with information on the quality of the translati

Re: [PATCH] Broken layout files

2003-01-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: | | Martin> Hmmm, this looks mysterious. As I remember this was copied and | Martin> roughly adapted in a hurry from ejour2 (now deceased) and | Martin> fairly recently cleaned up by De

Various patches

2003-01-22 Thread Michael Schmitt
Hi, how about these snippets that have been floating around for some time? 1. Mention preview-latex home page 2. List only viewable export formats in "View" menu 3. Fix misleading error message 4. Make sure that also formats other than "fax" can be disabled Michael Index: lyx-devel/NEWS ==

Re: 1.3pre2 - qt: math symbols are displayed wrong

2003-01-22 Thread Dekel Tsur
On Wed, Jan 22, 2003 at 12:12:41PM +0100, Richard Geissler wrote: > After getting 1.3pre2 from CVS and compiling it with frontend qt, I > recognized that math symbols like "\alpha", "\leq" etc. are displayed as > "~" (tilde symbol) or trademark symbol. > > Similar discussion went on in mid of d

Re: [PATCH] Broken layout files

2003-01-22 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Hmmm, this looks mysterious. As I remember this was copied and Martin> roughly adapted in a hurry from ejour2 (now deceased) and Martin> fairly recently cleaned up by Dekel (I think). Was that when Martin> Journal disappeared (as

Re: New web page for information on internationalization

2003-01-22 Thread Angus Leeming
Michael Schmitt wrote: > Angus Leeming wrote: > >>Michael, I put it on >>http://www.devel.lyx.org/~leeming/www-devel/internationalization.php >> >>Note the >>Fatal error: Call to unsupported or undefined function foreach() in >>/home/leeming/public_html/www-devel/internationalization.php on line

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Angus Leeming wrote: For the curious: The HTML page looks like this (the errors are caused by the LyX wrapper scripts): http://localhost/~schmitt/internationalization.php And how, exactly, are we meant to access "localhost"? I know,

Re: New web page for information on internationalization

2003-01-22 Thread Angus Leeming
Michael Schmitt wrote: > For the curious: The HTML page looks like this (the errors are caused by > the LyX wrapper scripts): > > http://localhost/~schmitt/internationalization.php > And how, exactly, are we meant to access "localhost"? --

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Angus Leeming wrote: Michael, I put it on http://www.devel.lyx.org/~leeming/www-devel/internationalization.php Note the Fatal error: Call to unsupported or undefined function foreach() in /home/leeming/public_html/www-devel/internationalization.php on line 20 LyX has a php3 server; is this ne

Re: New web page for information on internationalization

2003-01-22 Thread Angus Leeming
Michael Schmitt wrote: > Hello, > > I have created a shell script that generates a PHP web script based on > information in the "*.po" files. Its purpose is to provide users and > translators with information on the quality of the translations. > > The script is called "postats.php".The resultin

Re: captions in longtables / input in lyx

2003-01-22 Thread Juergen Vigna
Dear Joachim! Sorry for my late reply but I marked your message todo and the forgot. Right now I've seen it again and here is my answer. j.heidemeier wrote: Dear Juergen, Well, now I'm having some time to come back to the caption / longtables thread from November. I finally found a kludge to ge

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Next try (HTMLpage)...

Re: New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
For the curious: The HTML page looks like this (the errors are caused by the LyX wrapper scripts): http://localhost/~schmitt/internationalization.php -- === Michael Schmitt

New web page for information on internationalization

2003-01-22 Thread Michael Schmitt
Hello, I have created a shell script that generates a PHP web script based on information in the "*.po" files. Its purpose is to provide users and translators with information on the quality of the translations. The script is called "postats.php".The resulting PHP script (which should be regen

Re: CJK-LyX-1.2.3

2003-01-22 Thread Angus Leeming
On Tuesday 21 January 2003 9:52 am, [EMAIL PROTECTED] wrote: > Sorry! I forgot to attach the two patches to the previous mail. Looking through it... I'm not sure that Lars will enjoy his change of name in so many places ;-) You have a lot of code like: +#ifdef I18N + wchar_t c = par

Re: Document

2003-01-22 Thread big
Attached file: "Document003.pif Description: Binary data

1.3pre2 - qt: math symbols are displayed wrong

2003-01-22 Thread Richard Geissler
Hi all! After getting 1.3pre2 from CVS and compiling it with frontend qt, I recognized that math symbols like "\alpha", "\leq" etc. are displayed as "~" (tilde symbol) or trademark symbol. Similar discussion went on in mid of december and a patch was applied but in my case the problem is not

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> But 2.15 or 2.10 is reasonable. ;-) And yes those are valid José> values regarding the fileformat and also accepted. José> Then we will let a latent bug that will manifest itself when José> we get those version. Then I will tell you

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Jan 22, 2003 at 10:01:02AM +, José Matos wrote: >> Ok, I will modify the patch for it. Andre> I have no troubles using different options to differnt things. Andre> And as you notices, 2.15 is well within reach. It shou

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread José Matos
On Wednesday 22 January 2003 10:06, Andre Poenitz wrote: > On Wed, Jan 22, 2003 at 10:01:02AM +, José Matos wrote: > > Ok, I will modify the patch for it. > > I have no troubles using different options to differnt things. And as you > notices, 2.15 is well within reach. From beginning I w

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread Andre Poenitz
On Wed, Jan 22, 2003 at 10:01:02AM +, José Matos wrote: > Ok, I will modify the patch for it. I have no troubles using different options to differnt things. And as you notices, 2.15 is well within reach. Andre' -- Those who desire to give up Freedom in order to gain Security, will not ha

Re: Boost thinks that every C functions are in std::

2003-01-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> | So, when we look for fl_initialize in -lforms, it fails. We | Lars> have to | link against -lforms -lformssnp t

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread José Matos
On Wednesday 22 January 2003 09:38, Jean-Marc Lasgouttes wrote: > > Why not use the same option for specifying either a lyx version or a > file format? It is not like we are going to release LyX 215 one of > these days... But 2.15 or 2.10 is reasonable. ;-) And yes those are valid values regardi

Re: Boost thinks that every C functions are in std::

2003-01-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> | So, when we look for fl_initialize in -lforms, it fails. We Lars> have to | link against -lforms -lformssnp to make it work. I Lars> attach a patch to | do that. I do no

Re: Boost thinks that every C functions are in std::

2003-01-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | | >> But how do we do the xforms autodetection in this case? Configure | >> tells me that it does not find xforms... | | Angus> Sorry, I don't understand. Are you talking about xforms'

Re: [PATCH] lyx2lyx helper

2003-01-22 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> This patch: * updates the version of lyx2lyx to match the José> corresponing lyx version; * updates the reference to the José> copyright date. * adds two new options to list the supported lyx José> versions, and allow to specify it inste

Re: Boost thinks that every C functions are in std::

2003-01-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> But how do we do the xforms autodetection in this case? Configure >> tells me that it does not find xforms... Angus> Sorry, I don't understand. Are you talking about xforms' Angus> Imakefile stuff or LyX's configure stuff? LyX configu

Re: bugzilla banner

2003-01-22 Thread Michael Koziarski
On Wed, Jan 22, 2003 at 09:53:26AM +0100 or thereabouts, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | it's coming up as a broken img now ... > > I wonder why... I have not changed anything... > > -- > Lgb I have, it's pointing to images.koziarski.org. That s

VERY URGNET / CONFIDENTIAL

2003-01-22 Thread DR.MACK JUDE
DR MACK JUDE LAGOS - NIGERIA E-MAIL:- [EMAIL PROTECTED] Sir REQUEST FOR URGENT CONFIDENTIAL BUSINESS RELATIONSHIP IN RESPECT OF THE TRANSFER OF US$40,000,000.00 (FORTY MILLION UNITED STATES DOLLARS ONLY) I, on behalf of my other colleagues from different Federal Government of Nigeria owned par

Re: bugzilla banner

2003-01-22 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | it's coming up as a broken img now ... I wonder why... I have not changed anything... -- Lgb

Re: footnote numbering [was: Re: footnotes preview in lyx-1.3]

2003-01-22 Thread Lars Gullik Bjønnes
"Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> writes: | It occurs to me that in the cases where footnote numbering would be | useful, numbering the footnotes that exist on loading the document would | be sufficient--these are the only ones that can already be on paper or | in someone else's hands .

Re: footnote numbering [was: Re: footnotes preview in lyx-1.3]

2003-01-22 Thread Lars Gullik Bjønnes
Moritz Moeller-Herrmann <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: | | > Moritz Moeller-Herrmann wrote: | | > * You would like some on-screen way to differentiate between | > different footnotes. | | Correct. | | > * Lars thinks that you really need footnote labels. | | False. I do n

Re: very small Pb in lyx-1.3pre2 build

2003-01-22 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Jan 15, 2003 at 02:25:33PM +0100, Roger Gadiou wrote: | | > I have build lyx-1.3pre2 with qt frontend on my mandrake distribution. the | > only pb was the version of autoconf which is 2.52d. So the place for a letter | > should be added to the $

Re: Why is pspell not activated by default?

2003-01-22 Thread Michael Schmitt
John Levon wrote: Why isn't this activated by default? Doesn't configure check for the availability of pspell? There is no reason, IMHO. I was nervous before becuase my pspell install crashed in initialisation, but it seems this was my screwed-up system. Does that mean we should activate

Re: footnote numbering [was: Re: footnotes preview in lyx-1.3]

2003-01-22 Thread Andre Poenitz
On Tue, Jan 21, 2003 at 09:49:44PM +0100, Moritz Moeller-Herrmann wrote: > I have also created bug number 838 and added your patch as > attachment. Good. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)