Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > I'll try and have a look this evening. Thanks. Jürgen.

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > The output is: > > Should be placement: table > Should be wide: table > InsetFloat::Read:: Missing wide! > > but only when I right-click the inset (open the dialog). Lyx seems > to have no problems with reading the inset when I open a file. I'll try and have a look

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Angus Leeming wrote: > Well, you receive a string, so print it out: >         lyxerr << str << endl; > Now convert it to a param: >         float_param param; >         string2param(str, param); > Now convert it back and print: >         string str2 = param2string(param); >         lyxerr << str2 <

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Angus Leeming
Juergen Spitzmueller wrote: > Kayvan A. Sylvan wrote: >> This is with the current CVS: >> >> When I create a text-wrap float and try to modify its parameters >> (right mouse click and click on "Right" and set up "25" "col%", for >> example), hitting "OK" or "Apply" does not work. Nothing is saved

Re: Current CVS: Problem with text-wrap float

2004-02-23 Thread Juergen Spitzmueller
Kayvan A. Sylvan wrote: > This is with the current CVS: > > When I create a text-wrap float and try to modify its parameters (right > mouse click and click on "Right" and set up "25" "col%", for example), > hitting "OK" or "Apply" does not work. Nothing is saved and the settings > are lost. AFAICS

Current CVS: Problem with text-wrap float

2004-02-21 Thread Kayvan A. Sylvan
This is with the current CVS: When I create a text-wrap float and try to modify its parameters (right mouse click and click on "Right" and set up "25" "col%", for example), hitting "OK" or "Apply" does not work. Nothing is saved and the settings are lost. ---Kayvan -- Kay

lyx-cvs Problem with gcc-3.0.4 compilation on Cygwin

2002-03-15 Thread Kayvan A. Sylvan
Anyone got any idea about this? Using the same procedure as I used for gcc-2.95, compiling lyx (latest CVS), I have the following: /usr/local/gcc3/bin/g++ -g -O -fno-rtti -fno-exceptions -W -Wall -o lyx.exe BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPa

Re: Latest CVS: Problem with Win32 LyX

2002-02-06 Thread Angus Leeming
On Wednesday 06 February 2002 5:05 pm, Kayvan A. Sylvan wrote: > On Wed, Feb 06, 2002 at 02:47:54PM +0100, Jean-Marc Lasgouttes wrote: > > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > > > Kayvan> This is a recent problem (within the last week or so). On > > Kayvan> Win32/Cygw

Re: Latest CVS: Problem with Win32 LyX

2002-02-06 Thread Kayvan A. Sylvan
On Wed, Feb 06, 2002 at 02:47:54PM +0100, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> This is a recent problem (within the last week or so). On > Kayvan> Win32/Cygwin under Win2K: > > Kayvan> Trying to generate postscript from a documen

Re: Latest CVS: Problem with Win32 LyX

2002-02-06 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> This is a recent problem (within the last week or so). On Kayvan> Win32/Cygwin under Win2K: Kayvan> Trying to generate postscript from a document of class Kayvan> literate-article, I was getting many LaTeX errors after Kayvan>

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Angus Leeming
On Wednesday 30 January 2002 4:46 pm, Kayvan A. Sylvan wrote: > It looks like Angus's DEC "fix" is *in* the current CVS. The above makes > it appear as if this was not intentional. Ouch! Indeed it isn't meant to be in cvs. My apologies. Now fixed. Angus

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Kayvan A. Sylvan
On Wed, Jan 30, 2002 at 01:13:29PM +0100, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | + > | + // DEC's implementation of ostringstream has a bug which can be > | + // overcome with this forcing. > | + tcpreamble.seekp(std::ios::beg); > | > | return tcp

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Kayvan A. Sylvan
On Wed, Jan 30, 2002 at 11:23:12AM +, Angus Leeming wrote: > On Wednesday 30 January 2002 11:15 am, Jean-Marc Lasgouttes wrote: > > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > > > Kayvan> This is a recent problem (within the last week or so). On > > Kayvan> Win32/Cygwin

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Andre Poenitz
On Wed, Jan 30, 2002 at 01:00:42PM +, Angus Leeming wrote: > string. That should be correct then. *shrug* Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Angus Leeming
On Wednesday 30 January 2002 12:35 pm, Andre Poenitz wrote: > On Wed, Jan 30, 2002 at 12:19:53PM +, Angus Leeming wrote: > > I assumed that the true problem lies in my version of std::ostringstream, but > > if Kayvan experiences the same problem and it is cured in the same way, then > > pe

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Andre Poenitz
On Wed, Jan 30, 2002 at 12:19:53PM +, Angus Leeming wrote: > I assumed that the true problem lies in my version of std::ostringstream, but > if Kayvan experiences the same problem and it is cured in the same way, then > perhaps the problem lies elsewhere. What does your library's std::ostri

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Angus Leeming
On Wednesday 30 January 2002 12:13 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | + > | + // DEC's implementation of ostringstream has a bug which can be > | + // overcome with this forcing. > | + tcpreamble.seekp(std::ios::beg); > | > | return tcprea

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Jan 30, 2002 at 12:15:28PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> Interesting. This really looks like the problem Angus has been >> seeing with compaq cxx. Might it be that we are not using >> ostringstream correctly?

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Andre Poenitz
On Wed, Jan 30, 2002 at 12:15:28PM +0100, Jean-Marc Lasgouttes wrote: > Interesting. This really looks like the problem Angus has been seeing > with compaq cxx. Might it be that we are not using ostringstream correctly? Could you direct me again to the code in question? Andre' -- André Pönitz

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Angus Leeming
On Wednesday 30 January 2002 11:15 am, Jean-Marc Lasgouttes wrote: > > "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: > > Kayvan> This is a recent problem (within the last week or so). On > Kayvan> Win32/Cygwin under Win2K: > > Kayvan> Trying to generate postscript from a document o

Re: Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> This is a recent problem (within the last week or so). On Kayvan> Win32/Cygwin under Win2K: Kayvan> Trying to generate postscript from a document of class Kayvan> literate-article, I was getting many LaTeX errors after Kayvan>

Latest CVS: Problem with Win32 LyX

2002-01-30 Thread Kayvan A. Sylvan
This is a recent problem (within the last week or so). On Win32/Cygwin under Win2K: Trying to generate postscript from a document of class literate-article, I was getting many LaTeX errors after updating from CVS. I looked at the generated latex from Linux and from Win2k. The difference is tha

Re: cvs problem

2001-06-13 Thread Oscar Lopez
Thanks Lars, now it works properly -- http://www.iit.upco.es/~oscar Maslow's Maxim: If the only tool you have is a hammer, you treat everything like a nail.

Re: cvs problem

2001-06-12 Thread Lars Gullik Bjønnes
Oscar Lopez <[EMAIL PROTECTED]> writes: | Hi everybody | | I have updated today the lyx-devel from the cvs repository and I | compiled | to test it. The compilation was succesful, but when I started lyx I have | found | that I was unable to type anything in the lyx screen. Indeed everytime I |

cvs problem

2001-06-12 Thread Oscar Lopez
Hi everybody I have updated today the lyx-devel from the cvs repository and I compiled to test it. The compilation was succesful, but when I started lyx I have found that I was unable to type anything in the lyx screen. Indeed everytime I stroke a key an "Unknown function" appeared in the minibu

Re: last cvs problem...

2000-07-28 Thread Allan Rae
On 27 Jul 2000, Lars Gullik Bjønnes wrote: > Allan Rae <[EMAIL PROTECTED]> writes: > > | I don't understand why you want to keep a generated file in cvs. > | > | Secondly, wouldn't a makefile rule be better for generating ext_l10n.h > | that way make can track what needs to be updated instead o

Re: last cvs problem...

2000-07-27 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | I don't understand why you want to keep a generated file in cvs. | | Secondly, wouldn't a makefile rule be better for generating ext_l10n.h | that way make can track what needs to be updated instead of the user (or | one of us) having to remember to run au

Re: last cvs problem...

2000-07-26 Thread Allan Rae
On 26 Jul 2000, Lars Gullik Bjønnes wrote: > Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: > > | Hi, > | when compiling last cvs version: > | > | make[1]: Entering directory `/home/jamatos/lyx-devel/po' > | make[1]: *** No rule to make target `../src/ext_l10n.h', needed by `lyx.pot

Re: last cvs problem...(II)

2000-07-26 Thread Jean-Marc Lasgouttes
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: Jose> Hi, now I hope isn't me but I see two File menus, one in the Jose> begin and another in the end, after Help. Jose> I hope it isn't my fault this time, and then this is an hint Jose> to Jean-Marc. Oops! A trace of my

last cvs problem...(II)

2000-07-26 Thread Jose Abilio Oliveira Matos
Hi, now I hope isn't me but I see two File menus, one in the begin and another in the end, after Help. I hope it isn't my fault this time, and then this is an hint to Jean-Marc. :-) -- José

Re: last cvs problem...

2000-07-26 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | In simple terms: | Is it enough to run autogen after a cvs update? | Do we need to clean the debris that is left from | previous makes? And if so "make distclean" is enough? | | I hope to be clear now. :) and the answer

Re: last cvs problem...

2000-07-26 Thread Jose Abilio Oliveira Matos
In simple terms: Is it enough to run autogen after a cvs update? Do we need to clean the debris that is left from previous makes? And if so "make distclean" is enough? I hope to be clear now. :) -- José

Re: last cvs problem...

2000-07-26 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Wed, Jul 26, 2000 at 02:19:37PM +0200, Lars Gullik Bjønnes wrote: | > | > So you didn't run autogen? | | No. That was the problem. | BTW I applied a patch I then make distclean, | is that enough? ¿What you do mean? Lgb

Re: last cvs problem...

2000-07-26 Thread Jose Abilio Oliveira Matos
On Wed, Jul 26, 2000 at 02:19:37PM +0200, Lars Gullik Bjønnes wrote: > > So you didn't run autogen? No. That was the problem. BTW I applied a patch I then make distclean, is that enough? > and ext_l10n.h _is_ in cvs. > I think this is a problem at your end. You are right. sorry for

Re: last cvs problem...

2000-07-26 Thread Lars Gullik Bjønnes
Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes: | Hi, | when compiling last cvs version: | | make[1]: Entering directory `/home/jamatos/lyx-devel/po' | make[1]: *** No rule to make target `../src/ext_l10n.h', needed by `lyx.pot'. Stop. | make[1]: Leaving directory `/home/jamatos/ly

last cvs problem...

2000-07-26 Thread Jose Abilio Oliveira Matos
Hi, when compiling last cvs version: make[1]: Entering directory `/home/jamatos/lyx-devel/po' make[1]: *** No rule to make target `../src/ext_l10n.h', needed by `lyx.pot'. Stop. make[1]: Leaving directory `/home/jamatos/lyx-devel/po' This looks like something that you have added

Re: CVS problem

2000-05-04 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | cvs [update aborted]: cannot open .new.configure: Permission denied > | Garst > > Looks wierd. > > Can you try a clean checkout? > > Lgb my bad. I had touched some files as root.

Re: CVS problem

2000-05-04 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | cvs [update aborted]: cannot open .new.configure: Permission denied | Garst Looks wierd. Can you try a clean checkout? Lgb

CVS problem

2000-05-04 Thread Garst R. Reese
cvs [update aborted]: cannot open .new.configure: Permission denied Garst

Re: CVS problem

2000-04-27 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | [kayvan@satyr ~/src/lyx]$ cvs -t update | cvs update: notice: main loop with |CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot | cvs [update aborted]: authorization failed: server anoncvs.lyx.org rejected access | [kayvan@satyr ~/src/lyx]

Re: CVS problem

2000-04-27 Thread Kayvan A. Sylvan
On Thu, Apr 27, 2000 at 06:02:00PM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | [kayvan@camel ~/src/lyx]$ cvs update > | cvs [update aborted]: authorization failed: server anoncvs.lyx.org > | rejected access > > Are you able to do a checkout? No. I c

Re: CVS problem

2000-04-27 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > [kayvan@camel ~/src/lyx]$ cvs update > cvs [update aborted]: authorization failed: server anoncvs.lyx.org rejected access > > -- > Kayvan A. Sylvan | Proud husband of | Father to my kids: > Sylvan Associates, Inc.| Laura Isabella S

Re: CVS problem

2000-04-27 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | [kayvan@camel ~/src/lyx]$ cvs update | cvs [update aborted]: authorization failed: server anoncvs.lyx.org | rejected access Are you able to do a checkout? And when giving cvs reports always run cvs with -t. The cvs server does not log anything.

CVS problem

2000-04-27 Thread Kayvan A. Sylvan
[kayvan@camel ~/src/lyx]$ cvs update cvs [update aborted]: authorization failed: server anoncvs.lyx.org rejected access -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena http://www.succ