Re: Current CVS breaks literate support

2003-03-13 Thread Kayvan A. Sylvan
On Fri, Mar 14, 2003 at 02:08:57AM +, John Levon wrote: > On Thu, Mar 13, 2003 at 06:01:15PM -0800, Kayvan A. Sylvan wrote: > > > I mean: > > > > lyx --export literate literate.lyx > > I know nothing about literate programming latex. Give a poor man a break > ... i.e. what format is this. a

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread Rob Lahaye
John Levon wrote: > Well, without your patch, there's no alignment problem since there's > nothing to align against. So it may not be your fault but it uncovers > this bug. So I'm not going to apply it now Solved! ctime() in ContrlChanges.C appends a newline to the date string. "rtrim()" this of

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread Rob Lahaye
John Levon wrote: > On Fri, Mar 14, 2003 at 12:26:20PM +0900, Rob Lahaye wrote: > > >>But I always had the date field empty; how do you get that text there? > > > Save a change-tracked document then load it. OK, thanks. Now I also can reproduce your bug. I'll investigate it further. Rob.

Re: Aussie status

2003-03-13 Thread Allan Rae
On Tue, 11 Mar 2003, John Levon wrote: > On Tue, Mar 11, 2003 at 03:17:27PM +1000, Allan Rae wrote: > > > How many other pages do you visit that let you change the website > > design? > > Several. Admittedly they usually require login :) Are they actually using a cookie then for anything other th

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 12:26:20PM +0900, Rob Lahaye wrote: > But I always had the date field empty; how do you get that text there? Save a change-tracked document then load it. > So either you have a funny release of Xforms, or the controller returns > a string the cripples the alignment. Any i

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread Rob Lahaye
John Levon wrote: > Still broken. > > http://movementarian.org/changes.png > > xforms 1.0 I also have 1.0. But I always had the date field empty; how do you get that text there? To get something in the date-field, I had to modify xforms/FormChanges.C temporarily: //string const date =

Comment + insetnote

2003-03-13 Thread John Levon
why do we have both again ? john

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 11:01:08AM +0900, Rob Lahaye wrote: > Hmm, this is a little difficult for this dialog. Though a slightly > better Gravity is in the attached .fd file. I recommend that one Still broken. http://movementarian.org/changes.png xforms 1.0 john

[PATCH] use paint helpers a bit

2003-03-13 Thread John Levon
Clean out text.C of explicit mentions Index: text.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v retrieving revision 1.313 diff -u -p -r1.313 text.C --- text.C 13 Mar 2003 21:19:00 - 1.313 +++ text.C

Re: Current CVS breaks literate support

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 06:01:15PM -0800, Kayvan A. Sylvan wrote: > I mean: > > lyx --export literate literate.lyx I know nothing about literate programming latex. Give a poor man a break ... i.e. what format is this. ascii ? latex ? what ? john

Re: Current CVS breaks literate support

2003-03-13 Thread Kayvan A. Sylvan
On Fri, Mar 14, 2003 at 01:58:49AM +, John Levon wrote: > On Thu, Mar 13, 2003 at 05:54:03PM -0800, Kayvan A. Sylvan wrote: > > > Export a literate document via: > > > > lyx --export literate.lyx I mean: lyx --export literate literate.lyx

[PATCH] introduce lyxtext paint helpers

2003-03-13 Thread John Levon
The intention is to make all the sites that write to refresh_row/refresh_y directly go away in favour of symbolic names. This is the start (tough job working out wtf is going on ...) Somebody's yet to explain what the CHANGED_IN_DRAW is all about, they all look unnecessary and bogus to me john

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread Rob Lahaye
John Levon wrote: > On Thu, Mar 13, 2003 at 10:58:12AM +0900, Rob Lahaye wrote: > > >>YES! Indeed fixed. Could you then please finally apply my patch to >>Xforms/Changes dialog, since this crash was apparently was not >>caused by the patch. > > > The date is not correctly aligned (vertically ce

Re: Current CVS breaks literate support

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 05:54:03PM -0800, Kayvan A. Sylvan wrote: > Export a literate document via: > > lyx --export literate.lyx I don't get how this works ... please point me to the literate code > The resulting literate.nw has ^A characters where newlines > should be. This breaks noweb, of

Current CVS breaks literate support

2003-03-13 Thread Kayvan A. Sylvan
Export a literate document via: lyx --export literate.lyx The resulting literate.nw has ^A characters where newlines should be. This breaks noweb, of course. Hoping that this is a simple fix. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my

Re: scoped_ptr

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 11:32:11PM +, Angus Leeming wrote: > > | The requirement for an explicit destructor in the containing class > > | appears to have been removed. Wooo > > > > Half a year a ago... > > (or v1.29.0) > > ;-) I guess that that shows I only notice such things when cr

Re: drawing text insets

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 11:44:02PM +0100, Lars Gullik Bj?nnes wrote: > | Btw, Lars, your whitespace script is totally broken. It replaces > | alignment (spaces) with tabs. Not good. > > Have I said lately that I dislike your alignment spaces? It's definitely Friday now. Go on then. We either ali

Re: Problem reading a file

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 11:39:28PM +0100, Lars Gullik Bj?nnes wrote: > | using namespace std; > > but that fix would of course never go into the sources... So 1.1.6fix4 development is open again ! Oy joy > problem... Hmm is this lyx 1.3.0? no ;) john

Re: lyxtext docs

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 10:33:34PM +, Angus Leeming wrote: > Do we have a preference for @ or \ ? I dunno. Use whichever is the right style (we use javadoc not qt) john

Re: Cygwin patch, reworked

2003-03-13 Thread Kayvan A. Sylvan
On Wed, Mar 12, 2003 at 05:08:26PM -0800, Kayvan A. Sylvan wrote: > Here is a good, self-contained patch, touching only the build mechanism. > > Please apply, and "cvs add" config/cygwin.m4 Any idea as to when this will be applied?

Re: [PATCH] InsetNewline

2003-03-13 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > Ho no. Could it be that you have found the root of the existance of the > little square? Damn! Now _that_ is a HUGE regression. A minute of silence please. Thank you. Alfredo

Re: scoped_ptr

2003-03-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | The requirement for an explicit destructor in the containing class > | appears to have been removed. Wooo > > Half a year a ago... > (or v1.29.0) ;-) I guess that that shows I only notice such things when creat

Re: scoped_ptr

2003-03-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | The requirement for an explicit destructor in the containing class appears | to have been removed. Wooo Half a year a ago... (or v1.29.0) -- Lgb

scoped_ptr

2003-03-13 Thread Angus Leeming
The requirement for an explicit destructor in the containing class appears to have been removed. Wooo -- Angus

Re: Nasty!

2003-03-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > So, please help hunt for these problems, not just report them. Sure. But the first step is actually identifying a bug. In this case, three of us spent quite some time tracking down the cause before John squashed it. -- Angus

Re: drawing text insets

2003-03-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Btw, Lars, your whitespace script is totally broken. It replaces | alignment (spaces) with tabs. Not good. Have I said lately that I dislike your alignment spaces? -- Lgb

Re: crash

2003-03-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | New File | Insert->FootNote | Save | Reload | to go behind footnote | 'a' | Crash. So help fix it then. -- Lgb

Re: Problem reading a file

2003-03-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Mar 13, 2003 at 07:25:13PM +0100, Andre Poenitz wrote: | | > Well, I know what we'll have for breakfast tomorrow. | > | > 'Minced John'. | | I'm not scared of Lars ! Have you Been Playing With My FILES?!? -- Lgb

Re: Problem reading a file

2003-03-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Mar 13, 2003 at 06:07:17PM +, Jos? Matos wrote: | | > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem | > /usr/X11R6/include -g -O2 -fno-rtti -fno-exceptions -c lastfiles.C | > lastfiles.C:29: `ostream_iterator' not declared

Re: Nasty!

2003-03-13 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | John Levon wrote: | | > On Thu, Mar 13, 2003 at 01:59:42PM +, Angus Leeming wrote: | > | >> In fact, it's totally fubar-ed. Add three paragraphs containing just 'a', | >> save, close and reopen. The table appears as it does on the screenshot. | >>

Re: lyxtext docs

2003-03-13 Thread Angus Leeming
John Levon wrote: > On Thu, Mar 13, 2003 at 10:09:35PM +, Angus Leeming wrote: > >> Along the same lines, I attach Dialog.h and ControlAboutlyx.h. Is this >> what I should be aiming for? Specifically, is it reasonable to tell the >> reader that a bunch of methods are instantiations of base cl

[PATCH] make LyXText::status understandable ...

2003-03-13 Thread John Levon
for A Moron Such As I. OK ? It's a pity to lose the charm of Juergen's comment but I'm just not very charming ... john Index: text2.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v retrieving revision 1.288 diff -u -

Re: lyxtext docs

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 10:09:35PM +, Angus Leeming wrote: > Along the same lines, I attach Dialog.h and ControlAboutlyx.h. Is this what > I should be aiming for? Specifically, is it reasonable to tell the reader > that a bunch of methods are instantiations of base class virtual ones and >

Re: [PATCH] use ParagraphList iterator for reading the doc

2003-03-13 Thread Kuba Ober
> > Is the dialog subclassing really a memory hog? By how much do you think > > you'd reduce the RSS if the dialog classes were not subclassed? I imagine > > it would be almost negligible. > > It's a binary size bloat. Sure. I guess it's conceiveable to modify moc and uic ;-) > > > This is what

Re: lyxtext docs

2003-03-13 Thread Angus Leeming
John Levon wrote: > > Applied but if people could review for corrections ... + * The row from which to repaint the screen, used by screen.c. That's screen.C presumably, or @class Screen Looks like a valient attempt. Along the same lines, I attach Dialog.h and ControlAboutlyx.h. Is this

Re: LyXText::status

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 09:59:34PM +, John Levon wrote: > >2482 if (status_ != NEED_MORE_REFRESH || st != NEED_VERY_LITTLE_REFRESH) { OK OK I can't read. Sorry for the noice john

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
> > It's just that if you work on one thing, it's beneficial even for your > > own sake to have different explorations/fixes/enhancements/etc. done in > > different > > I tell you what I'd like (my ideal interface). I do some work. Then I > run readdifftool or something and I can do some action on

LyXText::status

2003-03-13 Thread John Levon
2482 if (status_ != NEED_MORE_REFRESH || st != NEED_VERY_LITTLE_REFRESH) { Umm. I guess I'll fix this so it reflects what the comment says rather than the nonsensical code. john

lyxtext docs

2003-03-13 Thread John Levon
Applied but if people could review for corrections ... I'm going to try and get the lyxtext drawing stuff into some sort of understandable shape (and have a look at that uncollapse drawing bug first) john Index: lyxtext.h === RCS f

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 04:36:09PM -0500, Kuba Ober wrote: > > Isn't the computer the one that's good with numbers ? > > Well, change numbers are similar to bugzilla bug numbers. You always can list > them to find out what the number is. And you choose current change to work on > (you can have

Re: doxygen cont

2003-03-13 Thread Angus Leeming
John Levon wrote: >> What am I doing wrong? The generated html is worse than confusing. > You open a group twice ... You mean I can't nest them? Oh well. -- Angus

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
On czwartek 13 marzec 2003 02:50 pm, John Levon wrote: > On Thu, Mar 13, 2003 at 02:40:31PM -0500, Kuba Ober wrote: > > Your unix login, as in logged in to the terminal. ae_p is an alias for > > export AEGIS_PROJECT="$1"; > > Oh that's OK then. > > > That's the whole thing. It's hard to do clean an

Re: doxygen cont

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 09:25:40PM +, Angus Leeming wrote: > What am I doing wrong? The generated html is worse than confusing. > //@{ /** These methods are publicly accessible because they are * invoked * by the parent container. */ //@{ /

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 04:07:56PM -0500, Kuba Ober wrote: > > Quality is not and never was the most important thing with lyx. There > > are some (rare) projects where it is ... not here... > > I'm not claiming it's *the* most imporant thing. Nevertheless, it is somewhat > important, right? Hop

doxygen cont

2003-03-13 Thread Angus Leeming
What am I doing wrong? The generated html is worse than confusing. -- Angus// -*- C++ -*- /** * \file Dialog.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author Angus Leeming * * Full author contact details are available in

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
On czwartek 13 marzec 2003 02:52 pm, John Levon wrote: > On Thu, Mar 13, 2003 at 02:45:29PM -0500, Kuba Ober wrote: > > > Some of us don't want configuration management. > > > > The quality of software has been shown to be worse without one ;-) > > Quality is not and never was the most important th

Re: DEPM summary

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 09:38:54PM +0100, Alfredo Braunstein wrote: > 2) Do not forbid anything. Double empty newlines will be aliminated on > export/save. > > Advantages: easy coding, easy to maintain > Disadvantages: can confuse new users, it is bad ui (the ui allows >

DEPM summary

2003-03-13 Thread Alfredo Braunstein
The options proposed so far: 1) Leave it as it is (DEPM) Advantages: no coding Disadvantages: very hard to mantain code, bad ui (non const cursor movement), useability flaws (annoying to cut & paste sometimes) 2) Do not forbid anything. Double empty newlines wil

Re: using doxygen

2003-03-13 Thread Angus Leeming
John Levon wrote: > Why do you need to do anything special ? > http://www.stack.nl/~dimitri/doxygen/autolink.html Next question: is there a way to generate the html of a single file so that I can check that I'm on the right track? -- Angus

Re: using doxygen

2003-03-13 Thread Angus Leeming
John Levon wrote: > On Thu, Mar 13, 2003 at 08:04:51PM +, Angus Leeming wrote: > >> What's the doxygen way of saying Dialog::hide? Ie, is there >> an @method identifier or something? >> >> /** Invoked by Dialog::hide, allowing the Controller to >> * clean up its data structures. > > > Why

Re: using doxygen

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 08:04:51PM +, Angus Leeming wrote: > What's the doxygen way of saying Dialog::hide? Ie, is there > an @method identifier or something? > > /** Invoked by Dialog::hide, allowing the Controller to >* clean up its data structures. Why do you need to do a

using doxygen

2003-03-13 Thread Angus Leeming
What's the doxygen way of saying Dialog::hide? Ie, is there an @method identifier or something? /** Invoked by Dialog::hide, allowing the Controller to * clean up its data structures. */ virtual void clearParams() = 0; Angus (attempting to make this stuff compr

Re: [Patch (New)] Fix and prettify Xforms Changes dialog.

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 10:58:12AM +0900, Rob Lahaye wrote: > YES! Indeed fixed. Could you then please finally apply my patch to > Xforms/Changes dialog, since this crash was apparently was not > caused by the patch. The date is not correctly aligned (vertically cenetered) within the box. The a

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 02:45:29PM -0500, Kuba Ober wrote: > > Some of us don't want configuration management. > > The quality of software has been shown to be worse without one ;-) Quality is not and never was the most important thing with lyx. There are some (rare) projects where it is ... not

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 02:40:31PM -0500, Kuba Ober wrote: > Your unix login, as in logged in to the terminal. ae_p is an alias for > export AEGIS_PROJECT="$1"; Oh that's OK then. > That's the whole thing. It's hard to do clean and nice development if you > cannot say what you do. You can alway

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
On czwartek 13 marzec 2003 02:31 pm, John Levon wrote: > On Thu, Mar 13, 2003 at 02:19:14PM -0500, Kuba Ober wrote: > > I guess the whole problem is that *any* replacement for CVS is doomed to > > be bound with same basic issues. I don't think that there's a need for > > another version control sys

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
On czwartek 13 marzec 2003 02:17 pm, John Levon wrote: > On Thu, Mar 13, 2003 at 02:12:07PM -0500, Kuba Ober wrote: > > I was very explicit about things. First of all, if you are wearing all > > the hats yourself -- you're a developer, reviewer and administrator of > > the project, the only thing y

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 07:31:10PM +, John Levon wrote: > We're not a large project and we don't need or want admin overhead. I do > not believe that a lot of boondage and discipline will decrease the bug > rate for us ... it's supposed to be fun, at least in part. I take it back, "boondage"

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 02:19:14PM -0500, Kuba Ober wrote: > I guess the whole problem is that *any* replacement for CVS is doomed to be > bound with same basic issues. I don't think that there's a need for another > version control system. There's a need for a software configuration > manageme

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
On czwartek 13 marzec 2003 05:05 am, Dekel Tsur wrote: > On Wed, Mar 12, 2003 at 10:50:48PM +0100, Lars Gullik Bj?nnes wrote: > > | Another alternative is Subversion. > > > > I would at least wait for version 1.0. > > Yes, but if you feel that Subversion will become the CVS replacement, then > we s

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 02:12:07PM -0500, Kuba Ober wrote: > I was very explicit about things. First of all, if you are wearing all the > hats yourself -- you're a developer, reviewer and administrator of the > project, the only thing you need to do to make a new change and integrate it > to th

Re: Aegis (was: Re: [PATCH] use ParagraphList iterator for reading the doc)

2003-03-13 Thread Kuba Ober
On środa 12 marzec 2003 02:19 pm, John Levon wrote: > On Wed, Mar 12, 2003 at 02:13:16PM -0500, Kuba Ober wrote: > > Probably because Aegis, although a very cleanly and understanably coded > > project, is essentially one man's work for most part. If something > > happens to > > It's more likely tha

Tables inside minipage, error in convertion.

2003-03-13 Thread José Matos
Hi, after compiling 1.1.6fix4 I was able to make a simple example where we fail. In table-in-minipage.lyx we get two minipages with 2*2 tables inside. table-in-minipage-3.lyx is the same file but made with lyx-1.3.0 I hope this helps, -- José Abílio #LyX 1.3 creat

Re: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 07:42:30PM +0100, Andre Poenitz wrote: > Ah, ok, this was a version with the stronger assert(). And I assume without Lars' fixes. I don't get the bitsillies with a current CVS john

Re: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 06:42:49PM +, John Levon wrote: > > Since we are at it: Currently LyX crahes when asked to create a new doc. > > I don't see it. Ah, ok, this was a version with the stronger assert(). Sorry for the confusion. Andre' -- Those who desire to give up Freedom in order to

Re: Problem reading a file

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 06:40:19PM +, John Levon wrote: > > 'Minced John'. > > I'm not scared of Lars ! Famous last words... 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: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 07:33:01PM +0100, Andre Poenitz wrote: > Since we are at it: Currently LyX crahes when asked to create a new doc. I don't see it. john

Re: Problem reading a file

2003-03-13 Thread José Matos
On Thursday 13 March 2003 18:25, Andre Poenitz wrote: > > (adding it to config.h is probably a good way of working around nay > > other cases) > > *gosh* > > Well, I know what we'll have for breakfast tomorrow. > > 'Minced John'. Don't be so harsh, after all this is for an older tree, so a hack

Re: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 06:37:06PM +, John Levon wrote: > This isn't cabaret ! Since we are at it: Currently LyX crahes when asked to create a new doc. 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: Problem reading a file

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 07:25:13PM +0100, Andre Poenitz wrote: > Well, I know what we'll have for breakfast tomorrow. > > 'Minced John'. I'm not scared of Lars ! john

Re: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 07:22:41PM +0100, Andre Poenitz wrote: > Nobody takes John seriously on ordinary days, let alone on Fridays > (Beijing time...) Hey ! This isn't cabaret ! john

Re: Problem reading a file

2003-03-13 Thread José Matos
On Thursday 13 March 2003 18:23, Andre Poenitz wrote: > On Thu, Mar 13, 2003 at 06:07:17PM +, José Matos wrote: > > lastfiles.C:29: `ostream_iterator' not declared > > Should be in Ok, that was the missing culprit. > Maybe a 'std::' missing? Not, that was there. :-) > Andre' Thanks

Re: Problem reading a file

2003-03-13 Thread José Matos
On Thursday 13 March 2003 13:17, Yann COLLETTE wrote: > Hello, > > I've got a huge file composed with lyx-1.1.6fix4 I can't export under > postscript with lyx-1.2* and lyx-1.3 (I can export it with lyx-1.1.6fix4). > When I open the file with lyx-1.3.0, I've got the following error messages. Ok,

Re: Problem reading a file

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 06:08:09PM +, John Levon wrote: > perhaps you need to add > > using namespace std; > > somewhere ? > > (adding it to config.h is probably a good way of working around nay > other cases) *gosh* Well, I know what we'll have for breakfast tomorrow. 'Minced John'. A

Re: Problem reading a file

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 06:07:17PM +, José Matos wrote: > lastfiles.C:29: `ostream_iterator' not declared Should be in Maybe a 'std::' missing? 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: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread Andre Poenitz
On Fri, Mar 14, 2003 at 04:30:47AM +1030, Darren Freeman wrote: > I could be missing the point of the smiley of course, I think you are. > but I certainly don't feel too encouraged by that remark, and there > might be someone else reading it who decides to hold off on a bug report > in case it's

Re: The DEPM discussion

2003-03-13 Thread Christian Ridderström
On 14 Mar 2003, Darren Freeman wrote: > > well it does that now as soon as you leave the empty paragraph, but I > agree that I should be able to move away and do a copy before pasting > into the blank paragraph.. > > for example, with two Standard environments and a lyx-code in-between, I > want t

Re: Problem reading a file

2003-03-13 Thread José Matos
On Thursday 13 March 2003 18:08, John Levon wrote: > On Thu, Mar 13, 2003 at 06:07:17PM +, Jos? Matos wrote: > > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem > > /usr/X11R6/include -g -O2 -fno-rtti -fno-exceptions -c lastfiles.C > > lastfiles.C:29: `ostream_iterator' not d

Re: Problem reading a file

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 06:07:17PM +, Jos? Matos wrote: > g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem > /usr/X11R6/include -g -O2 -fno-rtti -fno-exceptions -c lastfiles.C > lastfiles.C:29: `ostream_iterator' not declared perhaps you need to add using namespace std;

Re: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 04:30:47AM +1030, Darren Freeman wrote: > > Then perhaps you shouldn't be contributing :) > > I could be missing the point of the smiley of course, but I certainly > don't feel too encouraged by that remark, and there might be someone > else reading it who decides to hold

Re: Problem reading a file

2003-03-13 Thread José Matos
On Thursday 13 March 2003 13:17, Yann COLLETTE wrote: > Hello, > > I've got a huge file composed with lyx-1.1.6fix4 I can't export under > postscript with lyx-1.2* and lyx-1.3 (I can export it with lyx-1.1.6fix4). > When I open the file with lyx-1.3.0, I've got the following error messages. This

Re: The DEPM discussion: Darren reacts to light prodding ;)

2003-03-13 Thread Darren Freeman
On Fri, 2003-03-14 at 04:18, John Levon wrote: > On Fri, Mar 14, 2003 at 04:14:21AM +1030, Darren Freeman wrote: > > > I'm afraid it's a symptom of having an enormous thread and nobody > > bothering to update the subject line to make it half relevant to the > > post.. people don't want to read the

Re: The DEPM discussion: John chews out Darren

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 04:14:21AM +1030, Darren Freeman wrote: > I'm afraid it's a symptom of having an enormous thread and nobody > bothering to update the subject line to make it half relevant to the > post.. people don't want to read the archives coz there's too many > messages to sift through

Re: drawing text insets

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 05:44:33PM +, John Levon wrote: > Explanation: the pos_end above is actually from row->lastPos(), which is > either 0 or size() - 1. So this must be inside an if (size()) test. Please commit. > Also, your patch to back out the assert was wrong I know, but it fixed th

getChar()

2003-03-13 Thread John Levon
I wonder if we should do the stronger assert if lyxerr.debugging(SOMETHING). It would be handy (and maybe for other stuff) john

Re: The DEPM discussion: John chews out Darren

2003-03-13 Thread Darren Freeman
On Fri, 2003-03-14 at 04:00, John Levon wrote: > On Fri, Mar 14, 2003 at 03:54:15AM +1030, Darren Freeman wrote: > > > It will take some clever new idea to solve the problem, but it isn't > > impossible. Just some way of letting LyX and the user agree about which > > paragraphs are temporary and s

Re: drawing text insets

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 06:34:35PM +0100, Andre Poenitz wrote: > > > > // Check if any insets are larger > > > > - for (pos_type pos = row->pos(); pos <= pos_end; ++pos) { > > > > + for (pos_type pos = row->pos(); pos < pos_end; ++pos) { > > > > if (row->par()->

Re: drawing text insets

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 05:37:55PM +, John Levon wrote: > > > // Check if any insets are larger > > > - for (pos_type pos = row->pos(); pos <= pos_end; ++pos) { > > > + for (pos_type pos = row->pos(); pos < pos_end; ++pos) { > > > if (row->par()->isInset(pos)

Re: drawing text insets

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 05:28:16PM +0100, Andre Poenitz wrote: > > // Check if any insets are larger > > - for (pos_type pos = row->pos(); pos <= pos_end; ++pos) { > > + for (pos_type pos = row->pos(); pos < pos_end; ++pos) { > > if (row->par()->isInset(pos)) {

Re: The DEPM discussion

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 03:54:15AM +1030, Darren Freeman wrote: > It will take some clever new idea to solve the problem, but it isn't > impossible. Just some way of letting LyX and the user agree about which > paragraphs are temporary and should be left alone, and which ones are > done and should

Re: The DEPM discussion

2003-03-13 Thread Darren Freeman
On Fri, 2003-03-14 at 03:37, John Levon wrote: > On Fri, Mar 14, 2003 at 03:28:18AM +1030, Darren Freeman wrote: > > > well it does that now as soon as you leave the empty paragraph, but I > > agree that I should be able to move away and do a copy before pasting > > into the blank paragraph.. >

Re: The DEPM discussion

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 03:28:18AM +1030, Darren Freeman wrote: > well it does that now as soon as you leave the empty paragraph, but I > agree that I should be able to move away and do a copy before pasting > into the blank paragraph.. > I agree with that behaviour in principle, but I still lik

Re: The DEPM discussion

2003-03-13 Thread John Levon
On Fri, Mar 14, 2003 at 03:27:44AM +1030, Darren Freeman wrote: > looks nice even though it changes nothing but looks better. Plus there's > the possibility of giving a LyX document to somebody else, in which case > the blank paragraphs *do* have an effect, they look bad. In which case they'll ne

Re: The DEPM discussion

2003-03-13 Thread Darren Freeman
Jumping in on the thread, haven't been reading it before: On Thu, 2003-03-13 at 20:21, Helge Hafting wrote: > Argh. > Please _no_ purging shortcut or anything like that, because it > _should not be necessary!_ There's enough "cleaning up" to do already, > polishing sentences, adjusting figures,

Re: The DEPM discussion

2003-03-13 Thread Darren Freeman
On Fri, 2003-03-14 at 00:54, John Levon wrote: > Personally I believe the UI benefit in the paragraph not going away when > you're about to type into vs. the cost of allowing the user to leave an > empty paragraph or two around is worth it. I guess you disagree. I want the paragraph to stay around

Re: drawing text insets

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 05:28:16PM +0100, Andre Poenitz wrote: > Have you checked? No. john

Re: drawing text insets

2003-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2003 at 04:07:07PM +, John Levon wrote: > My unupdated tree (i.e. my core hacks but not newer CVS) also works. So > I think we have a winner. Now it's just a matter of finding out which > parts have caused the failure. today 8:00 is still ok... > Most likely this hunk : >

Re: File loading error.

2003-03-13 Thread Dekel Tsur
On Thu, Mar 13, 2003 at 01:18:36PM +0200, Dekel Tsur wrote: > On Thu, Mar 13, 2003 at 10:43:34AM +, John Levon wrote: > > > > Hmm OK, so lyx2lyx copes with versions its never asked to output in. > > > > So, feel free to bump the number add an empty file, only to remove it > > later, despite t

Configuration files and Aegis, was something else

2003-03-13 Thread Christian Ridderström
On Thu, 13 Mar 2003, Kuba Ober wrote: > > Some files, typically configuration files, are slightly different on > > different machines. Mostly it's file paths, referring to for instance: > > > > ~/.something/aFile > > > > The problem is that '~' is different on the different accounts... > > and

Re: drawing text insets

2003-03-13 Thread John Levon
On Thu, Mar 13, 2003 at 04:51:31PM +0100, Andre Poenitz wrote: > I've just re-build '1 day ago' and this works. My unupdated tree (i.e. my core hacks but not newer CVS) also works. So I think we have a winner. Now it's just a matter of finding out which parts have caused the failure. Most like

  1   2   3   >