Joost Verburg <[EMAIL PROTECTED]> writes:
> Thanks for these detailed instructions. Maybe it would be a good idea to
> update the old build_lyxwin script to automate parts of the process. If
> this is not going to happen, make sure that it's removed so it won't
> confuse people.
I'll try and do
Michael Gerz wrote:
> I cleaned up and updated my compile instructions (see attachment). If
> you like to, you can have a look at my file and update INSTALL.Win32
> accordingly (sorry, I will have no time before next weekend).
Thanks for these detailed instructions. Maybe it would be a good idea
[EMAIL PROTECTED] wrote:
I think INSTALL.Win32 is seriously out of date and needs to be looked over
by someonw who knows this stuff... Here's a patch where I'm *guessing* -
it should *not* be applied as it is.
I changed 'MinSYS' be changed into 'MSYS', is that correct?
Does the procedure descr
On Mon, Feb 27, 2006 at 09:40:43AM +0100, Lars Gullik Bjønnes wrote:
> But if you are only talking about the translations, then I am more
> inclined to agree that those could be in a repo/module of their own.
Would be nice.
Andre'
On Tue, Feb 28, 2006 at 10:55:14AM +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> >> If we can get some more people to test this and also test other
> >> operations to try to make sure that no regressions are introcuced,
> >> then if all agree
On Mon, Feb 27, 2006 at 09:29:25AM +0100, Lars Gullik Bjønnes wrote:
> Not sure... I see that as a limitation in Java. Nothing that we should
> absolutely try to mimic.
No, but it doesn't hurt and is really nice to grep for stuff in #include
lines and main text. And it makes editor macros for 'I a
On Mon, Feb 27, 2006 at 11:00:01AM +, Angus Leeming wrote:
> Careful! Paul said he was using VS2005, so the .vcproj file he posts won't be
> useable by VS2003 people. (Unless there's a compatability switch; dunno.)
No. The conversion is (as usual..) one-way.
Just save the 2005 project files i
On Sun, Feb 26, 2006 at 02:43:34PM +0100, [EMAIL PROTECTED] wrote:
> On Sun, 26 Feb 2006, Andre Poenitz wrote:
>
> > Since LyX uses svn now and svn is a bit more forgiving when it comes
> > to renaming files I thought it would be a good idea to talk a bit
> > about 'source cosmetics', most notabl
On Sun, Feb 26, 2006 at 04:11:51PM +, John Spray wrote:
> On Sun, 2006-02-26 at 15:50 +0100, Lars Gullik Bjønnes wrote:
> > Sometime ago we even agreed on *.C -> *.cxx change. But today to aim
> > for a what seems to be commonly used I'd use *.C -> *.cpp instead.
>
> I can't find this in the l
On Mon, Feb 27, 2006 at 10:07:44AM +0100, Jean-Marc Lasgouttes wrote:
> > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> >> you mean \mathbb{R}, then select and C-M? Typing \mathbbR
> >> gives the expected result to me.
>
> Andre> That this space is rquired is also a regression and
On Sun, Feb 26, 2006 at 04:16:36PM +0200, Martin Vermeer wrote:
> What to do with the lyxtext/text/1/2 mess?
Text.h:
namespace lyx {
class Text {
};
}
Text.C:
// Implementation.
On Tue, Feb 28, 2006 at 07:43:23PM +0100, Georg Baum wrote:
> Am Dienstag, 28. Februar 2006 18:44 schrieb Martin Vermeer:
>
> > OK if I commit this? It's your fix as much as mine
>
> Yes, of course.
Done.
- Martin
pgpF6emm1yB6w.pgp
Description: PGP signature
Am Dienstag, 28. Februar 2006 16:15 schrieb Georg Baum:
> We can be sure that it does not break anything that was not already
broken
> before Michael did fix the "insert delimiters around selection" bug,
Of course that was Martin.
Sorry,
Georg
Am Dienstag, 28. Februar 2006 18:44 schrieb Martin Vermeer:
> OK if I commit this? It's your fix as much as mine
Yes, of course.
Georg
On Tue, Feb 28, 2006 at 05:30:49PM +0100, Lars Gullik Bjønnes wrote:
> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>
> | > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
> |
> | Georg> What makes me
> | Georg> also sure that this patch is correct is the fact that
> | Georg> niceInsert
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
|
| Georg> We can be sure that it does not break anything that was not
| Georg> already broken before Michael did fix the "insert delimiters
| Georg> around selection" bug, because the part
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> We can be sure that it does not break anything that was not
Georg> already broken before Michael did fix the "insert delimiters
Georg> around selection" bug, because the part of the patch that
Georg> touches niceInsert() simply reverts
On Tue, 2006-02-28 at 16:19 +0100, Georg Baum wrote:
> Martin Vermeer wrote:
>
> > How relevant is the semantics of non-working code?
>
> It is very important;-)
>
> > LCursor::paste(data) takes a string, and calls LFUN_PASTE with that
> > string as the data to be pasted. Correct syntax would be
Martin Vermeer wrote:
> How relevant is the semantics of non-working code?
It is very important;-)
> LCursor::paste(data) takes a string, and calls LFUN_PASTE with that
> string as the data to be pasted. Correct syntax would be to call with
> the buffer number to be pasted from. It cannot and do
This is exactly what I just posted to lyx-users, but in the intended list
this time. :p
Using 1.4.0svn of a couple of days ago, whenever I try to insert anything
that is on the first level of the Insert menu (i.e. 'Insert > Footnote' as
opposed to 'Insert > Note > ...') using the keyboard, focus i
Jean-Marc Lasgouttes wrote:
> What bothers me with this patch is that I never really understood what
> the semantics of niceInsert are (wrt other inserts). So how can we be
> sure that the patch does not break something else?
We can be sure that it does not break anything that was not already bro
On Tue, 2006-02-28 at 10:55 +0100, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> >> If we can get some more people to test this and also test other
> >> operations to try to make sure that no regressions are introcuced,
> >> then if all agree we can
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>> If we can get some more people to test this and also test other
>> operations to try to make sure that no regressions are introcuced,
>> then if all agree we can have this too for 1.4.0.
Martin> Did the following tests.
What bothers
Running 1.4.0svn (of a couple of days ago), I click on 'Help > Table of
Contents'. Nothing comes up and I get the following error message (on the
CLI):
LyX: unable to find documentation file `TOC'. Bad installation?
Is this my installation, documented, or a new bug? A quick Bugzilla search
doesn
On Tue, 2006-02-28 at 16:19 +0200, Martin Vermeer wrote:
> On Tue, 2006-02-28 at 13:02 +0100, Lars Gullik Bjønnes wrote:
> > Martin Vermeer <[EMAIL PROTECTED]> writes:
...
> ...but I may soon have a patch for the above problem...
>
Being
"Only, with 2), and even with 1) \textrm, it is possible
On Tue, 2006-02-28 at 13:02 +0100, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> | On Mon, 2006-02-27 at 14:55 +0100, Lars Gullik Bjønnes wrote:
> | > Joost Verburg <[EMAIL PROTECTED]> writes:
> | >
> | > | Georg Baum wrote:
> | > | > Fortunately this is easy to fix
Lars Gullik Bjønnes wrote:
> do you think this is enough testing for 1.4.0?
I also did some more testing, and found no problem except one that also
exists without the patch: http://bugzilla.lyx.org/show_bug.cgi?id=2331
I would say that the patch is tested enough for 1.4.0.
Lars, do you agree? W
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Mon, 2006-02-27 at 14:55 +0100, Lars Gullik Bjønnes wrote:
| > Joost Verburg <[EMAIL PROTECTED]> writes:
| >
| > | Georg Baum wrote:
| > | > Fortunately this is easy to fix, see the attached patch. (...)
| > | > I agree with Joost that it should be
Joost Verburg <[EMAIL PROTECTED]> writes:
> Angus Leeming wrote:
> > Are you volunteering? You'd be made very welcome! (There are no active
> > developers using VS at the moment.)
> I can help by pointing out the specific functions that cause the problems.
> The console window issue is caused by
On Mon, 2006-02-27 at 14:55 +0100, Lars Gullik Bjønnes wrote:
> Joost Verburg <[EMAIL PROTECTED]> writes:
>
> | Georg Baum wrote:
> | > Fortunately this is easy to fix, see the attached patch. (...)
> | > I agree with Joost that it should be in 1.4.0. This is a major
> | > problem, and LCursor::pa
30 matches
Mail list logo