Re: LyX 1.2.2cvs: Bug - LyX hangs during search

2002-09-05 Thread Juergen Vigna
Michael Schmitt wrote: > Hi, > > there is another mysterious problem: If you load file "search-hangs.lyx" > and search for "enco", LyX is blocked. It is not even possible to save > an emergency file. My attempts to minimize the test case have shown that > the size of the LyX file and the size

Re: Next Counters patch.

2002-09-05 Thread Martin Vermeer
On Fri, Sep 06, 2002 at 12:53:32AM +0200, Lars Gullik Bjønnes wrote: > > This patch moves the counters out into the layout files, but not yet > in the nice way. This does also not reduce much of the hardcoding on > enum names in the source. What about giving the layout file entry for that cou

Honey

2002-09-05 Thread antispam
trouble.htm Description: Binary data

Environment depth

2002-09-05 Thread John Levon
Why do we cycle round when we increment depth beyond the max ? john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 11:59:04AM +0900, R. Lahaye wrote: > Attached. > Rob. I'm not applying this in its current state : 1. Tooltips do not have full stops 2. "str = _("Go to selected reference or go back"); Not good; you should switch tooltip depending up on what it will actually do

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread R. Lahaye
John Levon wrote: > On Fri, Sep 06, 2002 at 11:35:03AM +0900, R. Lahaye wrote: > > >>Please have a look at the patch attached to the beginning of this thread > > > Send it my way again please with changelog Attached. Rob. ChangeLog | 16 +++ FormBibitem.C

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 11:35:03AM +0900, R. Lahaye wrote: > Please have a look at the patch attached to the beginning of this thread Send it my way again please with changelog regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapir

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread R. Lahaye
John Levon wrote: > On Mon, Sep 02, 2002 at 07:52:03PM +0900, R. Lahaye wrote: > > >>I saw that there's a small bug in the Apply/Cancel button of the >>citation dialog. Please ignore; but let me know if the redesign >>of these xforms dialog is appreciated. > > > Yes it (probably) is. I still h

Something rotten in the core ...

2002-09-05 Thread John Levon
QPrint seems to be getting deleted twice. I don't know why. Tried adding a dtor to QPrint -> same bug Tried adding a QPrintDialog dtor -> bug goes away. Here is the bt at dtor time : (gdb) bt #0 QPrint::~QPrint (this=0x83aa650, __in_chrg=2) at QPrint.C:41 #1 0x081df1b3 in Dialogs::Impl::~Imp

Re: Qt 3 and menu items

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 01:25:57AM +0200, Lars Gullik Bjønnes wrote: > Exactly _no_ output from anyting..., so activated is never invoked. Very odd. http://doc.trolltech.com/3.0/qmenubar.html#activated What Qt version are you using ? > But I managed to get a crash from: > a) open the

Re: Qt 3 and menu items

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 01:17:15AM +0200, Lars Gullik Bjønnes wrote: > | Add a printk or set your debugger to QtView.C:126 > > Hmm I can't find this kernel file... Er, "oops". Geddit ? Switching between user and kernel modes always leads to cognitive dissonance like this ... john -- "Take th

Re: Qt 3 and menu items

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Sep 06, 2002 at 01:12:59AM +0200, Lars Gullik Bjønnes wrote: | | > John Levon <[EMAIL PROTECTED]> writes: | > | > | I was talking crap, the code for handling menu activations is in | > | QtView.C#65 | > | | > | So Lars, you need to see if this s

Re: Qt 3 and menu items

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Add a printk or set your debugger to QtView.C:126 Hmm I can't find this kernel file... -- Lgb

INHERIT_LANG[UAGE] removal patch

2002-09-05 Thread Lars Gullik Bjønnes
This patch assumes that the current sources is right and that we do not want INHERIT_LANG[UAGE] defined. Unless I get objections I will apply this patch. (there is a limit on how long stale code is allowed in...) diffstat inheritlang.diff bufferview_funcs.C | 12 insets/insetert

Re: Qt 3 and menu items

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 01:12:59AM +0200, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | I was talking crap, the code for handling menu activations is in > | QtView.C#65 > | > | So Lars, you need to see if this slot (activated(int)) is getting > | invoked. If it's not

Re: Qt 3 and menu items

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | I was talking crap, the code for handling menu activations is in | QtView.C#65 | | So Lars, you need to see if this slot (activated(int)) is getting | invoked. If it's not - no idea ... Ok, where do I check that? -- Lgb

Qt 3 and menu items

2002-09-05 Thread John Levon
I was talking crap, the code for handling menu activations is in QtView.C#65 So Lars, you need to see if this slot (activated(int)) is getting invoked. If it's not - no idea ... regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapi

Next Counters patch.

2002-09-05 Thread Lars Gullik Bjønnes
This patch moves the counters out into the layout files, but not yet in the nice way. This does also not reduce much of the hardcoding on enum names in the source. But is a step towards that goal to have the styles themselves declare what counter it needs. Please comment. diffstat counters-B-1.

Re: INHERIT_LANGUAGE

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Sep 06, 2002 at 12:30:07AM +0200, Lars Gullik Bjønnes wrote: | | > Any objections to just removing this code commented out by this define | > then? | | ooi can you explain : | | 1) what it used to do | 2) what we do now instead I have no idea,

Make this crash

2002-09-05 Thread John Levon
This used to crash lyx, but I cannot reproduce it now. Can somebody else ? regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro #LyX 1.1 created this file. For more info see http://www.lyx.org/ \lyxformat 218 \textclass book \la

Re: INHERIT_LANGUAGE

2002-09-05 Thread John Levon
On Fri, Sep 06, 2002 at 12:30:07AM +0200, Lars Gullik Bjønnes wrote: > Any objections to just removing this code commented out by this define > then? ooi can you explain : 1) what it used to do 2) what we do now instead thanks john -- "Take the ideas you find useful. Try not to get hung up on

INHERIT_LANGUAGE

2002-09-05 Thread Lars Gullik Bjønnes
This has not been defined for a long, long time. Any objections to just removing this code commented out by this define then? -- Lgb

Don't typeset / noload

2002-09-05 Thread John Levon
Can I remove it totally ? I don't see the logic - we either need to load the file to process it into latex, or we don't. It seems if I set this, then I just won't get any of the latex from the .lyx file ! regards john -- "Take the ideas you find useful. Try not to get hung up on the labels."

Re: Page down completely broken in CVS with tables

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 05, 2002 at 11:11:41PM +0200, Lars Gullik Bjønnes wrote: | | > Ok... what patch caused it? | | No way have I got time for that game ... Then your problem just have to queue up... -- Lgb

Mathed lim

2002-09-05 Thread John Levon
"HHa: Shouldn't be there an explanation of how to get the subscript? I've tried several things, but I never got one. What I really hate with User Guides is that simple things are explained endlessly, but difficult things never." Too right. How do you get : lim blah x->0 ?? re

Re: Page down completely broken in CVS with tables

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 11:11:41PM +0200, Lars Gullik Bjønnes wrote: > Ok... what patch caused it? No way have I got time for that game ... regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro

Re: Page down completely broken in CVS with tables

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Load attached and try to page down. You can't (make sure you're not | showing the whole document at once). | | Regression, regression, regression ... Ok... what patch caused it? -- Lgb

Page down completely broken in CVS with tables

2002-09-05 Thread John Levon
Load attached and try to page down. You can't (make sure you're not showing the whole document at once). Regression, regression, regression ... regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro #LyX 1.3 created this file. Fo

Re: diff-8

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Sep 04, 2002 at 04:21:30PM +0200, Lars Gullik Bjønnes wrote: | | > | > This is what the diff-8 from my test series looks like, not much | > different from diff-7. | |1363 -/// return true if the char is "punctuation"

Re: qt problems

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 05, 2002 at 04:47:41PM +0200, Lars Gullik Bjønnes wrote: | | > It is mostlikely one of four things: | > - xforms | > - qt | > - lyx xforms gui | > - lyx qt gui | > | > and we need to figure it out. | | Yes, su

Re: math column bugs

2002-09-05 Thread John Levon
On Wed, Aug 21, 2002 at 10:33:09AM +0200, Jos van den Oever wrote: > Deleting a column (M-m c d) does not always work, even though it only contains > placeholders. Adding a column (M-m c i) sometimes adds two columns, instead > of one. For example if I want to delete a column in a three column

Re: LaTeX export: graphics files wrongly exported ?

2002-09-05 Thread John Levon
On Tue, Aug 13, 2002 at 05:38:29PM +0900, Rob Lahaye wrote: > My Graphics insets contain .agr Grace files. When exporting the document to > LaTeX, > these graphics files still appear as .agr files in the latex output. > My graphics LaTeX export looks like: > > [...] > \begin{figure}[htbp] > \in

Re: html output enumerated differently

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 03:41:15PM -0400, Dr. Richard E. Hawkins wrote: >This document was generated using the LaTeX2HTML translator Version >99.2beta8 (1.46) OK doke. I don't have this installed, so someone else will

Re: html output enumerated differently

2002-09-05 Thread Dr. Richard E. Hawkins
On Thu, Sep 05, 2002 at 08:09:56PM +0100, John Levon wrote: > Works fine with Hevea. Is this where I cry out, "I don't even *have* a garage. You can call home and ask my wife!" :) I don't even know what Hevea is . . . > (you also forgot lyx version 1.2 vs. CVS btw ...) always cvs :)

Re: html output enumerated differently

2002-09-05 Thread Dr. Richard E. Hawkins
On Thu, Sep 05, 2002 at 08:02:38PM +0100, John Levon wrote: > On Tue, Sep 03, 2002 at 02:37:00PM -0400, Dr. Richard E. Hawkins wrote: > > 1) Why is Hitler? > >a) Yosarrian > >b) Natalie's whore > >c) M&M Enterprises > > It works fine with latex printing, but with the html export opti

Re: html output enumerated differently

2002-09-05 Thread John Levon
On Tue, Sep 03, 2002 at 02:37:00PM -0400, Dr. Richard E. Hawkins wrote: > I have nested enumerations in a document, e.g. > > 1) Why is Hitler? >a) Yosarrian >b) Natalie's whore >c) M&M Enterprises > > It works fine with latex printing, but with the html export option, the > answers

Re: html output enumerated differently

2002-09-05 Thread John Levon
On Tue, Sep 03, 2002 at 02:37:00PM -0400, Dr. Richard E. Hawkins wrote: > I have nested enumerations in a document, e.g. > > 1) Why is Hitler? >a) Yosarrian >b) Natalie's whore >c) M&M Enterprises > > It works fine with latex printing, but with the html export option, the > answers

Re: [ANNOUNCE] LyX 1.2.1 is released

2002-09-05 Thread John Levon
On Tue, Sep 03, 2002 at 12:47:11PM +0200, Stephan Witt wrote: > I think, if the previewer is xdvi, then this entry should > be made automagically or it should be assumed by LyX itself. File a bug ... regards john -- "Take the ideas you find useful. Try not to get hung up on the labels."

Re: LyX behaves buggy when spellings-checker not installed

2002-09-05 Thread John Levon
On Tue, Sep 03, 2002 at 08:10:58AM +0900, R. Lahaye wrote: > When I move the cursor to the end of the document, start the > spellingchecker, > the spellingchecker does nothing. While leaving the spellingchecker dialog > open, I move the cursor to the top of the document and click on [Start] in >

Re: LyX behaves buggy when spellings-checker not installed

2002-09-05 Thread John Levon
On Tue, Sep 03, 2002 at 12:12:56AM +0900, R. Lahaye wrote: > R. Lahaye wrote: > > > >Something is not working properly here! > > The progress slider gets values updated from controller().getProgress(). > This function should return a value between 0 and 100, which it does > only inside regular t

Re: LyX behaves buggy when spellings-checker not installed

2002-09-05 Thread John Levon
On Mon, Sep 02, 2002 at 09:59:15PM +0900, R. Lahaye wrote: > Attached is an example how it could look like (the word count > numbers are just pasted in; it's not working yet!). It's not clear enough visually. We need to make it very clear that one is the current counted, it's related to the slid

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 12:18:07PM -0400, Kuba Ober wrote: > > > We're talking about humans. Human life time expectation stays fixed when > > > > This is not entirely clear, given some of the work going on in the > > investigation of the aging process. It's entirely conceivable that some > > of u

Re: frequent polling in LyX (plus LyX under DRT screenshots)

2002-09-05 Thread John Levon
On Mon, Sep 02, 2002 at 09:48:22AM +1000, Amir Michail wrote: > You can see some preliminary results here in the following screenshots: > > http://www.cse.unsw.edu.au/~amichail/lyx8.png Nice ! > BTW, could someone tell me if the functions shown in the pictures > are particularly relevant to th

Re: [Patch] Better xforms dialogs.

2002-09-05 Thread John Levon
On Mon, Sep 02, 2002 at 07:52:03PM +0900, R. Lahaye wrote: > I saw that there's a small bug in the Apply/Cancel button of the > citation dialog. Please ignore; but let me know if the redesign > of these xforms dialog is appreciated. Yes it (probably) is. I still have a broken fdesign so can't lo

Re: diff-8

2002-09-05 Thread John Levon
On Wed, Sep 04, 2002 at 04:21:30PM +0200, Lars Gullik Bjønnes wrote: > > This is what the diff-8 from my test series looks like, not much > different from diff-7. 1363 -/// return true if the char is "punctuation"

LyX 1.2.2cvs: Bug - LyX hangs during search

2002-09-05 Thread Michael Schmitt
Hi, there is another mysterious problem: If you load file "search-hangs.lyx" and search for "enco", LyX is blocked. It is not even possible to save an emergency file. My attempts to minimize the test case have shown that the size of the LyX file and the size of the LyX window have an import

LyX 1.2.2.cvs: Bug - Infinite table redraws

2002-09-05 Thread Michael Schmitt
Hi, there are still cases where a tabular is redrawn endlessly! Load file "zigzag.lyx", maximize the LyX window, move the cursor into the largest cell, and move the cursor down the tabular. This test case strongly depends on the window size. On a second computer, I couldn't reproduce the orig

Re: [PATCH] Re: Vertical spacing below/above paragraphs

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:33:13PM +0100, John Levon wrote: > Here's the patch, but it doesn't work. Sigh. Try again. Now somebody else has to decide if we want this or not. john Index: text.C === RCS file: /usr/local/lyx/cvsroo

[PATCH] Re: Vertical spacing below/above paragraphs

2002-09-05 Thread Michael Schmitt
Hi John, what do you mean by "it doesn't work". It doesn't work completely, or it just does not compute the length correctly? Even if the vertical length of a smallskip is identical to a bigskip on screen, I prefer a solution where the length is printed explicitly in textual form. I wouldn'

Re: WEIRD problem

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 06:59:58PM +0100, José Abílio Oliveira Matos wrote: > It is possible that this file was created after slocate last update, so > maybe _find_ is your friend. > > Are you sure you never saw this file before? Specially after the pub > yesterday. ;-) I would just like

Re: WEIRD problem

2002-09-05 Thread José Abílio Oliveira Matos
On Thursday 05 September 2002 18:52, John Levon wrote: > > locate newfile2.lyx > Doesn't exist ! (there is one, but in a different dir, and not the same > file). [...] > when I press ctrl-n. I am FLUMMOXED as to how this could happen. It is possible that this file was created after slocate

Re: WEIRD problem

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:48:55PM +0100, José Abílio Oliveira Matos wrote: > Since you are using linux (I think) why not locate? > > locate newfile2.lyx > > You should not have so many hits. :-) Doesn't exist ! (there is one, but in a different dir, and not the same file). strace on op

Re: qt problems

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:47:41PM +0200, Lars Gullik Bjønnes wrote: > It is mostlikely one of four things: > - xforms > - qt > - lyx xforms gui > - lyx qt gui > > and we need to figure it out. Yes, sure. I'm not denying the existence of the problem (just I don't

Re: On copyright

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 06:37:07PM +0200, Lars Gullik Bjønnes wrote: > Yes we do. *SQUEEEAK* Ah well. john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Sep 05, 2002 at 04:21:39PM +0100, Angus Leeming wrote: | | > "Full author contact details available in file CREDITS" | | Do we really need that line everywhere ? People aren't morons | ... Stop those piggish sounds. Yes we do. --

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-05 Thread Kuba Ober
On środa 04 wrzesień 2002 09:44 am, John Levon wrote: > On Wed, Sep 04, 2002 at 09:40:54AM -0400, Kuba Ober wrote: > > We're talking about humans. Human life time expectation stays fixed when > > This is not entirely clear, given some of the work going on in the > investigation of the aging proces

Re: On copyright

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:21:39PM +0100, Angus Leeming wrote: > "Full author contact details available in file CREDITS" Do we really need that line everywhere ? People aren't morons ... regards john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jon

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 3:47 pm, Angus Leeming wrote: > On Thursday 05 September 2002 3:58 pm, Lars Gullik Bjønnes wrote: > > | // This file is part of LyX, the document processor. > > | // Licence details can be found in the file COPYING. > > | > > | I think that that cuts it don't you? At

Re: WEIRD problem

2002-09-05 Thread José Abílio Oliveira Matos
On Thursday 05 September 2002 16:30, John Levon wrote: > > Any ideas ?? Since you are using linux (I think) why not locate? locate newfile2.lyx You should not have so many hits. :-) > regards > john -- José Abílio

[PATCH] Re: Vertical spacing below/above paragraphs

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:01:27PM +0100, John Levon wrote: > Not hard. However I'd rather not do so in 1.2.x (we still are > miscalculating its on screen height I believe already). Here's the patch, but it doesn't work. john Index: text.C ==

WEIRD problem

2002-09-05 Thread John Levon
I start a new lyx, then press ctrl-N. newfile1.lyx already exists, so the new filename newfile2.lyx is chosen, and the file opens. Only thing is, it opens an EXISTING file that isn't there ! moz src 163 pwd /home/moz/src/lyx/lyx-devel/src moz src 164 ls -l new* -rw-rw-r--1 moz moz

Re: Patch ignored :( (Juergen V)

2002-09-05 Thread Juergen Vigna
Alain Castera wrote: > Hi Juergen. Hi Alain! > Here's the beast. Shall I post it to bugzilla too ? > > Thank's to you and Lars for the help in compiling. > > Note : I changed 2 more files, lyx_sty.C and lyx_sty.h , in order to > redefine tabularnewline only once. > > Have fun ;-) Ok I patch

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 3:58 pm, Lars Gullik Bjønnes wrote: > | // This file is part of LyX, the document processor. > | // Licence details can be found in the file COPYING. > | > | I think that that cuts it don't you? At least it describes /why/ anyone > | would want to read COPYING. > > Ye

Re: qt problems

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:57:10PM +0200, Juergen Vigna wrote: > John Levon wrote: > >john (never going to the pub again) > > Ha! That's just now, in half a day you will forget about this > strange idea of yours #:O) One day actually ... it is nearly Friday ... john -- "Take the ideas you fi

Re: Vertical spacing below/above paragraphs

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 03:49:38PM +0200, [EMAIL PROTECTED] wrote: > Question: How difficult would it be to write the word > "small/medium/bigskip" on screen just like it happens for fixed > spacing? Not hard. However I'd rather not do so in 1.2.x (we still are miscalculating its on screen hei

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 05 September 2002 3:50 pm, John Levon wrote: | > On Thu, Sep 05, 2002 at 01:24:53PM +0100, José Abílio Oliveira Matos wrote: | > > This note can be anywhere in the file, the most usual options are begin | > > and end. Also you should note

Re: qt problems

2002-09-05 Thread Juergen Vigna
John Levon wrote: > john (never going to the pub again) Ha! That's just now, in half a day you will forget about this strange idea of yours #:O) Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Mitterstrich

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | btw, the blurb you show is wrong - we grant additional rights. Not that again... -- Lgb

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 3:50 pm, John Levon wrote: > On Thu, Sep 05, 2002 at 01:24:53PM +0100, José Abílio Oliveira Matos wrote: > > This note can be anywhere in the file, the most usual options are begin > > and end. Also you should note that this is standard. > > That's how I navigate. I

Re: Forked call crashes

2002-09-05 Thread John Levon
On Wed, Sep 04, 2002 at 06:34:40PM +0100, Angus Leeming wrote: > sometimes the thing that dies is LyX, sometimes its just the daughter process > (as in this case). Can we do anything to make things more robust? Sure - find the bug :) No, I don't know whewre to start looking regards john --

Re: On copyright

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 01:24:53PM +0100, José Abílio Oliveira Matos wrote: > This note can be anywhere in the file, the most usual options are begin and > end. Also you should note that this is standard. That's how I navigate. If this yuck gets done I suppose I shall have to teach vim how to

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 05 September 2002 3:38 pm, Lars Gullik Bjønnes wrote: | | > On occasion it might be nice to do as other gpl projects too... | | You mean like using politically correct GUI toolkits ? And we are now, aren't we? (if we only could get the g

Re: On copyright

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 02:59:18PM +0100, Angus Leeming wrote: > This file is part of LyX, the document processor. > It is GPL-ed code. Not true. Like I said, you'll need lines and lines. > See the file COPYING This is more than enough (i.e. what we have already) /** * \fi

Re: qt problems

2002-09-05 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Sep 04, 2002 at 05:34:19PM +0200, Lars Gullik Bjønnes wrote: | | > | > Load the UserGuide and scroll down with "arrow down"-key. | > | | > | I do, and there's a bug on it. It causes some minor cursor droppings. | > | This is "severe" and "unusabl

Re: On copyright

2002-09-05 Thread John Levon
On Thu, Sep 05, 2002 at 04:22:23PM +0200, Lars Gullik Bjønnes wrote: > So that a file taken out of context (i.e. lyx) still has the license > information. Please tell me you don't want 30 lines of license information in every file like Mozilla or something. The rreference to COPYING is fine. r

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 3:38 pm, Lars Gullik Bjønnes wrote: > On occasion it might be nice to do as other gpl projects too... You mean like using politically correct GUI toolkits ?

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 05 September 2002 3:22 pm, Lars Gullik Bjønnes wrote: | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote: | > | > On Thursday 05 September 2002 15:00, Lars Gullik Bjønn

Re: qt problems

2002-09-05 Thread John Levon
On Wed, Sep 04, 2002 at 05:31:44PM +0200, Lars Gullik Bjønnes wrote: > | | What ?? I don't know any problems THIS bad. Screenshots + recipes > | | please. > | > | Load the UserGuide and scroll down with "arrow down"-key. > > Somehow this just went away... could have been a faulty build on my >

Re: qt problems

2002-09-05 Thread John Levon
On Wed, Sep 04, 2002 at 05:34:19PM +0200, Lars Gullik Bjønnes wrote: > | > Load the UserGuide and scroll down with "arrow down"-key. > | > | I do, and there's a bug on it. It causes some minor cursor droppings. > | This is "severe" and "unusable" ?? We must be seeing different problems. > > Yes

Re: Help: GraphicCache - reload graphic file

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 1:04 pm, Jean-Marc Lasgouttes wrote: > Marco Morandini wrote: > > Jean-Marc Lasgouttes wrote: > >> I would certainly like to have something like that in 1.2.2, since > >> several people have complained about it already. However, Angus, I > >> would appreciate if you

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 3:22 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote: > | > On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote: > | > > Hmm da hmm I have some counters s

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote: | > On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote: | > > Hmm da hmm I have some counters stuff to look at first, | > > but after that... please somebody beat me to

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote: | > | > Hmm da hmm I have some counters stuff to look at first, | > but after that... please somebody beat me to it... | | Should we replace the COPYING reference with the e

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 3:12 pm, José Abílio Oliveira Matos wrote: > On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote: > > Hmm da hmm I have some counters stuff to look at first, > > but after that... please somebody beat me to it... > > Should we replace the COPYING referenc

Re: On copyright

2002-09-05 Thread José Abílio Oliveira Matos
On Thursday 05 September 2002 15:00, Lars Gullik Bjønnes wrote: > > Hmm da hmm I have some counters stuff to look at first, > but after that... please somebody beat me to it... Should we replace the COPYING reference with the explicit note? -- José Abílio

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Ok, I've "done" all files in the src/graphics, src/frontends/controllers and | src/frontends/xforms dirs. That includes moving all old style headers to the | new style. (I think.) Ok, thanks. | I added an "author unknown" entry to any file that did

Re: On copyright

2002-09-05 Thread Angus Leeming
Ok, I've "done" all files in the src/graphics, src/frontends/controllers and src/frontends/xforms dirs. That includes moving all old style headers to the new style. (I think.) I added an "author unknown" entry to any file that did not have an author listed. I reckon that I've "done my bit" on

Vertical spacing below/above paragraphs

2002-09-05 Thread michael . schmitt
Hello, here comes a feature request for 1.3.0 and 1.2.2 :-) When you use an absolute spacing below/above a paragraph, the amount of spacing (i.e. the measure) is printed explicitly on screen. On the other hand, no text is printed for small/medium/bigskipamounts. Recently, I ran into a tricky f

Re: Simplify counter code (Was: Floats in layout files)

2002-09-05 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Thu, Sep 05, 2002 at 01:51:46PM +0200, Lars Gullik Bjønnes wrote: | | > Ok, thanks. | > | > How do this patch look to you then? | | Good... but you need to add algorithm (and plate, planotable) to the | list in Counters if you want these to wor

Re: Simplify counter code (Was: Floats in layout files)

2002-09-05 Thread Martin Vermeer
On Thu, Sep 05, 2002 at 01:51:46PM +0200, Lars Gullik Bjønnes wrote: > Ok, thanks. > > How do this patch look to you then? Good... but you need to add algorithm (and plate, planotable) to the list in Counters if you want these to work currently. I suspect you want to get rid of this altogethe

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | Since that is your code I think that you can, that change doesn't apply to | older versions. I cannot give up rights. -- Lgb

Re: On copyright

2002-09-05 Thread José Abílio Oliveira Matos
On Thursday 05 September 2002 12:30, Lars Gullik Bjønnes wrote: > | Why not to replace "Read the file COPYING" with the following? > > I kindo like this too, but it is a farily large blurb. > (I do not buy any size arguments as in bits and bytes) This note can be anywhere in the file, the mos

Re: Help: GraphicCache - reload graphic file

2002-09-05 Thread Jean-Marc Lasgouttes
Marco Morandini wrote: > Jean-Marc Lasgouttes wrote: > >> >> I would certainly like to have something like that in 1.2.2, since >> several people have complained about it already. However, Angus, I >> would appreciate if you could read it and see if you find no >> obvious error. >> >> Marco, I a

Simplify counter code (Was: Floats in layout files)

2002-09-05 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Thu, Sep 05, 2002 at 12:11:39PM +0300, Martin Vermeer wrote: | | > I suspect that your statement | > | > buf->counters().reset("enum"); | > | > may be too simple. Remember the non-standard pre-increment :-) | | Do it like this: | | //

Re: Floats in layout files

2002-09-05 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > This is my patch for this. | > This is basic support, it can be enhanced with, NoFloat, CopyFloat | > etc. if wanted. | | A question: why have a LyXTextClass readFloat instead of Floating::read? It was the minimal

Re: On copyright

2002-09-05 Thread Lars Gullik Bjønnes
José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: | Why not to replace "Read the file COPYING" with the following? I kindo like this too, but it is a farily large blurb. (I do not buy any size arguments as in bits and bytes) | * This program is free software; you can redistribute it and

Re: On copyright

2002-09-05 Thread Angus Leeming
On Thursday 05 September 2002 8:08 am, Lars Gullik Bjønnes wrote: > | Just so I'm perfectly clear: > | > | /* > | * \file PreviewLoader.C > | * Read the file COPYING > | * > | * \author Angus Leeming > | * > | * Full author contact details available in file CREDITS > | */ The script bel

Re: On copyright

2002-09-05 Thread José Abílio Oliveira Matos
On Thursday 05 September 2002 08:18, Lars Gullik Bjønnes wrote: > You know, this style: > > /* > * \file GraphicsCache.C > * Copyright 2002 the LyX Team > * Read the file COPYING > * > * \author Baruch Even <[EMAIL PROTECTED]> > * \author Angus Leeming <[EMAIL PROTECTED]> > */ > > or a mod

Re: Patch ignored :( (Juergen V)

2002-09-05 Thread Alain Castera
On Mon, 2 Sep 2002, Juergen Vigna wrote: > Ok could you send us a new patch on an updated 1.3.0? I will have a look > at it again and I hope other people will have also. If I don't see any > grave problems and others agree too we will commit this and fix the WYSIWYM > later on. Hi Juergen. He

Re: Floats in layout files

2002-09-05 Thread Martin Vermeer
On Thu, Sep 05, 2002 at 12:11:39PM +0300, Martin Vermeer wrote: > I suspect that your statement > > buf->counters().reset("enum"); > > may be too simple. Remember the non-standard pre-increment :-) Do it like this: // reset the enumeration counter. They are always resetted /

  1   2   >