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
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
> 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
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
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) |
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
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*"
>
>
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
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.
> 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
> 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
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
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
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
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
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
Could the webmaster please add an RSS feed for LyX news that's posted on the
lyx.org website? Thanks.
--
Soren Harward
[EMAIL PROTECTED]
Uwe Stöhr wrote:
> Jürgen, can this also go into branch?
Yes.
Jürgen
Jürgen, can this also go into branch?
regards Uwe
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
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
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
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
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
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
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
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.
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:
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
[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
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.
> 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
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
>> 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
> 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 (
> 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
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
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
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
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
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
41 matches
Mail list logo