Re: NO_PEXTRA_REALLY

2002-08-20 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Aug 20, 2002 at 10:30:43PM +0200, Lars Gullik Bjønnes wrote: | > | Any objections to me removing all this code now? | > | (It has been disabled since we started the 1.3.0cvs tree) | > | > This is the patch to do so. | | What was this good for

Re: NO_PEXTRA_REALLY

2002-08-20 Thread Andre Poenitz
On Tue, Aug 20, 2002 at 10:30:43PM +0200, Lars Gullik Bjønnes wrote: > | Any objections to me removing all this code now? > | (It has been disabled since we started the 1.3.0cvs tree) > > This is the patch to do so. What was this good for anyway? [I certainly like all these lines starting with

Re: NO_PEXTRA_REALLY

2002-08-20 Thread Lars Gullik Bjønnes
2002-08-20 Lars Gullik Bjønnes <[EMAIL PROTECTED]> + * paragraph.h: + * lyxlength.C: + * buffer.C: + * ParameterStruct.h: + * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff + * bufferlist.C (emergencyWriteAll): use boost bind * BufferView_pimpl.C (moveCursorUpdate): re

NO_PEXTRA_REALLY

2002-08-20 Thread Lars Gullik Bjønnes
Any objections to me removing all this code now? (It has been disabled since we started the 1.3.0cvs tree) -- Lgb

Re: NO_PEXTRA_REALLY

2001-09-11 Thread Duncan Simpson
If you are going the ERT route, you might want to do the adjustments in a group instead and make the changes in a way that is limited to the group---easy if you use plain TeX. The lengths are plain TeX too... pure LaTeX users would proably do this with a list environment. Remember to ensure the p

Re: NO_PEXTRA_REALLY

2001-09-11 Thread Michael Schmitt
On Tue, 11 Sep 2001, Angus Leeming wrote: > On Monday 10 September 2001 19:40, Lars Gullik Bjønnes wrote: > > Angus Leeming <[EMAIL PROTECTED]> writes: > > > > This readding will not happen, either it is implemented correctly or > > not at all. > > Fair enough. I'm not going to write great chunks

Re: NO_PEXTRA_REALLY

2001-09-11 Thread Angus Leeming
On Tuesday 11 September 2001 09:12, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Michael, tell your colleague to use a minipage. > > OTOH, code to control geometry on a minipage would be nice to have... OTOH some ERT does the trick (thanks to Duncan Simpson!) In

Re: NO_PEXTRA_REALLY

2001-09-11 Thread Angus Leeming
On Monday 10 September 2001 19:40, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | I have added the GUI stuff to the paragraph dialog to re-enable indentation > | of the whole paragraph if so desired, but the appropriate code in the kernel > | that I'd need to acc

Re: NO_PEXTRA_REALLY

2001-09-10 Thread Andre Poenitz
On Mon, Sep 10, 2001 at 06:38:48PM +0100, Angus Leeming wrote: > but it appears that we don't have an HSpace either, so maybe a string will > have to do. > Can someone advise please. We need some nice space/glue classes ;-) The interfaces to the ones we have currently are a bit inconsistent A

NO_PEXTRA_REALLY

2001-09-10 Thread Angus Leeming
I have added the GUI stuff to the paragraph dialog to re-enable indentation of the whole paragraph if so desired, but the appropriate code in the kernel that I'd need to access appears to have been removed. That is, whilst there is code in the .h files #ifndef NO_PEXTRA_R