Re: [PATCH] fix bug in insetquote

2002-09-25 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > Not good enough. I have left out the «guillemots» Hmpff. The guillemots need the brackets when they are used as closing quotes (otherwise the space to the next word is swapped). I have readded them again, so this patch is sane. Sorry, Jürgen. Index: src/insets/Ch

linking error with lyx 1.2.1

2002-09-25 Thread Sébastien Taylor
Hello, I am getting an error at link time for the lyx binary, it's not finding some symbol, and I know very little about this stl stuff (sorry). I'm using macosx btw. The error follows at the end of the email. The symbol it seems to have problems with is crc_table_t and a quick grep of the

Re: Dialog code question: What does "bc().addReadOnly(FL_OBJECT *)"do?

2002-09-25 Thread R. Lahaye
R. Lahaye wrote: > > Hi, > > In most Xforms (and Qt dialogs as well), I find this function: > > bc().addReadOnly(FL_OBJECT * ob) > > I don't see any effect when commenting it out in the Xforms dialog code. > What is it supposed to do? Is it still useful and/or relevant? Another, possibly

Dialog code question: What does "bc().addReadOnly(FL_OBJECT *)" do?

2002-09-25 Thread R. Lahaye
Hi, In most Xforms (and Qt dialogs as well), I find this function: bc().addReadOnly(FL_OBJECT * ob) I don't see any effect when commenting it out in the Xforms dialog code. What is it supposed to do? Is it still useful and/or relevant? Thanks, Rob.

DRT 0.1.0 available w/ LyX instructions

2002-09-25 Thread Amir Michail
Hi, You can download a preliminary version of DRT with LyX 1.2.1 instructions here: http://www.cse.unsw.edu.au/~amichail/DRT-0.1.0.tar.gz Let us know if you encounter problems. Amir

Re: lyxpipe bug report WONTFIX?

2002-09-25 Thread Allan Rae
On Mon, 23 Sep 2002, Angus Leeming wrote: > Of course if we can test whether the pipe is open before > attempting to unlink it, then we could definitely delete pipes > that are closed... > > Angus (ignorance showing once again). Can't we just connect to the pipe (like a client) say "Hello" and if

Re: just killed the spellchecker

2002-09-25 Thread R. Lahaye
Dr. Richard E. Hawkins wrote: > This is fresh cvs from today. I created a new document, and ran the > spellchecker on one word. Still not sure, I put in a misspelling, and > ran again. I'm pretty sure I moved the cursor back to the beginning, > and that it took (I might have just assumed). I f

Re: Wrap figure patch to CVS contains mistake

2002-09-25 Thread R. Lahaye
Dekel Tsur wrote: > On Wed, Sep 25, 2002 at 09:29:16PM +0900, R. Lahaye wrote: > >>Today you've committed a patch to "forms/form_wrap.fd" and "FormWrap.C". >>You replaced inner by Outer, but now the dialog interface has lost >>its logic, because the Default also says "outer": >> >> o Left >>

Re: lyx2lyx still not called from within lyx

2002-09-25 Thread Dr. Richard E. Hawkins
On Wed, Sep 25, 2002 at 11:30:42PM +0300, Dekel Tsur wrote: > On Wed, Sep 25, 2002 at 04:18:38PM -0400, Nirmal Govind wrote: > No. Today I changed the Makefile to install the lyx2lyx files in > LYXDIR/lyx2lyx. > > "Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> wrote: > > > I was under the impress

Re: lyx2lyx still not called from within lyx

2002-09-25 Thread Dekel Tsur
On Wed, Sep 25, 2002 at 04:18:38PM -0400, Nirmal Govind wrote: > This was Dekel's reply to this problem a couple of days ago: > > Copy (or link) the directory LYXSRCDIR/lib/lyx2lyx to LYXDIR/lyx2lyx. > > So I guess the fixes for this aren't in yet... No. Today I changed the Makefile to install

Re: lyx2lyx still not called from within lyx

2002-09-25 Thread Nirmal Govind
This was Dekel's reply to this problem a couple of days ago: Copy (or link) the directory LYXSRCDIR/lib/lyx2lyx to LYXDIR/lyx2lyx. So I guess the fixes for this aren't in yet... nirmal On Wed, 25 Sep 2002 13:14:15 -0400 "Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> wrote: > I was under the imp

Re: [PATCH] fix bug in insetquote

2002-09-25 Thread Juergen Spitzmueller
Andre Poenitz wrote: > Looks good. Not good enough. I have left out the «guillemots» because I couldn't find any kerning. I think -- at least for consistency reasons -- the {} should go there too. Corrected patch attached. Jürgen Index: src/insets/ChangeLog ===

lyx2lyx still not called from within lyx

2002-09-25 Thread Dr. Richard E. Hawkins
I was under the impression that fixes had been committed that would cause lyx2lyx to be automatically called. I'm still getting the "conversion script not found" message. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375

Re: Make doxygen happier

2002-09-25 Thread John Levon
On Wed, Sep 25, 2002 at 04:51:28PM +0100, Angus Leeming wrote: > struct Timeout::Pimpl : QObject { > private: > /// xforms id > int timeout_id; > }; Right, should be QTimer id thanks john -- "The only perfect circle on the human body is the eye. When a baby is born its so perfect

just killed the spellchecker

2002-09-25 Thread Dr. Richard E. Hawkins
This is fresh cvs from today. I created a new document, and ran the spellchecker on one word. Still not sure, I put in a misspelling, and ran again. I'm pretty sure I moved the cursor back to the beginning, and that it took (I might have just assumed). It didn't mark either word wrong, so I tr

Re: Make doxygen happier

2002-09-25 Thread Angus Leeming
On Wednesday 25 September 2002 5:18 pm, John Levon wrote: > On Wed, Sep 25, 2002 at 04:41:15PM +0100, Angus Leeming wrote: > > Simple fix attached. Ok to apply? > > --- src/frontends/qt2/Dialogs2.C24 Sep 2002 13:57:07 > - 1.5 > +++ src/frontends/qt2/Dialogs2.C25 Sep 2002 16:09:

Re: Make doxygen happier

2002-09-25 Thread John Levon
On Wed, Sep 25, 2002 at 04:41:15PM +0100, Angus Leeming wrote: > Simple fix attached. Ok to apply? --- src/frontends/qt2/Dialogs2.C24 Sep 2002 13:57:07 - 1.5 +++ src/frontends/qt2/Dialogs2.C25 Sep 2002 16:09:11 - @@ -1,5 +1,5 @@ /** - * \file xforms/Dialogs.C + * \file x

Make doxygen happier

2002-09-25 Thread Angus Leeming
Simple fix attached. Ok to apply? Angus doxygen.diff.gz Description: GNU Zip compressed data

Fix cursor position after C-Return

2002-09-25 Thread Andre Poenitz
Simple fix attached. Ok to apply? Andre' Index: math_gridinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_gridinset.C,v retrieving revision 1.83 diff -u -p -r1.83 math_gridinset.C --- math_gridinset.C28 A

Re: Float patch

2002-09-25 Thread Andre Poenitz
On Wed, Sep 25, 2002 at 06:50:59PM +0300, Dekel Tsur wrote: > I'm going to apply the following patch (which was already applied in 1.2.0). Your attachments were easier readable if they were marked as application/x-gzip or similar instead of aplication/octet-stream Andre' -- Those who desire to

Float patch

2002-09-25 Thread Dekel Tsur
I'm going to apply the following patch (which was already applied in 1.2.0). patch.gz Description: Binary data

Re: solution for LyX problems under DRT + LyX demo in paper

2002-09-25 Thread John Levon
On Wed, Sep 25, 2002 at 05:24:53PM +0200, Asger Kunuk Alstrup Nielsen wrote: > I would think so for 95% of all cases. The only things that could be > different is spell checking, exporting and converting stuff, previewing, > and similar operations that can take some time. Yep, find/replace would

Re: solution for LyX problems under DRT + LyX demo in paper

2002-09-25 Thread Asger Kunuk Alstrup Nielsen
On Mon, 23 Sep 2002, Amir Michail wrote: > I believe we can address the polling and cursor problems in LyX > under DRT by identifying a user action as follows: > > * an X input determines the start of an action (e.g., key press) > > * a burst of X outputs (e.g., screen draw requests) determine th

Re: compile troubles

2002-09-25 Thread Edwin Leuven
> It appears that it is this step that is not working for you. my fault indeed: I did ./configure --with-frontend=qt2 (old habits never die) sorry about the noise, Ed.

Re: compile troubles

2002-09-25 Thread Angus Leeming
On Wednesday 25 September 2002 3:24 pm, Edwin Leuven wrote: > g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/frontends > -I../../src -I../../../lyx-devel/src/frontends/.. > -I../../../lyx-devel/boost -isystem /usr/X11R6/include -g -O > -fno-exceptions -Wno-non-template-friend -W -Wall -c > ../..

compile troubles

2002-09-25 Thread Edwin Leuven
g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/frontends -I../../src -I../../../lyx-devel/src/frontends/.. -I../../../lyx-devel/boost -isystem /usr/X11R6/include -g -O -fno-exceptions -Wno-non-template-friend -W -Wall -c ../../../lyx-devel/src/frontends/Menubar.C -MT Menubar.lo -MD -MP -MF .

Re: authors step forward please!

2002-09-25 Thread Angus Leeming
On Wednesday 25 September 2002 3:02 pm, José Abílio Oliveira Matos wrote: > On Wednesday 25 September 2002 14:06, Angus Leeming wrote: > > Thanks for the feedback. The only files still with no known > > author are insetref.[Ch]. For the rest, see below. > > IIRC, I was also responsible for it.

Re: [PATCH] fix bug in insetquote

2002-09-25 Thread Andre Poenitz
On Wed, Sep 25, 2002 at 02:50:06PM +0200, Juergen Spitzmueller wrote: > Have a look at the attached example file, and you'll see that this is indeed > visible and leads to ugly typography. > The attached patch changes insetquote.C accordingly. Looks good. Andre' -- Those who desire to give up

Re: authors step forward please!

2002-09-25 Thread José Abílio Oliveira Matos
On Wednesday 25 September 2002 14:06, Angus Leeming wrote: > Thanks for the feedback. The only files still with no known > author are insetref.[Ch]. For the rest, see below. IIRC, I was also responsible for it. But while I am more or less sure about inseturl, I am not completly sure about this

The about LyX dialog...

2002-09-25 Thread Angus Leeming
A prize for the best alternative to that non-existent "LyX Team". Note that the CREDITs info is displayed in the same dialog... Angus string const ControlAboutlyx::getCopyright() const { return _("LyX is Copyright (C) 1995 by Matthias Ettrich,\n1995-2001 LyX Team"); }

Re: authors step forward please!

2002-09-25 Thread Angus Leeming
Thanks for the feedback. The only files still with no known author are insetref.[Ch]. For the rest, see below. Happy if I commit this? You can always add to the list thereafter...) Angus ExternalTemplate.C: * \author Asger Alstrup Nielsen ExternalTemplate.h: * \author Asger Alstrup Nielsen

Re: error while creating new file from template

2002-09-25 Thread Dekel Tsur
On Mon, Sep 23, 2002 at 08:51:51PM -0400, Nirmal Govind wrote: > Hi.. I'm getting the following error while using the option to create a > new file from template.. the template was created using lyx1.2. Well, I > tried out some default templates in 1.3.0cvs also but they didn't open > either.. >

Re: Qt header files and config.h

2002-09-25 Thread Dekel Tsur
On Tue, Sep 24, 2002 at 01:40:42PM +0100, John Levon wrote: > On Tue, Sep 24, 2002 at 09:44:14AM +0200, Lars Gullik Bj?nnes wrote: > > > We usually _never_ include it in the header files, only in the .C > > files. (and then _always_ as the first file included.) > > > > Please fix this in the qt

Sifreli TV/Uydu Yayinlari Artik Hep Bedava!... (G-YN)

2002-09-25 Thread Decoder CD
SiFRELi TV/UYDU YAYINLARINI BiLGiSAYARINIZDAN BEDAVA iZLEMEK iSTEMEZ MiSiNiZ? Turkiye'de Ilk Defa!... Sifreli Yayinlar Artik Bedava!... DECODER CD (v2.0) 40 EURO + KDV Sayin Internet Kullanicisi, Turkiye ve dunya genelindeki tum sifreli TV/Uydu yayinlarinin sifrelerini kirabilir,

Re: Wrap figure patch to CVS contains mistake

2002-09-25 Thread Dekel Tsur
On Wed, Sep 25, 2002 at 09:29:16PM +0900, R. Lahaye wrote: > Today you've committed a patch to "forms/form_wrap.fd" and "FormWrap.C". > You replaced inner by Outer, but now the dialog interface has lost > its logic, because the Default also says "outer": > >o Left >o Right >o Outer >

Re: authors step forward please!

2002-09-25 Thread José Abílio Oliveira Matos
On Wednesday 25 September 2002 13:44, Lars Gullik Bjønnes wrote: > > | src/insets/inseturl.C: * \author unknown > | src/insets/inseturl.h: * \author unknown > > Jose? Yes, I think so. Although later there was lots of work by other people. -- José Abílio

Re: authors step forward please!

2002-09-25 Thread Juergen Vigna
Angus Leeming wrote: > with the help of yet another little script, I have fixed the > licence info in src/insets/*.[Ch]. Unfortunately, nearly all > these files do not have an explicit author listed. Currently I > have the following. > > Please fill in the blanks! > src/insets/inset.C: * \au

[PATCH] fix bug in insetquote

2002-09-25 Thread Juergen Spitzmueller
There is a cosmetic bug in the quote inset which is visible with single quotation marks. E.g., for german single quotation marks, LyX uses \quotesinglbase{}foo{}` but the {} suppresses the kerning in the following character. The correct usage would be \quotesinglbase foo{}` Have a look at th

Re: authors step forward please!

2002-09-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | aleem@pneumon:devel-> grep "[\]author" src/insets/*.[Ch] | grep | -v unknown Ok, from the top of my head... please chime in if I make huge mistakes here. | src/insets/ExternalTemplate.C: * \author Asger Alstrup Nielsen | src/insets/ExternalTemplate.h

authors step forward please!

2002-09-25 Thread Angus Leeming
with the help of yet another little script, I have fixed the licence info in src/insets/*.[Ch]. Unfortunately, nearly all these files do not have an explicit author listed. Currently I have the following. Please fill in the blanks! Angus aleem@pneumon:devel-> grep "[\]author" src/insets/*.[

Re: Wrap figure patch to CVS contains mistake

2002-09-25 Thread John Levon
On Wed, Sep 25, 2002 at 09:29:16PM +0900, R. Lahaye wrote: > We could merge this placement dialog, with the placement dialog > for regular float, for example, and handle it from there. fwiw, I think this would be beetter UI too, but we have to be careful about the complexity of the float dialog

Wrap figure patch to CVS contains mistake

2002-09-25 Thread R. Lahaye
Dekel, Today you've committed a patch to "forms/form_wrap.fd" and "FormWrap.C". You replaced inner by Outer, but now the dialog interface has lost its logic, because the Default also says "outer": o Left o Right o Outer o Default (outer) Maybe the last entry should be "o Inner

MASRAFSIZ, ETKilLi, BASARILI REKLAM iMKANI!... (G-YN)

2002-09-25 Thread Reklam Ofisi
PRATiK, ETKiLi, KALiTELi, BASARILI ve MASRAFSIZ REKLAM-TANITIM iMKANI!... Tek Tusla, Tek Komutla, Ustelik te "0" Maliyetle, Tum Dunya Elinizin Altinda: Ayni Anda Milyonlarca Kisiye E-Mail Yoluyla Otomatik İleti!... Sayin Internet Kullanicisi, . World E-Mail Bank ® patentli, "E-Mail Adres R

Re: [PATCH}: src/support/* copyright notice

2002-09-25 Thread Angus Leeming
On Wednesday 25 September 2002 10:45 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Tedious but done. Ok to apply? [snip fixes] > If you fix up these it is ok to commit. :-) Ok dokey. Angus

Re: [PATCH}: src/support/* copyright notice

2002-09-25 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Tedious but done. Ok to apply? +/** + * \file FileInfo.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author unknown * mine +/** + *

[PATCH}: src/support/* copyright notice

2002-09-25 Thread Angus Leeming
Tedious but done. Ok to apply? Angus support.diff.gz Description: GNU Zip compressed data

Re: Untranslated things

2002-09-25 Thread Asger Kunuk Alstrup Nielsen
On Wed, 25 Sep 2002, John Levon wrote: > > When I click Insert->External Material, all the explanation thing about the > > various templates is not translated. It comes from the file > > lib/external_templates. Is it reasonable to expect those things can be > > translated one day ? > > No idea.

Re: Which parts of preview-latex are needed?

2002-09-25 Thread Angus Leeming
On Tuesday 24 September 2002 6:41 pm, Joao Luis M. Assirati wrote: > Hi, > > I contacted the maintainer of preview-latex debian package > asking him to > > lessen its dependencies (it depends on emacs21). He then answered: > > Does lyx depend only files in > > /usr/share/texmf/tex/latex/preview/

Re: LyX, configure and Qt

2002-09-25 Thread Lars Gullik Bjønnes
Pascal Francq <[EMAIL PROTECTED]> writes: | Hi, | When running the configure script on the CVS version, I have always same | message: | | | checking types of arguments for select()... int,fd_set *,struct timeval * | checking type of argument for putenv()... char * | checking if mkstemp is decl