Re: Configuration error MacOSX 10.4

2008-02-26 Thread Anders Ekberg
On 26 feb 2008, at 22.39, rgheck wrote: Anders Ekberg wrote: Trying to compile on a PPC G4 with OSX 10.4 I get config.status: error: cannot find input file: config/Makefile.in anek$ makeMaking all in config make[1]: *** No rule to make target `all'. Stop. make: *** [all-recursive] Error 1 On

Re: TextClassPtr Must Die

2008-02-26 Thread rgheck
Andre Poenitz wrote: On Tue, Feb 26, 2008 at 04:31:56PM -0500, rgheck wrote: - TextClassPtr newClass(TextClass const & baseClass); + DocumentClass * newClass(TextClass const & baseClass); I'd prefer a reference her... otherwise it somehow make me wonder whether ownership is

Re: [Cvslog] r23263 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-02-26 Thread Uwe Stöhr
> We can check (using the MathWordList) whether the command exists with the * and then behave > differently for \alpha* and for \tag*. That would be easy to do. Opinions? Sounds resonable and when this can easily be done, we should do this. regards Uwe

Re: [Cvslog] r23263 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-02-26 Thread Stefan Schimanski
Something like the following. But it does not work (yet). I won't have time to fix that now or tomorrow. So if anybody wants to do it... Stefan diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 73df673..6a66fd1 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/ma

[patch] fix bug 4584 for branch

2008-02-26 Thread Uwe Stöhr
Jürgen, OK? Index: mathed/InsetMathNest.cpp === --- mathed/InsetMathNest.cpp (revision 23253) +++ mathed/InsetMathNest.cpp (working copy) @@ -1253,7 +1253,7 @@ return true; } - if (isAlphaASCII(c)) { + if (isAlphaASCII(c) |

Re: [Cvslog] r23263 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-02-26 Thread Stefan Schimanski
Am 27.02.2008 um 00:28 schrieb Andre Poenitz: On Tue, Feb 26, 2008 at 10:41:01PM -, [EMAIL PROTECTED] wrote: Author: sts Date: Tue Feb 26 23:40:59 2008 New Revision: 23263 URL: http://www.lyx.org/trac/changeset/23263 Log: * fix for http://bugzilla.lyx.org/show_bug.cgi?id=4584: "not possi

Re: [Cvslog] r23263 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp

2008-02-26 Thread Andre Poenitz
On Tue, Feb 26, 2008 at 10:41:01PM -, [EMAIL PROTECTED] wrote: > Author: sts > Date: Tue Feb 26 23:40:59 2008 > New Revision: 23263 > > URL: http://www.lyx.org/trac/changeset/23263 > Log: > * fix for http://bugzilla.lyx.org/show_bug.cgi?id=4584: > "not possible to use the command \tag*" > >

Re: TextClassPtr Must Die

2008-02-26 Thread Andre Poenitz
On Tue, Feb 26, 2008 at 04:31:56PM -0500, rgheck wrote: > - TextClassPtr newClass(TextClass const & baseClass); > + DocumentClass * newClass(TextClass const & baseClass); I'd prefer a reference her... otherwise it somehow make me wonder whether ownership is passed or not... > /// \r

Re: lyx ftp

2008-02-26 Thread Stefan Schimanski
Am 26.02.2008 um 23:14 schrieb Pavel Sanda: I am following the INSTALL.win32 steps and want to download ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip: --20:46:10-- ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip (Versuch:19) => `lyx-windows-deps-msvc2008.zip.

Re: Configuration error MacOSX 10.4

2008-02-26 Thread Pavel Sanda
> Trying to compile on a PPC G4 with OSX 10.4 I get > > config.status: error: cannot find input file: config/Makefile.in you run firstly autogen.sh and then configure, yes? pavel

Re: lyx ftp

2008-02-26 Thread Pavel Sanda
> I am following the INSTALL.win32 steps and want to download > ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip: > > --20:46:10-- > ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip > (Versuch:19) => `lyx-windows-deps-msvc2008.zip.1' > Verbindungsaufbau zu ftp.lyx

Re: Configuration error MacOSX 10.4

2008-02-26 Thread rgheck
Anders Ekberg wrote: Trying to compile on a PPC G4 with OSX 10.4 I get config.status: error: cannot find input file: config/Makefile.in anek$ makeMaking all in config make[1]: *** No rule to make target `all'. Stop. make: *** [all-recursive] Error 1 On the other machines I have tried (G4 with 1

TextClassPtr Must Die

2008-02-26 Thread rgheck
OK, here's another go, along the lines of the suggestions made in my last message. The point of this is basically to introduce a new type, DocumentClass. These are just TextClass objects, basically, but they are specifically the ones that represent the layout information for a Buffer, and the

Configuration error MacOSX 10.4

2008-02-26 Thread Anders Ekberg
Trying to compile on a PPC G4 with OSX 10.4 I get config.status: error: cannot find input file: config/Makefile.in anek$ makeMaking all in config make[1]: *** No rule to make target `all'. Stop. make: *** [all-recursive] Error 1 On the other machines I have tried (G4 with 10.5 and Intel with 10

lyx ftp

2008-02-26 Thread Stefan Schimanski
I am following the INSTALL.win32 steps and want to download ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip : --20:46:10-- ftp://ftp.lyx.org/pub/lyx/contrib/lyx-windows-deps-msvc2008.zip (Versuch:19) => `lyx-windows-deps-msvc2008.zip.1' Verbindungsaufbau zu ftp.lyx.org|138.195

GuiView Warnings

2008-02-26 Thread rgheck
The former is trivial, but the latter looks worrying. GuiView.cpp:406: warning: comparison between signed and unsigned integer expressions GuiView.cpp:409: warning: unused variable 'wa' rh

RSS feed for news on website?

2008-02-26 Thread Soren Harward
Could the webmaster please add an RSS feed for LyX news that's posted on the lyx.org website? Thanks. -- Soren Harward [EMAIL PROTECTED]

Re: changeset/23253 also for branch

2008-02-26 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Jürgen, can this also go into branch? Yes. Jürgen

changeset/23253 also for branch

2008-02-26 Thread Uwe Stöhr
Jürgen, can this also go into branch? regards Uwe

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Bennett Helm
On Feb 26, 2008, at 10:32 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 26, 2008, at 2:24 AM, Abdelrazak Younes wrote: Bennett Helm wrote: In the short term, then, perhaps an alternative would work for you: a new lfun to open the last-closed document. Then you could close a docum

Re: [PATCH] TextClassPtr

2008-02-26 Thread rgheck
Abdelrazak Younes wrote: rgheck wrote: Andre Poenitz wrote: On Mon, Feb 25, 2008 at 04:50:42PM -0500, rgheck wrote: I personally don't like this TextClassPtr class. 'TextClass *' is meaningful enough. I would suggest to get rid of the TextClassPtr header altogether now. That may be the t

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Bennett Helm
On Feb 26, 2008, at 10:23 AM, Abdelrazak Younes wrote: Closing a child document when the master is open seems to work correctly: if it has unsaved changes, you're asked to save, after which it gets reloaded in the background. That's nice. Good. However: 1. Nothing has change with respect

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Abdelrazak Younes
Bennett Helm wrote: On Feb 26, 2008, at 2:24 AM, Abdelrazak Younes wrote: Bennett Helm wrote: In the short term, then, perhaps an alternative would work for you: a new lfun to open the last-closed document. Then you could close a document in one window, switch to another window, and invoke th

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Abdelrazak Younes
Bennett Helm wrote: On Feb 26, 2008, at 9:20 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 25, 2008, at 3:22 PM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 25, 2008, at 2:32 AM, Abdelrazak Younes wrote: 4. Using a keybinding to close a buffer and then the window that cont

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Bennett Helm
On Feb 26, 2008, at 9:20 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 25, 2008, at 3:22 PM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 25, 2008, at 2:32 AM, Abdelrazak Younes wrote: 4. Using a keybinding to close a buffer and then the window that contained it (command-se

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Bennett Helm
On Feb 26, 2008, at 2:24 AM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 25, 2008, at 3:18 PM, Abdelrazak Younes wrote: Concerning arranging tabs: can't this be done instead by dragging and dropping the tabs -- both to change the order within a window and to move a tab from one wind

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Abdelrazak Younes
Bennett Helm wrote: On Feb 25, 2008, at 3:22 PM, Abdelrazak Younes wrote: Bennett Helm wrote: On Feb 25, 2008, at 2:32 AM, Abdelrazak Younes wrote: 4. Using a keybinding to close a buffer and then the window that contained it (command-sequence buffer-close ; window-close) results in a crash.

Re: r23246 - /lyx-devel/trunk/src/insets/InsetText.cpp

2008-02-26 Thread Abdelrazak Younes
Stefan Schimanski wrote: Author: sts Date: Tue Feb 26 14:09:06 2008 New Revision: 23246 URL: http://www.lyx.org/trac/changeset/23246 Log: * cur.insert does not set the update flags Modified: lyx-devel/trunk/src/insets/InsetText.cpp Modified: lyx-devel/trunk/src/insets/InsetText.cpp URL: http:

Re: r23246 - /lyx-devel/trunk/src/insets/InsetText.cpp

2008-02-26 Thread Stefan Schimanski
Author: sts Date: Tue Feb 26 14:09:06 2008 New Revision: 23246 URL: http://www.lyx.org/trac/changeset/23246 Log: * cur.insert does not set the update flags Modified: lyx-devel/trunk/src/insets/InsetText.cpp Modified: lyx-devel/trunk/src/insets/InsetText.cpp URL: http://www.lyx.org/trac/file/ly

Re: r23246 - /lyx-devel/trunk/src/insets/InsetText.cpp

2008-02-26 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: sts Date: Tue Feb 26 14:09:06 2008 New Revision: 23246 URL: http://www.lyx.org/trac/changeset/23246 Log: * cur.insert does not set the update flags Modified: lyx-devel/trunk/src/insets/InsetText.cpp Modified: lyx-devel/trunk/src/insets/InsetText.cpp URL: h

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Abdelrazak Younes
Pavel Sanda wrote: MS Word always creates a new document when you launch it maybe we should do this also when there is no sessions file? Yes -- that is standard behavior for almost all programs on Mac Pavel, are you taking that item? (I am just passing the hot potato :-)) this i call intuition.

Re: check failure 1.5.3 on ubuntu 7.10

2008-02-26 Thread Pavel Sanda
> as per your request at the check output i attach the response to make > check to this mail . now what? you can make lyx without make check. i guess this test is not working for a long time. pavel

Re: Unknown color name

2008-02-26 Thread Stefan Schimanski
Am 26.02.2008 um 02:37 schrieb rgheck: Pavel Sanda wrote: hi, with the current trunk i get this warning: QColor::setNamedColor: Unknown color name 'grey70' Me, too...though we need to fix the color stuff still, anyway. Fixed that locally already. Will commit soon. Stefan

Re: Unknown color name

2008-02-26 Thread Pavel Sanda
>> with the current trunk i get this warning: >> QColor::setNamedColor: Unknown color name 'grey70' >> >> > Me, too...though we need to fix the color stuff still, anyway. part of completion stuff, Stefan already know about it. pavel

Re: r23226 - in /lyx-devel/trunk/src: frontends/qt4/GuiComple...

2008-02-26 Thread Pavel Sanda
> Yes, works fine here. Are you on linux? yep. > Anyway, there is not sense to argue. There is definitely a bug in the code > which shows up on your machine, but not on mine. Thanks for reporting. Have > to fix that. It can be quite tricky to get the logic right and I think I > mostly got it (

Re: LyX/Mac 1.6 -- Window issues

2008-02-26 Thread Pavel Sanda
> MS Word always creates a new document when you launch it maybe we > should do this also when there is no sessions file? Yes -- that is standard behavior for almost all programs on Mac >>> Pavel, are you taking that item? (I am just passing the hot potato :-)) >> this i call intuitio

Re: r23226 - in /lyx-devel/trunk/src: frontends/qt4/GuiComple...

2008-02-26 Thread Stefan Schimanski
I have a version now running in Ubuntu. First of all there was a simple (but confusing) problem, that the color for the unique completion was grey70 which does not exist in Linux, hence it was displayed in the text color. Second I have a fix in my local tree that is not yet in trunk. Will c

[announce] LyXWinInstaller for LyX 1.5.4

2008-02-26 Thread Uwe Stöhr
Hello LyXers, I uploaded the new version 3.22 of the LyXWinInstaller. Like the last version an update installer is offered. With this you can easily update your LyX 1.5.3 installation to LyX 1.5.4: Log in as adminstrator on your PC and execute the update installer. Note: The update installer on

Re: [ANNOUNCE]: LyX 1.5.4 is released

2008-02-26 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > I have placed a cygwin binary here: > http://www.lyx.org/~forenr/lyx-1.5.4-cygwin.tar.gz It's on the server. Jürgen

Re: r23226 - in /lyx-devel/trunk/src: frontends/qt4/GuiComple...

2008-02-26 Thread Stefan Schimanski
Am 26.02.2008 um 03:03 schrieb Enrico Forestieri: On Mon, Feb 25, 2008 at 03:43:51PM +0100, Abdelrazak Younes wrote: Stefan Schimanski wrote: No, Windoze... Visual C or gcc? Visual C++ 9.0 (aka 2008 express edition). Only Enrico uses gcc for cygwin purpose I think. For test purpose, I

check failure 1.5.3 on ubuntu 7.10

2008-02-26 Thread joop renes
hi all, as per your request at the check output i attach the response to make check to this mail . now what? best regards joop check-report.bz2 Description: application/bzip