Re: compile error due to -fno-exception and boost

2002-05-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, May 22, 2002 at 08:12:53AM +0200, Lars Gullik Bjønnes wrote: >> I wonder if we ever will be able to use exceptions... >> Or will we for ever need to cripple third-party libraries. > | What's wrong with exceptions? Nothing, except for the compil

Re: compile error due to -fno-exception and boost

2002-05-21 Thread Andre Poenitz
On Wed, May 22, 2002 at 08:12:53AM +0200, Lars Gullik Bjønnes wrote: > I wonder if we ever will be able to use exceptions... > Or will we for ever need to cripple third-party libraries. What's wrong with exceptions? Andre' -- Those who desire to give up Freedom in order to gain Security, will

Re: feature request for 1.2.1 or 1.3.0 or 1.3.1 or ...

2002-05-21 Thread Rod Pinna
> "R. Lahaye" <[EMAIL PROTECTED]> writes: > > | Rod Pinna writes: > >> > >> Just wondering in a "reread" button could be added in the next version, in > >> the graphics insert box. Currently, if I update a picture externally, > >> there isn't a way to update the picture without closing lyx. > > >

Re: compile error due to -fno-exception and boost

2002-05-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | ... can be worked around by 'export CXXFLAGS=-fexceptions', './configure'. > | Not exactly nice though. I wonder if we ever will be able to use exceptions... Or will we for ever need to cripple third-party libraries. -- Lgb

Re: feature request for 1.2.1 or 1.3.0 or 1.3.1 or ...

2002-05-21 Thread larsbj
References: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] (Lars Gullik =?iso-8859-1?q?Bj=F8nnes?=) Organization: LyX Developer http://www.lyx.org/ Date: Wed, 22 May 2002 08:09:55 +0200 In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Lines: 16 User-Agent: Gnus/5.090007 (Oort Gnus v0.

compile error due to -fno-exception and boost

2002-05-21 Thread Andre Poenitz
... can be worked around by 'export CXXFLAGS=-fexceptions', './configure'. Not exactly nice though. 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: images/misc.xpm

2002-05-21 Thread Andre Poenitz
On Wed, May 22, 2002 at 07:56:29AM +0200, Andre' Poenitz wrote: > ... is completely broken. Maybe it was just my tree... lots of wrong bits in the file. I wonder how such a thing can happen... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they d

images/misc.xpm

2002-05-21 Thread Andre Poenitz
... is completely broken. 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: feature request for 1.2.1 or 1.3.0 or 1.3.1 or ...

2002-05-21 Thread R. Lahaye
Rod Pinna writes: > > Just wondering in a "reread" button could be added in the next version, in > the graphics insert box. Currently, if I update a picture externally, > there isn't a way to update the picture without closing lyx. What about a "watch file" in the graphics dialog, or even such a

feature request for 1.2.1 or 1.3.0 or 1.3.1 or ...

2002-05-21 Thread Rod Pinna
Hi all, Just wondering in a "reread" button could be added in the next version, in the graphics insert box. Currently, if I update a picture externally, there isn't a way to update the picture without closing lyx. Thanks, Rod _ rod

can't compile

2002-05-21 Thread Andre Poenitz
boost/detail/shared_count.hpp:86 wants to 'throw', but we compile with -fno-exceptions Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

compiler error - cvs

2002-05-21 Thread Herbert Voss
cvs from this morning after a distclean/.autogen./configure --without-nls Herbert -- formulabase.C:826: warning: #warning pretty ugly In file included from ../../boost/boost/shared_ptr.hpp:27, from ../../src/frontends/Dialogs.h:24, from

1.3 started

2002-05-21 Thread Andre Poenitz
I take it from last night's commit that we have an active 1.3cvs tree and I can start with small mathed-only changes? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Falun!

2002-05-21 Thread falunz
ÄãºÃ£¡ ¼áÐÞ´ó·¨ÐIJ»¶¯,Ìá¸ß²ã´ÎÊǸù±¾,¿¼ÑéÃæÇ°¼ûÕæÐÔ,¹¦³ÉÔ²Âú·ðµÀÉñ. ÉúËÀ·ÇÊÇ˵´ó»°,ÄÜÐв»ÐмûÕæÏà,´ýµ½ËüÈÕÔ²Âúʱ,ÕæÏà´óÏÔÌìÏÂã. ʲôÊÇ¡°Õæ¡¢ÉÆ¡¢ÈÌ¡±£¬Ê²Ã´²ÅÊÇÕæÕýµÄÕæÀí,´ó·¨ÐÞÁ¶Ö®ÑÏË࣬µÃ·¨Ö®²»Ò×£¬´ó·¨Ö®ºé´ó. [EMAIL PROTECTED] ºÏÊ®

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Michael Koziarski
> >Am I correct in beliving that gtkmm cannot exist without sigc++, and >that if gtkmm is installed then a libsigc++ will also be installed? >(so we won't have to provide sigc++ with lyx as we do now) Yes. Gtkmm uses libsigc++ throughout, it won't build or install without it. So, if you do de

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Lars Gullik Bjønnes
Michael Koziarski <[EMAIL PROTECTED]> writes: >> >>| I'd like to do the following: >>| - upgrade of libsigc version to 1.4/1.3 whatever the release version >>| ends up getting called. >> >>I am a bit ambivalent about this one... it might be easier to just use >>the boost signal/slot library in th

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Michael Koziarski
> >| I'd like to do the following: >| - upgrade of libsigc version to 1.4/1.3 whatever the release version >| ends up getting called. > >I am a bit ambivalent about this one... it might be easier to just use >the boost signal/slot library in the core or lyx, and ... > >| - Gtkmm2 frontend. > >...

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Lars Gullik Bjønnes
Michael Koziarski <[EMAIL PROTECTED]> writes: | At 02:29 PM 5/21/02 +0200, you wrote: >>Andre Poenitz <[EMAIL PROTECTED]> writes: >> >>| On Tue, May 21, 2002 at 01:22:39PM +0100, Angus Leeming wrote: >> >> Why thank you, sir. While you're at it, why don't you give me >> permission to >> >> set up

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Michael Koziarski
At 02:29 PM 5/21/02 +0200, you wrote: >Andre Poenitz <[EMAIL PROTECTED]> writes: > >| On Tue, May 21, 2002 at 01:22:39PM +0100, Angus Leeming wrote: > >> Why thank you, sir. While you're at it, why don't you give me > permission to > >> set up a branch. Let's call it BRANCH_guii. I guess that at

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: >> Try putting it in ftp.devel.lyx.org:/incoming (or pub/incoming) > | I can't upload. Do I have to log in as [EMAIL PROTECTED]? But then my password | is visible to the world... then put it in your home dir and I can just get it there. -- Lg

Re: More 1.2.0 problems

2002-05-21 Thread Martin Vermeer
On Tue, May 21, 2002 at 04:52:22PM +0100, Angus Leeming wrote: > On Tuesday 21 May 2002 4:20 pm, Martin Vermeer wrote: > > Angus, could I have the very very simple step-by-step-for-dummies version > > on this? I tried to understand what's happening here but don't get it. > > > > And what is p2 d

tmda test list

2002-05-21 Thread Mate Wierdl
OK, I have set up the list [EMAIL PROTECTED] which uses tmda. Here is what happens when you post a message to the list: if you are a subscriber, it just lets you post if you are not a subscriber, it will ask you for a confirmation, and when you confirm, your message gets posted _and_ your add

Re: wrappers for xforms cont.

2002-05-21 Thread Martin Vermeer
On Tue, May 21, 2002 at 05:36:16PM +0200, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Tue, May 21, 2002 at 04:20:24PM +0200, Lars Gullik Bjønnes wrote: > | > >> Martin Vermeer <[EMAIL PROTECTED]> writes: > >> > >> | My 0.02 EUR: > >> > >> Is this a featu

Re: mvc paragraph dialog

2002-05-21 Thread Edwin Leuven
new patch... greets, Ed. mvcpar2.diff.gz Description: GNU Zip compressed data

Re: More 1.2.0 problems

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 4:20 pm, Martin Vermeer wrote: > Angus, could I have the very very simple step-by-step-for-dummies version > on this? I tried to understand what's happening here but don't get it. > > And what is p2 doing / good for anyways? > > t. Martin Errr. From me? No! I know as much a

Re: 1.2.0pre5 compile problems Tru64/Linux gcc2.95.3

2002-05-21 Thread John Levon
On Tue, May 21, 2002 at 04:57:23PM +0200, Thomas Anders wrote: > No. AFAIK the latest GNU ld from binutils 2.12 unfortunately can't > be built on Tru64 Unix 4.0D ("not supported on this platform"). Still the case with 2.12.1 ? What about an older release ? john -- "SirCam: Hi! How are you? Eli

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Angus Leeming
> Try putting it in ftp.devel.lyx.org:/incoming (or pub/incoming) I can't upload. Do I have to log in as [EMAIL PROTECTED]? But then my password is visible to the world... Angus aleem@pneumon->ftp -n ftp> open ftp.devel.lyx.org ftp> user anonymous [EMAIL PROTECTED] 331 Guest login ok, send yo

Re: wrappers for xforms cont.

2002-05-21 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Tue, May 21, 2002 at 04:20:24PM +0200, Lars Gullik Bjønnes wrote: | >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | My 0.02 EUR: >> >> Is this a feature request or stuff you are going to work on? >> >> -- >> Lgb | | User-definable

Re: More 1.2.0 problems

2002-05-21 Thread Martin Vermeer
On Mon, May 20, 2002 at 12:42:09PM +0100, Angus Leeming wrote: > On Monday 20 May 2002 11:56 am, Martin Vermeer wrote: > > > - the rendering of parenthesis in the "Math delimiter" is often wrong or > > > confused > > > > Confirm. The rendering in the show box top middle is botched. The logic > >

Re: wrappers for xforms cont.

2002-05-21 Thread Martin Vermeer
On Tue, May 21, 2002 at 04:20:24PM +0200, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | My 0.02 EUR: > > Is this a feature request or stuff you are going to work on? > > -- > Lgb User-definable floats is a feature request. Herbert has it IIRC. Optional

Re: 1.2.0pre5 compile problems Tru64/Linux gcc2.95.3

2002-05-21 Thread Thomas Anders
Lars Gullik Bjønnes wrote: > You have not tried to use the gnu linker? No. AFAIK the latest GNU ld from binutils 2.12 unfortunately can't be built on Tru64 Unix 4.0D ("not supported on this platform"). +Thomas -- Thomas Anders <[EMAIL PROTECTED]> Hahn-Meitner-Institut Berlin, Germany

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 3:37 pm, Lars Gullik Bjønnes wrote: > | But I can compile neither rc1 nor cvs unmodified anyway, so I prefer to > | use cvs. I have detailed all the changes I have made in README.bin. > | Attached. > > But then you are not distributing any release... just a cvs snapshot. > >

Re: RE: [Devel] Serious crash

2002-05-21 Thread Juergen Vigna
On 21-May-2002 michael.schmitt wrote: > Thanks a lot. In fact, I tested it yesterday evening with a fresh cvs > update and I could not reproduce it either! Obviously, you changed > something within the last 7 days that fixed the problem. Good! > Regarding the patch I would like to ask the ot

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 21 May 2002 3:04 pm, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | On Tuesday 21 May 2002 2:10 pm, Thomas Anders wrote: >> >> Me, myself and I wrote: >> >> > env CC=/net/bin/gcc CXX=/net/bin/g++ CPPFLAGS=-I/net/

Re: wrappers for xforms cont.

2002-05-21 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | My 0.02 EUR: Is this a feature request or stuff you are going to work on? -- Lgb

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 3:04 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Tuesday 21 May 2002 2:10 pm, Thomas Anders wrote: > >> Me, myself and I wrote: > >> > env CC=/net/bin/gcc CXX=/net/bin/g++ CPPFLAGS=-I/net/usr/include \ > >> >CFLAGS=-I/net/usr/include

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 21 May 2002 2:10 pm, Thomas Anders wrote: >> Me, myself and I wrote: >> > env CC=/net/bin/gcc CXX=/net/bin/g++ CPPFLAGS=-I/net/usr/include \ >> >CFLAGS=-I/net/usr/include CXXFLAGS=-I/net/usr/include \ >> >LDFLAGS=-L/net/usr/lib \ >> >

Re: 1.3.0 sneak preview: Feature of the Day

2002-05-21 Thread Andre Poenitz
On Tue, May 21, 2002 at 02:41:27PM +0100, John Levon wrote: > > aka "auto correction" for mathed. Type '-' '>' to get '\rightarrow'... > > Excellent ... now we can support the TeXMacs math bindings properly, no ? Sure. That was the point of the exercise... Andre' -- Those who desire to give u

RE: [Devel] Serious crash

2002-05-21 Thread Juergen Vigna
On 18-May-2002 michael.schmitt wrote: > - Create a float with two lines of text inside; > 1. delete some text in the second line; undo with CTRL-Z; > press shift-cursor-right -> the wrong text is selected! > 2. delete some text in the first line; undo with CTRL-Z > -> segmentation

Re: 1.3.0 sneak preview: Feature of the Day

2002-05-21 Thread John Levon
On Tue, May 21, 2002 at 02:57:06PM +0200, Andre Poenitz wrote: > aka "auto correction" for mathed. Type '-' '>' to get '\rightarrow'... Excellent ... now we can support the TeXMacs math bindings properly, no ? john -- "SirCam: Hi! How are you? Eliza: Why are you interested in whether or not I

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread John Levon
On Tue, May 21, 2002 at 02:29:42PM +0200, Lars Gullik Bjønnes wrote: > If everybody is off working on his pet branch we will not be able to > do much... OK We've had Andre's list. My list : o GUII o bug fixes Simple eh :) john -- "SirCam: Hi! How are you? Eliza: Why are you

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 2:10 pm, Thomas Anders wrote: > Me, myself and I wrote: > > env CC=/net/bin/gcc CXX=/net/bin/g++ CPPFLAGS=-I/net/usr/include \ > >CFLAGS=-I/net/usr/include CXXFLAGS=-I/net/usr/include \ > >LDFLAGS=-L/net/usr/lib \ > >./configure --prefix=/net/pub/lyx-1.2.0pre5 \

Re: 1.3.0 sneak preview: Feature of the Day

2002-05-21 Thread Andre Poenitz
On Tue, May 21, 2002 at 02:30:24PM +0100, Angus Leeming wrote: > Just to satsify my curiosity, how would I type "->" if I didn't want to > convert? That would be the next feature request ;-) There are a few sequences that make no sense in most cases. I believe "->" is one of them... Apart from

Re: 1.3.0 sneak preview: Feature of the Day

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 1:57 pm, Andre Poenitz wrote: > aka "auto correction" for mathed. Type '-' '>' to get '\rightarrow'... > > Andre' Just to satsify my curiosity, how would I type "->" if I didn't want to convert? Angus

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Thomas Anders
Me, myself and I wrote: > env CC=/net/bin/gcc CXX=/net/bin/g++ CPPFLAGS=-I/net/usr/include \ >CFLAGS=-I/net/usr/include CXXFLAGS=-I/net/usr/include \ >LDFLAGS=-L/net/usr/lib \ >./configure --prefix=/net/pub/lyx-1.2.0pre5 \ >--exec-prefix=/net/pub/lyx-1.2.0pre5/osf \ >--with-ex

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Thomas Anders
Andre Poenitz wrote: > Have you done a ./configure on a clean checkout? > > I've seen this error message when trying 3.1 on some "not so clean" tree... Depends on if you consider ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.2.0pre5.tar.gz a "clean checkout". (If you don't, it would explain why 1.2.0pre

1.3.0 sneak preview: Feature of the Day

2002-05-21 Thread Andre Poenitz
aka "auto correction" for mathed. Type '-' '>' to get '\rightarrow'... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson) Index: lib/autocorrect ==

Re: PATCH: Bug in ERT reading

2002-05-21 Thread Juergen Vigna
On 21-May-2002 Lars Gullik Bjønnes wrote: > "ert_comp.contents.find_first_not_of(' ') == string::npos" > > equals only spaces. > > So: (perhaps we should use this for 1.2.0 as well) I already changed to the one you propose and will commit soon (as soon as I checked out the 1.2.x branch.

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 1:29 pm, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > | On Tue, May 21, 2002 at 01:22:39PM +0100, Angus Leeming wrote: > >> Why thank you, sir. While you're at it, why don't you give me permission > >> to set up a branch. Let's call it BRANCH_guii

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Juergen Vigna
On 21-May-2002 Lars Gullik Bjønnes wrote: > Let's get that list going. First of all I don't know how much time I will have for LyX in future. Second to tell you the truth for 1.3.0 I plan to ONLY work on GUII complete. IMO that should be our only "real" 1.3.0 worklist so that we can release a 1

Re: 1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Andre Poenitz
On Tue, May 21, 2002 at 02:33:55PM +0200, Thomas Anders wrote: > Hello, > > given the (reported and still unresolved) difficulties compiling > 1.2.0pre5 with gcc 2.95.3 on Tru64 Unix 4.0D I switched to gcc 3.1. > LyX still doesn't compile and now fails on src/support/DebugStream.C: > > /net/bin/

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Andre Poenitz
On Tue, May 21, 2002 at 02:29:42PM +0200, Lars Gullik Bjønnes wrote: > Can we please have a run down of what features to work on in 1.3.0CVS > first. > > Let's get that list going. I've posted "my part" already. Andre' -- Those who desire to give up Freedom in order to gain Security, will not

1.2.0pre5 compile problems w/ gcc 3.1 on Tru64 4.0D

2002-05-21 Thread Thomas Anders
Hello, given the (reported and still unresolved) difficulties compiling 1.2.0pre5 with gcc 2.95.3 on Tru64 Unix 4.0D I switched to gcc 3.1. LyX still doesn't compile and now fails on src/support/DebugStream.C: /net/bin/g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. -I../../boos

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, May 21, 2002 at 01:22:39PM +0100, Angus Leeming wrote: >> Why thank you, sir. While you're at it, why don't you give me permission to >> set up a branch. Let's call it BRANCH_guii. I guess that at least John and I >> should have permission to

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Andre Poenitz
On Tue, May 21, 2002 at 01:22:39PM +0100, Angus Leeming wrote: > Why thank you, sir. While you're at it, why don't you give me permission to > set up a branch. Let's call it BRANCH_guii. I guess that at least John and I > should have permission to commit. And if you are at it: What about some B

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 1:02 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Tuesday 21 May 2002 11:24 am, Lars Gullik Bjønnes wrote: > >> Angus Leeming <[EMAIL PROTECTED]> writes: > >> | See attached. > >> | Angus > >> > >> Put in 1.3.0CVS, queue for 1.2.1. > | >

Re: PATCH: Bug in ERT reading

2002-05-21 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 21-May-2002 Dekel Tsur wrote: >> The attached 1.1.6 file is not read correctly by LyX: >> Note that the ERT text contains a backslash and a space, >> so the latex output is "a\ b". >> However, lyx-1.2.0 drops the space when reading the file, so >> th

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Tuesday 21 May 2002 11:24 am, Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | See attached. >> | Angus >> >> Put in 1.3.0CVS, queue for 1.2.1. > | You'll need to give me some karma to commit it. While you're at it, just

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Angus Leeming
On Tuesday 21 May 2002 11:24 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | See attached. > | Angus > > Put in 1.3.0CVS, queue for 1.2.1. You'll need to give me some karma to commit it. While you're at it, just shove it in. Angus

PATCH: Bug in ERT reading

2002-05-21 Thread Juergen Vigna
On 21-May-2002 Dekel Tsur wrote: > The attached 1.1.6 file is not read correctly by LyX: > Note that the ERT text contains a backslash and a space, > so the latex output is "a\ b". > However, lyx-1.2.0 drops the space when reading the file, so > the latex output is "a\b" which gives an error. >

Re: [PATCH]: trivial fix for bug #415.

2002-05-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | See attached. | Angus Put in 1.3.0CVS, queue for 1.2.1. -- Lgb

[PATCH]: trivial fix for bug #415.

2002-05-21 Thread Angus Leeming
See attached. Angus Index: src/frontends/controllers/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ChangeLog,v retrieving revision 1.173 diff -u -p -r1.173 ChangeLog --- src/frontends/controllers

Bug in ERT reading

2002-05-21 Thread Dekel Tsur
The attached 1.1.6 file is not read correctly by LyX: Note that the ERT text contains a backslash and a space, so the latex output is "a\ b". However, lyx-1.2.0 drops the space when reading the file, so the latex output is "a\b" which gives an error. #LyX 1.1 created this file. For more info se

Using xforms 0.999 with lyx-1.2

2002-05-21 Thread Martti Kuparinen
Hi! I'm the lyx maintainer in NetBSD pkgsrc collection (http://www.pkgsrc.org/) and I'm trying the new 1.2.0 pre5. The compilation is okay but the linking fails because of unresolved references to fl_xxx() functions: # c++ -O2 -W -Wall -Wl,-R/usr/X11R6/lib -Wl,-R/usr/pkg/lib -o lyx BufferView.o

Re: 1.2p5 vs. 1.1.6: ERT issues

2002-05-21 Thread Lars Gullik Bjønnes
Peter Suetterlin <[EMAIL PROTECTED]> writes: | Hi all, > | I just fell across a problem when I loaded an old (1.1.6) file into | lyx 1.2pre5: Can you try with rc1? -- Lgb

Re: [Fwd: Still a LyX 1.2.0 Finnish localization update]

2002-05-21 Thread Lars Gullik Bjønnes
It seems that your forwarding broke the attachment. Can you send that to me separately? -- Lgb

Re: make rpmdist

2002-05-21 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Thu, May 16, 2002 at 02:52:14PM +0200, Andre Poenitz wrote: >> On Thu, May 16, 2002 at 02:46:04PM +0200, Lars Gullik Bjønnes wrote: >> > And you are sure you do not have any strange .deps or .libs dirs >> > w/files? >> >> This is 'rm -rf lyx-d

Re: make rpmdist

2002-05-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, May 16, 2002 at 03:06:15PM +0200, Lars Gullik Bjønnes wrote: >> rpm -q automake >> automake-1.5-8 > | Ok. 1.5.1 now. > > | Building Makefile templates... | . | src/Makefile.am:12: LIBS was set wi

Re: page style commands to be translated one day?

2002-05-21 Thread Angus Leeming
On Monday 20 May 2002 6:53 pm, John Levon wrote: > On Mon, May 20, 2002 at 05:55:25PM +0100, Angus Leeming wrote: > > Ok, dokey. Makes my life easier anyway. > > Colour me green and name me Peter, but surely this doesn't mean we > shouldn't have translated combo boxes, just because we don't want t

Re: mvc paragraph dialog

2002-05-21 Thread Angus Leeming
On Monday 20 May 2002 8:27 pm, Edwin Leuven wrote: > > Ed, why have you given the controller all these set/get methods? Wouldn't > > it have been easier to just provide > > > > ParagraphParameters & ControlParagraph::params() > > { > > lyx::Assert(pp_.get()); > > return *pp_; > > } > > > >