Angus Leeming wrote:
> I'll try and have a look this evening.
Thanks.
Jürgen.
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
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 <
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
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
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
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
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
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
> "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>
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
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
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
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]
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
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
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
> "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?
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
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
> "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>
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
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.
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
|
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
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
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
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
> "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
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é
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
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é
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
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
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
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
"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.
"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 [update aborted]: cannot open .new.configure: Permission denied
Garst
"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]
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
"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
"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.
[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
44 matches
Mail list logo