Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, Sep 05, 2002 at 08:35:51AM +0200, Lars Gullik Bjønnes wrote:
| > but it is a lot easier to remember to add self to the top of the very
| > same file you are editing, instead of CREDITS or MAINTAIERS...
|
| But if you have to change it, it is ea
-- Virus Warning Message (on the network)
Tu.pif is removed from here because it contains a virus.
-
Lars Gullik Bjønnes wrote:
> Would it be possible to use a "special" unit for this?
>
> UNIT_EMPTY or something?
Yes, if it does not appear in units popups...
Alternatively, a bool would work very well.
JMarc
> The only GUI way to select a layout in LyX is with the toolbar.
> I don't see why this can't be done in other areas.
And this should change. We need a layout selector in the paragraph
layout dialog.
JMarc
Angus Leeming wrote:
> On Friday 30 August 2002 3:21 pm, Marco Morandini wrote:
>
>>This draft patch should detect when a graphic file is changed,
>>and rebuild the cache.
>
>
> We can already detect that the file has changed in 1.3 cvs.
>
> I won't comment about the suitability of the patch f
Edwin Leuven wrote:
> breaks down (both 2.96 and 3.2)
>
> Has someone an idea what this is about?
>
> Thanks, Ed.
>
> /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 080522a0
> BufferView_pimpl.o: In function `BufferView::Pimpl::selectionRequested()':
> /usr/local/cvs/build
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?
The later could also be used if we decided to save float definitions
elsewhere.
Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
> | On Wednesday 04 September 2002 6:07 pm, Andre Poenitz wrote:
> | > On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote:
> | > > Ie, when configuring --with-frontend=xforms get lib/configure to add a
> | > > lin
Cyrille Artho wrote:
> Hi,
> when I include a .epsi file, Lyx will display it correctly (after
> converting it to PNG). However, when Lyx creates the DVI file in the
> end, it will not include the EPS file directly but convert it to PNG and
> then back to EPS. The same goes for Postscript outpu
Jean-Marc Lasgouttes wrote:
> Yes, if it does not appear in units popups...
> Alternatively, a bool would work very well.
As you may have noticed, I'm off that discussion because I do not understand
much of this. In any case I'll need help on this. I do not even know how a
bool LyXLength::empty
> We used to have support for adding a fake atexit for systems
> which need it but do not have it. I removed that in configure a couple
> months ago because I thought we did not need it (I added it for sunos4)
> and that we would find out soon enough if we did :)
>
> Can you give details on your
On Wed, Sep 04, 2002 at 06:20:15PM +0200, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> | On Wed, Sep 04, 2002 at 04:56:13PM +0200, Lars Gullik Bjønnes wrote:
> |
> | > Ok, but for Algorithm, this problem must have been there earlier as
> | > well?
> |
> | Undou
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 assume you have tested it hard :)
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
/
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
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
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
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
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
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:
|
| //
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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 ?
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
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
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
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
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
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
--
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
John Levon <[EMAIL PROTECTED]> writes:
| btw, the blurb you show is wrong - we grant additional rights.
Not that again...
--
Lgb
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
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
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
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
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
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
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
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
==
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
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
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
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
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.
--
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
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
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
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
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
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'
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
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
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
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"
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
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
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
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
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
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
>
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."
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
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
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
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 :)
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
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
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
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
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"
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
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
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
"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
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
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."
This has not been defined for a long, long time.
Any objections to just removing this code commented out by this define
then?
--
Lgb
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
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
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,
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.
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
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
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
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
1 - 100 of 113 matches
Mail list logo