Re: Bibtex dialog in QT frontend

2002-12-16 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Unless this fixes real bugs, crashes, regressions etc. Then I'd > prefere to wait. It fixes a regression wrt 1.2/xforms frontend: it enables qt users to insert a bibtex database filename without path (i.e. in $BIBINPUTS), which is not possible with the current dialog

Re: Right-click on a reference inset within a float

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 07:27:48PM +0100, Alfredo Braunstein wrote: > Something like this? > > Inset::RESULT InsetButton::localDispatch(FuncRequest const & ev) > { > switch (ev.action) { > > case LFUN_MOUSE_RELEASE: > if(editable()) { > edit

Re: Right-click on a reference inset within a float

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 08:41:48PM +0100, Alfredo Braunstein wrote: > > I think whatever it does should be done in the inset's localDispatch(), > > but the call has been there "since ever"... > > Seems that edit() is used like a poor man's localDispatch(), a remaining > from the past? Sounds sen

Re: [PATCH][RFC] Use locale codec for Qt key insert

2002-12-16 Thread John Levon
On Tue, Dec 17, 2002 at 02:38:42AM +, John Levon wrote: > Here's a proof-of-concept. LANG=pl_PL menus are correct with the below > patch, wrong without. And here's the real patch. It's very big but conceptually simple : all conversions to and from QString are wrapped. Not all are necessary,

Re: 1.2.xCVS and gcc3.2.1

2002-12-16 Thread Rod Pinna
> Also, aspell quickly detected that it could not run a c++ prog (in > configure), but lyx thought it could and configure proceded with only a > weird warning that went by to fast to really see, and did not make much > sense anyway. Odd, I don't seem to get a warning here with 122cvs. > Then it

Re: gcc 3.2.1, lyx130cvs and qt

2002-12-16 Thread John Levon
On Tue, Dec 17, 2002 at 10:42:29AM +0800, Rod Pinna wrote: > I think I saw mention that I need to have used the same compiler for Qt > as I'm trying to use for lyx? If so, I presume I'm limited to 2.95 on > Debian then. Yes. > The xforms version configs fine. xforms frontend doesn't use other C

gcc 3.2.1, lyx130cvs and qt

2002-12-16 Thread Rod Pinna
Hi all, Can't ./configure 130cvs with the qt frontend, if I use gcc 3.2.1. Configure complains about not finding the Qt library name, and then can't compile a simple Qt executable. Using the same config line, but with gcc-2.95 is fine. I think I saw mention that I need to have used the same co

Re: [PATCH][RFC] Use locale codec for Qt key insert

2002-12-16 Thread John Levon
On Tue, Dec 17, 2002 at 02:17:34AM +, John Levon wrote: > I reckon we can fix the menus etc. using the same thing, all we need is Here's a proof-of-concept. LANG=pl_PL menus are correct with the below patch, wrong without. Lars, comments ? Do people agree this is a sensible (albeit temporary

Re: 1.2.xCVS and gcc3.2.1

2002-12-16 Thread Rod Pinna
On 16 Dec 2002, Lars Gullik [iso-8859-1] Bjønnes wrote: > Rod Pinna <[EMAIL PROTECTED]> writes: > > | After compiling and installing gcc 3.2.1 I get the following from 122cvs > | (sorry about the amount, not sure where the interesting bit starts). > | I did a pretty standard install, giving gcc e

[PATCH][RFC] Use locale codec for Qt key insert

2002-12-16 Thread John Levon
I believe this to be all that is needed for inserting keys with Qt frontend. If I do LANG=ro_RO ./lyx with this patch, I can insert t-cedilla etc. from latin2, just fine (assuming I've set document lang naturally). If my LANG=en_GB, X will not let me compose these latin2 cahracters *anyway*, so

[PATCH] More changes to de.po

2002-12-16 Thread Michael Schmitt
Uff, another 75 translations fixed. Please apply the patch. Michael PS: Is there a way to check whether a shortcut has been assigned to two or more dialog elements? It would simplify work quite a lot if I could assign "optimal" shortcuts first and then check whether there are any clashes at r

Re: make distcheck

2002-12-16 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I am having a hard time getting "make distcheck" working as it should. | | I'd really like if somebody else could also try one, and see if there | is something obvious that is wrong. | | I'm a bit flummoxed. btw. srcdir == builddir (I do not ex

make distcheck

2002-12-16 Thread Lars Gullik Bjønnes
I am having a hard time getting "make distcheck" working as it should. I'd really like if somebody else could also try one, and see if there is something obvious that is wrong. I'm a bit flummoxed. -- Lgb

Re: Lyx Build Fails

2002-12-16 Thread Kayvan A. Sylvan
On Tue, Dec 17, 2002 at 12:26:31AM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | > cat xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot >default_ui_l10n.pot | \ > | > msguniq -o lyx.po > | > /bin/sh: msguniq: command not found > | > make[3

Re: Bibtex dialog in QT frontend

2002-12-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Dec 13, 2002 at 09:20:14AM +0100, Juergen Spitzmueller wrote: | | > John Levon wrote: | > > > Currently, I don't have the time for doing a patch. | > > maybe someone else can | > | > I did. | | I guess this would need an explicit 'OK' from Lars n

Re: [PATCH] Visualize small/med/bigskips

2002-12-16 Thread John Levon
On Tue, Dec 17, 2002 at 01:53:53AM +0100, Michael Schmitt wrote: > >AFAIK, you didn't send a patch for CVS 1.3 when we asked. And it is > > ??? It was you who wrote the patch ??? I understand that you modified it though : http://marc.theaimsgroup.com/?l=lyx-devel&m=103133345712767&w=2 Anyway,

Re: Bibtex dialog in QT frontend

2002-12-16 Thread John Levon
On Fri, Dec 13, 2002 at 09:20:14AM +0100, Juergen Spitzmueller wrote: > John Levon wrote: > > > Currently, I don't have the time for doing a patch. > > maybe someone else can > > I did. I guess this would need an explicit 'OK' from Lars now. regards john -- "ALL television is children's telev

Re: [PATCH] Visualize small/med/bigskips

2002-12-16 Thread Michael Schmitt
John Levon wrote: AFAIK, you didn't send a patch for CVS 1.3 when we asked. And it is definitely too late now - we should only be fixing things on the release-critical list ... or important regressions that pop up. ??? It was you who wrote the patch ??? Michael

mathed/qt debug log for failing symbols case

2002-12-16 Thread John Levon
André, Dekel, I would appreciate if you could take a look at this, because I'm lost. It seems that mathed correctly usings "symbol fallback" which I assume means "\alpha". But when it's painted, text "a" gets passed into the painter in Qt. There are two problems here : 1) our matching fonts in

Re: [PATCH] Visualize small/med/bigskips

2002-12-16 Thread John Levon
On Tue, Dec 17, 2002 at 12:45:41AM +0100, Michael Schmitt wrote: > this is my last try to get this patch into the LyX repository! AFAIK, you didn't send a patch for CVS 1.3 when we asked. And it is definitely too late now - we should only be fixing things on the release-critical list ... or impor

creating dists (rpm,source,binary)

2002-12-16 Thread Lars Gullik Bjønnes
Autoconf 2.13 and 2.5x is imcompatible when it comes to building dists. (rpm,distdir,dist,source...) I want to setup this so that autoconf 2.5x works, and 2.13 must fend for itself... strong objections? -- Lgb

[PATCH] Visualize small/med/bigskips

2002-12-16 Thread Michael Schmitt
Hello, this is my last try to get this patch into the LyX repository! The patch is used to display a smallskip/medskip/bigskip in textual form (more WYSIWYM, slightly less WYSIWYG). I consider it very difficult to distinguish a bigskip from a medskip on screen. This patch is a direct adaption

Re: Lyx Build Fails

2002-12-16 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > cat xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot |default_ui_l10n.pot | \ | > msguniq -o lyx.po | > /bin/sh: msguniq: command not found | > make[3]: *** [l10n_pots] Error 127 | > make[3]: Leaving directory `/home/kayvan/src/lyx

Re: Lyx Build Fails

2002-12-16 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > cat xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot |default_ui_l10n.pot | \ | > msguniq -o lyx.po | > /bin/sh: msguniq: command not found | > make[3]: *** [l10n_pots] Error 127 | > make[3]: Leaving directory `/home/kayvan/src/lyx

Lyx Build Fails

2002-12-16 Thread Kayvan A. Sylvan
> cat xforms_l10n.pot qt_l10n.pot layouts_l10n.pot languages_l10n.pot >default_ui_l10n.pot | \ > msguniq -o lyx.po > /bin/sh: msguniq: command not found > make[3]: *** [l10n_pots] Error 127 > make[3]: Leaving directory `/home/kayvan/src/lyx/po' > make[2]: *** [update-po] Error 2 > make[2]: Leaving

Re: Right-click on a reference inset within a float

2002-12-16 Thread Alfredo Braunstein
Andre Poenitz wrote: > I think whatever it does should be done in the inset's localDispatch(), > but the call has been there "since ever"... Seems that edit() is used like a poor man's localDispatch(), a remaining from the past? Not the right time for this, but I want to get sure I understand: i

Re: Right-click on a reference inset within a float

2002-12-16 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Mon, Dec 16, 2002 at 06:17:03PM +, John Levon wrote: >> On Mon, Dec 16, 2002 at 04:46:02PM +0100, Alfredo Braunstein wrote: >> >> > opens simultanously both the reference menu and the float menu. >> >> I guess this will fix the release-critical similar bug listed on

Re: Right-click on a reference inset within a float

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 06:17:03PM +, John Levon wrote: > On Mon, Dec 16, 2002 at 04:46:02PM +0100, Alfredo Braunstein wrote: > > > opens simultanously both the reference menu and the float menu. > > I guess this will fix the release-critical similar bug listed on > bugzilla too. Good stuff.

Re: autoconf 2.5x-ers: please try this out

2002-12-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, Dec 16, 2002 at 04:20:24PM +, Angus Leeming wrote: | | > Note the weird need to comment out some tests in config/configure.in. I have | | Surely this is just autoheader snooping for AC_DEFINEs ... It could very well be... -- Lgb

Re: Right-click on a reference inset within a float

2002-12-16 Thread John Levon
On Mon, Dec 16, 2002 at 04:46:02PM +0100, Alfredo Braunstein wrote: > opens simultanously both the reference menu and the float menu. I guess this will fix the release-critical similar bug listed on bugzilla too. Good stuff. > The problem is in InsetText::lfunMouseRelease(...), it checks if an i

Re: autoconf 2.5x-ers: please try this out

2002-12-16 Thread John Levon
On Mon, Dec 16, 2002 at 04:20:24PM +, Angus Leeming wrote: > Note the weird need to comment out some tests in config/configure.in. I have Surely this is just autoheader snooping for AC_DEFINEs ... regards john -- "ALL television is children's television." - Richard Adler

Re: AMS math symbols wrong in qt frontend

2002-12-16 Thread John Levon
On Mon, Dec 16, 2002 at 12:24:58PM +0100, Lars Gullik Bjønnes wrote: > I guess we get unicode from qt, and then we do not translate > correctly. Or does not discover that this char is outside latin1 but > does a char(unicodechar) anyway... I did some printf's and we always return false for isAvai

Re: further configure confusion

2002-12-16 Thread Angus Leeming
On Monday 16 December 2002 4:57 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Monday 16 December 2002 3:46 pm, Angus Leeming wrote: > >>   gnome) > >>     PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0) > >>     AC_SUBST(GNOME_FRONTEND_CFLAGS) > >>  

Re: a request

2002-12-16 Thread Mate Wierdl
On Mon, Dec 16, 2002 at 08:36:27AM +0100, Andre Poenitz wrote: > On Fri, Dec 13, 2002 at 01:53:31PM -0600, [EMAIL PROTECTED] wrote: > > Some peopel have a hard time figuring out their sub address because > > they do not know how to view the full headers under their mailers. > > It is hard not to c

Re: 1.2.xCVS and gcc3.2.1

2002-12-16 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | >> But we do not create any shared libraries... >> What platform is this? | x86 linux > >> >> | This warning does not appear on my box. >> | I had previously compiled 1.2.xcvs on A's box, but only recently move to >

Re: further configure confusion

2002-12-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 16 December 2002 3:46 pm, Angus Leeming wrote: >>   gnome) >>     PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0) >>     AC_SUBST(GNOME_FRONTEND_CFLAGS) >>     AC_SUBST(GNOME_FRONTEND_LIBS) >>     LYX_PATH_XPM >>     LYX_PATH_XFORMS

Re: Cursor movement in nested insets

2002-12-16 Thread Alfredo Braunstein
> Thanks for your help! > > Jug > You're welcome. Alfredo

autoconf 2.5x-ers: please try this out

2002-12-16 Thread Angus Leeming
Attached are "working" changes to the configuration files. I have tested these with autoconf 2.13 and automake 1.5. Note the weird need to comment out some tests in config/configure.in. I have not done the same for config/configure.ac because I don't have autoconf 2.5[236] installed here. Perh

it's even uglier

2002-12-16 Thread Dr. Richard E. Hawkins
It seems that the rescue file is the file I was inserting, rather than the file from before insert! I'm attaching the backup, the file (after "rescue", and the emergency file). hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (81

Right-click on a reference inset within a float

2002-12-16 Thread Alfredo Braunstein
opens simultanously both the reference menu and the float menu. The problem is in InsetText::lfunMouseRelease(...), it checks if an inset was hit, and then calls localDispatch of that inset with the mouse release event. On InsetReference (and pretty much on all "button" insets, i.e. all except

Re: further configure confusion

2002-12-16 Thread Angus Leeming
On Monday 16 December 2002 3:46 pm, Angus Leeming wrote: >   gnome) >     PKG_CHECK_MODULES(GNOME_FRONTEND, gtkmm-2.0 libglademm-2.0) >     AC_SUBST(GNOME_FRONTEND_CFLAGS) >     AC_SUBST(GNOME_FRONTEND_LIBS) >     LYX_PATH_XPM >     LYX_PATH_XFORMS >     LYX_CHECK_XFORMS_IMAGE_LOADER > > Go figure!

lyx crash inserting document

2002-12-16 Thread Dr. Richard E. Hawkins
I have been inserting a bunch of documents into another. After a few, it crashed. I selected the name of the document in the scrollbox, and hit enter to cause insertion THis is from a Dec. 10 cvs devel build hawk ] [3] [4] [5] [6] [7] [8] [9] [10 ] [11] [12] [13] [14] [15] [16] [17] [18] [19

Re: further configure confusion

2002-12-16 Thread Angus Leeming
On Monday 16 December 2002 2:52 pm, Angus Leeming wrote: > My generated config.h file contains replicated info. Does anyone else see > this? I'm stumped as to what is going wrong, so any pointers would be very > welcome. My tests confirm that simply removing this block from the case statement cur

Re: [PATCH] Major update of de.po

2002-12-16 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | Hi, > | I have made a LARGE number of changes to the German translations | (de.po). de.po still requires substantial work but this should be a | starting point. I also think that some elements in the GUI (e.g. in | the paragraph dialog) are not transla

Re: cleaning up the xforms configuration stuff

2002-12-16 Thread Angus Leeming
On Monday 16 December 2002 2:50 pm, Lars Gullik Bjønnes wrote: > | Incidentally, we used to have this test, in GUIRunTime.C, that the xforms > | header and library were compatible. It's not there anymore. Should I > | resurrect the test? > I am not sure how effective that test really was... Fine.

Re: cleaning up the xforms configuration stuff

2002-12-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 16 December 2002 1:08 pm, Angus Leeming wrote: >> I'm really not very good at this configure magic :-( >> >> Why has this in the .m4 file: >> "(unknown)"|0.8[1-8]*|0.89[01234]) >> become this in configure: >> "(unknown)"|0.81-8*

Re: xforms 1.0 final released

2002-12-16 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> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Lars> | | Lars> | Lars> Ok, I have created RH 8.

further configure confusion

2002-12-16 Thread Angus Leeming
My generated config.h file contains replicated info. Does anyone else see this? I'm stumped as to what is going wrong, so any pointers would be very welcome. /* define this to the location of xpm.h to be used with #include, e.g. */ #define XPM_H_LOCATION /* define this to the location of forms.

New Xfig external inset for pdflatex

2002-12-16 Thread Helge Hafting
The XFig external inset that comes with lyx 1.2.0 don't work with pdflatex. Here is one that do. It exports pdf instead of eps, so it don't work with postscript export. See http://www.aitel.hist.no/~helgehaf/sw/figpdf.html The inset consist of 2 files: external_insets that goes in .lyx/ and fig

Re: cleaning up the xforms configuration stuff

2002-12-16 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Which produces this snippet of configure. Why has this in the Angus> .m4 file: Angus> "(unknown)"|0.8[1-8]*|0.89[01234]) Angus> become this in configure: Angus> "(unknown)"|0.81-8*|0.8901234) ? Well spotted :) This is because a

Re: cleaning up the xforms configuration stuff

2002-12-16 Thread Angus Leeming
On Monday 16 December 2002 1:08 pm, Angus Leeming wrote: > I'm really not very good at this configure magic :-( > > Why has this in the .m4 file: > "(unknown)"|0.8[1-8]*|0.89[01234]) > become this in configure: > "(unknown)"|0.81-8*|0.8901234) > ? Ok. Problem resolved. Wrap inside

cleaning up the xforms configuration stuff

2002-12-16 Thread Angus Leeming
I'm really not very good at this configure magic :-( I thought I'd start with the warning messages for old versions of xforms. The relevant bit of xforms.m4 is: XFORMS_VERSION=$lyx_cv_xfversion case "$lyx_cv_xfversion" in "(unknown)"|0.8[1-8]*|0.89[01234]) LYX_ERROR(dnl Version $lyx_cv_xf

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 01:54:25PM +0100, Christian Ridderström wrote: > Since this works with other versions of lyx, should we just let it be? > (it's probably not a big thing, even though it's annoying) Yes. > And if we let it be, should I still submit a bug report for this, or > skip it? N

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
Since this works with other versions of lyx, should we just let it be? (it's probably not a big thing, even though it's annoying) And if we let it be, should I still submit a bug report for this, or skip it? /Christian -- Christian Ridderström, +46-8-790 91 37 http://www.md.kth.se

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 01:45:55PM +0100, Andre' Poenitz wrote: > On Mon, Dec 16, 2002 at 01:29:00PM +0100, Christian Ridderström wrote: > > > Same result no freeze on my machine. > > > > What are you running? (OS, Lyx version?) > > SuSE 7.1-7.3 mix, current 1.3.0cvs. Aehm. 1.2.2cvs that is. Sam

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 01:30:41PM +0100, Christian Ridderström wrote: > Deco was not found. Programming error? > name: 'end' Yes, that's the missing dot. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 01:29:00PM +0100, Christian Ridderström wrote: > > Same result no freeze on my machine. > > What are you running? (OS, Lyx version?) SuSE 7.1-7.3 mix, current 1.3.0cvs. > PS. If you want to, (and you have a vncviewer and a decent connection), I > could just show you this

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
> Same result no freeze on my machine. Oh well... it works with the CVS version... ludde:reLyX1>lyx-1.3.0cvs eqnarray Adding /pkg/mdhacks/pkg/lyx/devel/os/share/lyx-1.3.0cvs/xfonts/ to the font path. X Error of failed request: 86 Major opcode of failed request: 51 (X_SetFontPath) Serial nu

Re: xforms 1.0 final released

2002-12-16 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Dec 16, 2002 at 12:30:56PM +0100, Lars Gullik Bjønnes wrote: >> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> >> | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> | >> | Lars> Ok, I have created RH 8.0 rpms from this. >

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
On Mon, 16 Dec 2002, Andre Poenitz wrote: > On Mon, Dec 16, 2002 at 01:06:07PM +0100, Christian Ridderström wrote: > > I have no idea (I didn't compile it), but I forgot to start it with debug > > parameters... so I opened the file with File/Open instead. > > ? > > My gdb surely has no File/Ope

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 01:06:07PM +0100, Christian Ridderström wrote: > I have no idea (I didn't compile it), but I forgot to start it with debug > parameters... so I opened the file with File/Open instead. ? My gdb surely has no File/Open item... > #LyX 1.2 created this file. For more info se

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
On Mon, 16 Dec 2002, Andre Poenitz wrote: > On Mon, Dec 16, 2002 at 12:50:43PM +0100, Christian Ridderström wrote: > > Hm, do you have compiled eith debug information? The function parameters > should show up here as well. I have no idea (I didn't compile it), but I forgot to start it with debug

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 12:50:43PM +0100, Christian Ridderström wrote: > I've never used gdb before, but I managed the following: Good so far. > I also tried a command 'bt' to get some info: > > (gdb) bt > #1 0x081ea8f7 in MathGridInset::appendRow () > #2 0x081f2e5e in MathHullInset::appendRow

Re: xforms 1.0 final released

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 12:30:56PM +0100, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | > | Lars> Ok, I have created RH 8.0 rpms from this. > | > | Lars> If any interest I'll put that on ftp

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
On Mon, 16 Dec 2002, Andre Poenitz wrote: > On Mon, Dec 16, 2002 at 12:10:50PM +0100, Christian Ridderström wrote: > > Do you know of a useful debug switch to get some more info on where the > > problem occurs? > > Start it in the debugger and interupt during the 'freeze'. > I've never used gdb

Re: [PATCH] Major update of de.po

2002-12-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok, I'll add your patch. After that I will regenerate the Lars> lyx.pot file, and remerge the po files. You should have a nother Lars> look at de.po after this is done. Lars, Michael checked with Pit that the changes are OK. So

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 12:10:50PM +0100, Christian Ridderström wrote: > Do you know of a useful debug switch to get some more info on where the > problem occurs? Start it in the debugger and interupt during the 'freeze'. Andre' -- Those who desire to give up Freedom in order to gain Security,

Re: [PATCH] last l10n patch for now

2002-12-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> This patch removes the ext_l10n.h file and makes language and ui | Lars> strings be generated the same way as xforms, qt and layout | Lars> strings. | | This is very nice

Re: [patch]: remove bug fixes for xforms < 0.89.5

2002-12-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: | | > Pretty trivial, but posted anyway. | > Ok to apply Lars? | | Weeelll? | | Incidentally, note that this patch kills lyxrc.override_x_deadkeys as | only lyxlookup.C used it and that's now gone. Shall I remove the | lyxrc va

Re: [PATCH]: Scale option in graphics dialog

2002-12-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Sunday 15 December 2002 12:37 pm, Michael Schmitt wrote: | > Hi, | > | > enclosed please find a patch for the problem that option "scale%" is not | > listed correctly in the graphics dialog. The patch is rather trivial. | > Please commit it. | > | >

Re: xforms 1.0 final released

2002-12-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | Lars> | Lars> Ok, I have created RH 8.0 rpms from this. Lars> | Lars> | Lars> If any interest I'l

Re: xforms 1.0 final released

2002-12-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Ok, I have created RH 8.0 rpms from this. | | Lars> If any interest I'll put that on ftp. | | Will rh8 rpms work on rh7 also? Since rpms should be independent from | the

Re: 1.2.xCVS and gcc3.2.1

2002-12-16 Thread Lars Gullik Bjønnes
Rod Pinna <[EMAIL PROTECTED]> writes: | After compiling and installing gcc 3.2.1 I get the following from 122cvs | (sorry about the amount, not sure where the interesting bit starts). | I did a pretty standard install, giving gcc et al a suffix of -321-local. And this was a clean lyx tree? If so

Re: 1.2.xCVS and gcc3.2.1

2002-12-16 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Hi folks, | Has anyone succeded in compiling/linking with gcc-3.2.1? | I have no problems on my box with 3.2, but A's box with 3.2.1 gives me | tons of errors concerning std:: | Same automake and autoconf. I logged configure and see a msg. | WARNING:

Re: AMS math symbols wrong in qt frontend

2002-12-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Dec 15, 2002 at 10:06:37PM -0600, Bo Peng wrote: | | > > Unfortunately, I just get random symbols instead (like GBP pound sign, | > > 'N', etc.). This is quite bad. | > | > What do you mean by random symbol? I have the same system as you (brand |

Re: CVS snapshots?

2002-12-16 Thread Dylan Carlson
On Monday 16 December 2002 05:48am, Kayvan A. Sylvan wrote: > > There is also the tar.gz in ftp://ftp.sylvan.com/pub/lyx/devel, which > is built twice a day. > Bingo. This is exactly what I was looking for. Thank you, -- Dylan Carlson [[EMAIL PROTECTED]]

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
On Mon, 16 Dec 2002, Andre Poenitz wrote: > On Mon, Dec 16, 2002 at 10:56:30AM +0100, Christian Ridderström wrote: > > > Ok, it chokes on the missing . but reads it fairly well nevertheless. > > > If the '.' is added it "works" insofar as the @{\quad,\quad} is silently > > > ignored. It does not f

Re: [PATCH]: Scale option in graphics dialog

2002-12-16 Thread Angus Leeming
On Sunday 15 December 2002 12:37 pm, Michael Schmitt wrote: > Hi, > > enclosed please find a patch for the problem that option "scale%" is not > listed correctly in the graphics dialog. The patch is rather trivial. > Please commit it. > > Kind regards, Michael Done. -- Angus

Re: [patch]: remove bug fixes for xforms < 0.89.5

2002-12-16 Thread Angus Leeming
Angus Leeming wrote: > Pretty trivial, but posted anyway. > Ok to apply Lars? Weeelll? Incidentally, note that this patch kills lyxrc.override_x_deadkeys as only lyxlookup.C used it and that's now gone. Shall I remove the lyxrc variable also? -- Angus

Re: CVS snapshots?

2002-12-16 Thread Kayvan A. Sylvan
On Mon, Dec 16, 2002 at 11:11:37AM +0100, Jean-Marc Lasgouttes wrote: > > Since it seems you got no answer, I think you should take a look at > http://www.devel.lyx.org/mirror.php3, which states that you are > welcome to create a cvs (read-only) mirror by rsync. We could even > give it a .lyx.org

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 10:56:30AM +0100, Christian Ridderström wrote: > > Ok, it chokes on the missing . but reads it fairly well nevertheless. > > If the '.' is added it "works" insofar as the @{\quad,\quad} is silently > > ignored. It does not freeze here. > > Hmm... do you mean it doesn't fre

Re: [PATCH] last l10n patch for now

2002-12-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This patch removes the ext_l10n.h file and makes language and ui Lars> strings be generated the same way as xforms, qt and layout Lars> strings. This is very nice (if it works, of course). Newer gettext versions have a msgcat c

Re: CVS snapshots?

2002-12-16 Thread Jean-Marc Lasgouttes
> "Dylan" == Dylan Carlson <[EMAIL PROTECTED]> writes: Dylan> Hi, Apologies (in advance) if this has already been addressed Dylan> previously... Dylan> I would like to build a port for FreeBSD around the CVS version Dylan> of Lyx 1.3, to test the Qt frontend. I would also like to build Dylan>

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 10:56:30AM +0100, Christian Ridderström wrote: > I'm afraid I don't know what a 'special column' is, but a warning might be > enough (as long as it doesn't freezes) This @{\quad,\quad} stuff. This inserts something like ' , ' as "column separator". Current mathed does

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
> > Ok, it chokes on the missing . but reads it fairly well nevertheless. > If the '.' is added it "works" insofar as the @{\quad,\quad} is silently > ignored. It does not freeze here. > Hmm... do you mean it doesn't freeze even without the missing '.'? > Maybe we should issue a warning about t

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
On Mon, 16 Dec 2002, Andre Poenitz wrote: > On Mon, Dec 16, 2002 at 10:37:20AM +0100, Christian Ridderström wrote: > > She just used to pressed enter when latex reported an error and it looked > > ok anyway... > > Should be \right. (Including the dot) > If you say so.. :-) it produces one

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Sun, Dec 15, 2002 at 01:19:24PM +0100, Christian Ridderström wrote: > Using reLyX on this .tex-file > % > > \documentclass{article} > \begin{document} > > \begin{eqnarray} > \eta = \left

Re: [PATCH]: Scale option in graphics dialog

2002-12-16 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> On Sunday 15 December 2002 12:37 pm, Michael Schmitt wrote: >> Hi, >> >> enclosed please find a patch for the problem that option "scale%" >> is not listed correctly in the graphics dialog. The patch is rather >> trivial. Please co

Re: Cursor movement in nested insets

2002-12-16 Thread Juergen Vigna
Alfredo Braunstein wrote: John Levon wrote: On Thu, Dec 12, 2002 at 06:59:42PM +0200, Dekel Tsur wrote: Yes, the problem is only with cursor down. I careated a bug for this. Thankfully, it's not a 1.3 regression After some disentangling, I think I've found the reason (insetext not ret

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Mon, Dec 16, 2002 at 10:37:20AM +0100, Christian Ridderström wrote: > She just used to pressed enter when latex reported an error and it looked > ok anyway... Should be \right. (Including the dot) Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, no

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Christian Ridderström
On Mon, 16 Dec 2002, Andre Poenitz wrote: > On Sun, Dec 15, 2002 at 01:19:24PM +0100, Christian Ridderström wrote: > > There should be something following this \right, shouldn't it? I don't know... I was helping a friend convert a .tex-document using relyx and I'm no tex-hacker... (texer? :-) S

Re: [PATCH]: Scale option in graphics dialog

2002-12-16 Thread Angus Leeming
On Sunday 15 December 2002 12:37 pm, Michael Schmitt wrote: > Hi, > > enclosed please find a patch for the problem that option "scale%" is not > listed correctly in the graphics dialog. The patch is rather trivial. > Please commit it. > > Kind regards, Michael Lars, two questions about this: 1.

Re: a question

2002-12-16 Thread Martin Vermeer
On Tue, Dec 10, 2002 at 08:12:16PM +0100, Lina Yordanova wrote: > Haloo, > I would like to insert and process text in bulgarian language in lyx. I used > to have phonetic bulgarian keyboard in other applications but in lyx I > suspect it is impossible. > 1. Only bg-bds-cp1251.kmap is availabl

Re: [PATCH] Major update of de.po

2002-12-16 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Hi, I have made a LARGE number of changes to the German Michael> translations (de.po). de.po still requires substantial work Michael> but this should be a starting point. I also think that some Michael> elements in the GUI (e.

Re: [PATCH] Major update of de.po

2002-12-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> However the mainter of Boost.Format is looking into creating a Lars> simplified Boost.Format that only work with 'char' that will Lars> work on these compilers as well. Excellent news... JMarc

Re: xforms 1.0 final released

2002-12-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok, I have created RH 8.0 rpms from this. Lars> If any interest I'll put that on ftp. Will rh8 rpms work on rh7 also? Since rpms should be independent from the gcc version (no c++), we should distribute only one version of the

Re: LyX 1.2.1 freezes due to bad latex code

2002-12-16 Thread Andre Poenitz
On Sun, Dec 15, 2002 at 01:19:24PM +0100, Christian Ridderström wrote: > \begin{eqnarray} > \eta = \left\{ \begin{array}{r@{\quad,\quad}1} > +\eta' & r < 0 \\ -\eta'/10 & r > 0 >\end{array} \right > \end{eqnarray} There should be somethin