Re: [RFC] Automatic preview picture updating

2001-11-28 Thread Andre Poenitz
On Thu, Nov 29, 2001 at 05:16:38PM +1100, Ben Stanley wrote: > Perhaps an extra argument to convert would be in order? > > Converters::convert( , bool priority_nice = false ) > > if( priority_nice ) > command = string("nice ") + command; And make sure that this is portable... > or may

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread Ben Stanley
John Levon wrote: >around insets/figinset.C:675, where we do the execlp > >Again, I wouldn't bother spending too much time on obsolete code ... > I think I'd only do it in a 1.2 tree. I guess I'd have to modify converters.C somewhere around line 643: +command = string("nice ") + com

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread John Levon
On Thu, Nov 29, 2001 at 04:18:59PM +1100, Ben Stanley wrote: > >Check that the canvas id and the ClientMessage window are the same. > > > We must be barking up the wrong tree - I didn't see it. uh ... you didn't see the added lyxerr ? In that case something is more seriously wrong, if InitFigure

ParIterator question

2001-11-28 Thread John Levon
I get crashes in ParIterator::operator++() after trying the patch below. It seems p.it gets broken so the ++it fails badly. Dekel, any ideas ? What am I doing wrong ? thanks john Index: CutAndPaste.C === RCS file: /usr/local/lyx/

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread John Levon
On Thu, Nov 29, 2001 at 04:22:46PM +1100, Ben Stanley wrote: > maybe. I'd do the other one first. It's easy. Probably a one liner, if I > knew the right line... around insets/figinset.C:675, where we do the execlp Again, I wouldn't bother spending too much time on obsolete code ... hth, john

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Ben Stanley
Ben Stanley wrote: > I also tried the same procedure as above except I waited until after > the previews were all rendered before opening the preferences dialog. > No crash. Looks like I spoke too soon. When I went back to re-set the tmp dir preference, it did this (no preview processes runni

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread Ben Stanley
John Levon wrote: >On Thu, Nov 29, 2001 at 04:14:58PM +1100, Ben Stanley wrote: > >>While we are on the topic of figure previews, what do people think of >>using *nice* on the gs processes? My machine gets really bogged for >>several minutes when I open my thesis... When you have lots of figure

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread John Levon
On Thu, Nov 29, 2001 at 04:14:58PM +1100, Ben Stanley wrote: > While we are on the topic of figure previews, what do people think of > using *nice* on the gs processes? My machine gets really bogged for > several minutes when I open my thesis... When you have lots of figures > to preview, this

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Ben Stanley
John Levon wrote: >On Wed, Nov 28, 2001 at 11:38:18PM +1100, Ben Stanley wrote: > >>Now I open my thesis, and while the previews are rendering, I open the >>preferences dialog, change a setting (the temp dir), click save, and get >> >> >>MainLoopUser Event(33,w=0x796 s=14834) ClientMessage >

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread Ben Stanley
While we are on the topic of figure previews, what do people think of using *nice* on the gs processes? My machine gets really bogged for several minutes when I open my thesis... When you have lots of figures to preview, this would make a big difference. Another alternative would be to render

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread Michael Koziarski
I like the sound of this, Nautilus under GNOME also uses fam to redraw the preview images and there's no noticeable preformance penalty. -- | Michael Koziarski |"Conventional wisdom is often | | Data

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread Ben Stanley
The thought had struck me that fam might help with the DepTab problem too, but having thought about it I have decided it doesn't help significantly with that problem. Ben.

Re: [RFC] Automatic preview picture updating

2001-11-28 Thread John Levon
On Thu, Nov 29, 2001 at 03:47:27PM +1100, Ben Stanley wrote: > http://oss.sgi.com/projects/fam/ > > fam is implemented efficiently by utilising a kernel mechanism (imon) > which provides the initial callback notification that a file has changed. > > I propose that we could use this mechanism t

[RFC] Automatic preview picture updating

2001-11-28 Thread Ben Stanley
I just tried to get LyX to re-render a figure that I changed, and short of changing the file name to a bogus name and pressing OK and then changing it back I can't get the figure re-drawn. I've been thinking a little about automatic preview picture updating when the file on disk has changed.

[PATCH] disable pagebreaks in insets

2001-11-28 Thread John Levon
thanks for the hint Juergen. please apply. john -- "They're talking about a submanifold of space which is a 2-dimensional torus whose cross-sectional radii are on the order of a millimeter. Please make some minimal attempt to understand what's being discussed before declaring it 'drive

Re: error box inside minipage

2001-11-28 Thread John Levon
On Thu, Nov 29, 2001 at 01:28:26PM +1000, Allan Rae wrote: > > This doesn't work inside minipages - no complaint is made. And Chapter in > > a minipage is totally screwed drawing :( > > Hmmm... I'm sure I've triggered exactly this inside a minipage > switching from IEICE-article to book. But th

Re: error box inside minipage

2001-11-28 Thread Allan Rae
On Thu, 29 Nov 2001, John Levon wrote: > On Thu, Nov 29, 2001 at 12:45:50PM +1000, Allan Rae wrote: > > > All you need is two document classes that don't share at least one > > paragraph type. For example, article doesn't have Chapters but book > > does. LyX will insert an error box at paragrap

Re: [PATCH] fix for a crash, sort of

2001-11-28 Thread Allan Rae
On Thu, 29 Nov 2001, John Levon wrote: > Start a new doc, insert a footnote, go to Documents and select the same doc -> crash. > > Because colapsable::edit() doesn't consider that the inset may be already locked, it >ends > up trying to lock an inset at pos 0 *inside* the footnote, thinking that

Re: error box inside minipage

2001-11-28 Thread John Levon
On Thu, Nov 29, 2001 at 12:45:50PM +1000, Allan Rae wrote: > All you need is two document classes that don't share at least one > paragraph type. For example, article doesn't have Chapters but book > does. LyX will insert an error box at paragraphs that couldn't be > converted -- because the pa

[PATCH] recreation of .tex/.dvi 1.2

2001-11-28 Thread Ben Stanley
Here is the same patch for 1.2. Dunno why the other one didn't apply straight - they are pretty much the same. Ben. --- lyx-devel-orig/src/LaTeX.h Sun Feb 11 20:51:17 2001 +++ lyx-devel/src/LaTeX.h Thu Nov 29 12:44:26 2001 @@ -206,6 +206,9 @@ /// used by scanLogFile i

[BUG] lots of black in preview images with -shared 1.1.6fix3

2001-11-28 Thread Ben Stanley
I'm getting very dark/black preview images when I run under -shared. Not all of them are black, but it does tend to be the photographs/screenshots that do it. (Also some output from QCad does it). It's usually background colours or transparent parts of the image that get turned to black. What

[PATCH] recreation of .tex/.dvi 1.1.6

2001-11-28 Thread Ben Stanley
Here is a minimalist patch which addresses just this problem. I even remembered the ChangeLog this time... This patch works on 1.1.6. I'll make up another for 1.2. Ben. --- lyx-devel-orig/src/LaTeX.h Sun Feb 11 20:51:17 2001 +++ lyx-devel/src/LaTeX.h Thu Nov 29 12:44:26 2001 @@ -206,6

Re: error box inside minipage

2001-11-28 Thread Allan Rae
On Wed, 28 Nov 2001, John Levon wrote: > On Tue, Nov 13, 2001 at 06:51:40PM +0100, Michael Schmitt wrote: > > > > Err, how did you manage to get an error box /inside/ a minipage inset? > > > > Just change the document class of an existing document to a class that > > is not installed on your mach

Re: xforms-GUI

2001-11-28 Thread Allan Rae
On Wed, 28 Nov 2001, Rainer Dorsch wrote: > Hello, Hello. [...] > therefore I am looking forward to see a GTK- or QT-version of lyx. I am very > happy about the GUI-I, but at the same time, it is progressing very slowly. To > my understanding > > - currently a large part is ported to GUI-I > -

[PATCH] fix for a crash, sort of

2001-11-28 Thread John Levon
Start a new doc, insert a footnote, go to Documents and select the same doc -> crash. Because colapsable::edit() doesn't consider that the inset may be already locked, it ends up trying to lock an inset at pos 0 *inside* the footnote, thinking that bv->theLockingInset() exists inside the footn

Table delete row crashes

2001-11-28 Thread John Levon
OK, it seems that the lyxtext of the new cell is OK, but its cursor is still pointing to the wrong row/par. How can this situation come about ? My attempts to reset the lt's cursor all crash fairly soon after. I can unlock the full table inset on delete row, but when I click back into it, you ge

Re: Bug list - Update

2001-11-28 Thread John Levon
There is a patch below I would like people to look at ! On Sun, Nov 25, 2001 at 09:31:42AM +0100, Michael Schmitt wrote: > - Load file "scary_eqns.lyx" and try to click at the last subscript "0" in a formula >called "philinear" > -> the cursor is positioned past the formula can I have thi

Error inset deletion

2001-11-28 Thread John Levon
I think the patch below fixes the error-in-minipage problem (I tested by copying an InsetError into a minipage then runnning delete all error boxes). Michael, can you please test this ? thanks john Index: src/BufferView2.C === RCS

Re: reliability of par->getInset()

2001-11-28 Thread John Levon
On Fri, Nov 23, 2001 at 10:25:20AM +0100, Juergen Vigna wrote: > I'm very nearly sure that the crashes are connected to access a LyXText > which already freed and reallocated row stuff. There are some pointers > in LyXText which hold pointerss to rows for update stuff. This pointers > are not val

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread John Levon
On Wed, Nov 28, 2001 at 11:38:18PM +1100, Ben Stanley wrote: > Now I open my thesis, and while the previews are rendering, I open the > preferences dialog, change a setting (the temp dir), click save, and get > > > MainLoopUser Event(33,w=0x796 s=14834) ClientMessage > MainLoopUser Event(7

Re: error box inside minipage

2001-11-28 Thread John Levon
On Tue, Nov 13, 2001 at 06:51:40PM +0100, Michael Schmitt wrote: > > Err, how did you manage to get an error box /inside/ a minipage inset? > > Just change the document class of an existing document to a class that > is not installed on your machine. for example ? I can't find an article type

Re: BUG new math stuff

2001-11-28 Thread John Levon
On Tue, Nov 13, 2001 at 11:44:01PM -0400, Garst R. Reese wrote: > If I click on Insert->Math > I get a very nice menu :) > But then the toolbar (I think that's what it's called) looks a bit weird > after TeX. you mean to the right of the "TeX" icon ? It looks fine for me. regards john -- "The

Re: Coding Questions (FormParagraph)

2001-11-28 Thread John Levon
On Wed, Nov 28, 2001 at 07:42:41PM +0100, Juergen Spitzmueller wrote: > And how do I pass it then? "-ShrinkParam"? Vice versa, if I have > something like "-2em", how do I convert it to "2em" for the GUI? create a VSpace temporary, and use a LyXGlueLength temporary,and pass the values and units

Re: Coding Questions (FormParagraph)

2001-11-28 Thread John Levon
On Wed, Nov 28, 2001 at 06:23:52PM +, Angus Leeming wrote: > I think that it's clear that you should modify spaceTop() so that it returns > a new struct: > struct SomeSensibleName { > VSpace value; > VSpace stretch; > VSpace shrink; > };

Re: still crashing

2001-11-28 Thread John Levon
On Wed, Nov 28, 2001 at 03:36:32PM +0100, Andre Poenitz wrote: > The attached example crashes my lyx (current cvs) if I simply scroll to the > end. If I take out a few more lines from the file, it renders nicely. It doesn't for me. Can you back out my changes to text.C and try again ? What's th

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread John Levon
On Wed, Nov 28, 2001 at 11:38:18PM +1100, Ben Stanley wrote: > > MainLoopUser Event(33,w=0x796 s=14834) ClientMessage > MainLoopUser Event(7,w=0x700017c s=15098) EnterNotify Mode Normal > In EventCallback [events.c 34] Unknown window=0x700017c this is really bad. the ClientMessage is gs say

Re: text.C compile problem

2001-11-28 Thread John Levon
On Wed, Nov 28, 2001 at 06:37:45AM +0100, Andre Poenitz wrote: > > string str(string(_("Space below")) + " (" > > Uh... there might be. This could be read as function declaration followed > by a spurious '+'. I have not yet managed to dig through the Standard, > though. > > Write that as > >

Re: header dependencies, Part II

2001-11-28 Thread Andre Poenitz
On Wed, Nov 28, 2001 at 07:46:02PM +0100, Andre Poenitz wrote: > LyXView.h does not depend on layout.h anymore. "Of course", touching > layout.h still triggers almost a full re-compile of everything... Some figures: 'time make' in src is 7:24 min down from 8:29 min after touching layout.h on m

Re: Coding Questions (FormParagraph)

2001-11-28 Thread Angus Leeming
On Wednesday 28 November 2001 6:50 pm, Andre Poenitz wrote: > On Wed, Nov 28, 2001 at 07:42:41PM +0100, Juergen Spitzmueller wrote: > > And how do I pass it then? "-ShrinkParam"? Vice versa, if I have > > something like "-2em", how do I convert it to "2em" for the GUI? > > Try to find some inter

Re: Coding Questions (FormParagraph)

2001-11-28 Thread Andre Poenitz
On Wed, Nov 28, 2001 at 07:42:41PM +0100, Juergen Spitzmueller wrote: > And how do I pass it then? "-ShrinkParam"? Vice versa, if I have > something like "-2em", how do I convert it to "2em" for the GUI? Try to find some interface that gives you "-2" and "em" seperately... Andre' -- André Pön

urmpf

2001-11-28 Thread Andre Poenitz
-- André Pönitz .. [EMAIL PROTECTED] types.diff.gz Description: application/gunzip

header dependencies, Part II

2001-11-28 Thread Andre Poenitz
new types 'lyx::layout_type' and 'lyx::textclass_type' instead of SomeClass::SomeObscureContainer::size_type. LyXView.h does not depend on layout.h anymore. "Of course", touching layout.h still triggers almost a full re-compile of everything... Note that I put some debug code into support/types

Re: Coding Questions (FormParagraph)

2001-11-28 Thread Juergen Spitzmueller
Andre Poenitz wrote: > The problem is, the whole vspace.h thingy is broken. There are too > many concepts packed in some classes. It's no sound base... > > Maybe we should try to come up with something better. A class for > lengths as TeX uses them (without "percent of textwidth" etc). > Another c

Re: Coding Questions (FormParagraph)

2001-11-28 Thread Juergen Spitzmueller
Angus Leeming wrote: > Ouch! You propose storing a string in the paragraph parameters? > string some_length = "2cm+3em-2.5em"; > and then would like to parse this in the GUI to turn it into 6 > separate bits of info? > Why not store it in paragraph parameters as 6 separate pieces of > info?

[PATCH] mmap CRC checking 1.2cvs

2001-11-28 Thread Ben Stanley
This is a version of the mmap patch which applies to cvs HEAD. --- lyx-devel-orig/src/support/lyxsum.C Fri Jun 1 22:10:06 2001 +++ lyx-devel/src/support/lyxsum.C Thu Nov 29 02:31:01 2001 @@ -10,8 +10,6 @@ #include -#include -#include #include #include @@ -31,23 +29,85 @@

Re: Coding Questions (FormParagraph)

2001-11-28 Thread Andre Poenitz
On Wed, Nov 28, 2001 at 06:23:52PM +, Angus Leeming wrote: > I think that it's clear that you should modify spaceTop() so that it returns > a new struct: > struct SomeSensibleName { > VSpace value; > VSpace stretch; > VSpace shrink; > };

xforms-GUI

2001-11-28 Thread Rainer Dorsch
Hello, we are using lyx here for relatively large documents (one was even ported from Word, using word2tex and relyx!). And even LaTeX-newbies can work reasonably with the LyX (and we mentioned lyx in the preface). Congratulation to all of you! For me lyx is also an very stable tool. I only

Re: Coding Questions (FormParagraph)

2001-11-28 Thread Angus Leeming
On Wednesday 28 November 2001 5:40 pm, Juergen Spitzmueller wrote: > Hi all, > > I'm currently trying to implement new fields/choices to the paragraph > dialog as suggested by John. > These are additional fields for Space Above/Below: Length ("Stretch" > and "Shrink"), which we need to read/ cr

Coding Questions (FormParagraph)

2001-11-28 Thread Juergen Spitzmueller
Hi all, I'm currently trying to implement new fields/choices to the paragraph dialog as suggested by John. These are additional fields for Space Above/Below: Length ("Stretch" and "Shrink"), which we need to read/ create files with paragraph spaces like "1cm+3em-2.5in". I have two questions:

Re: [BUG] HEAD cvs InsetNote() causes assert failure

2001-11-28 Thread Andre Poenitz
On Thu, Nov 29, 2001 at 04:15:29AM +1100, Ben Stanley wrote: > I propose a grep for lyx::pos_type and a double check... Guess what I did the last ten minutes... Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Removing optimisation while debugging

2001-11-28 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >>"Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >> > >Ben> I like to use kdevelop (or some other program with a debugger) >Ben> for investigating LyX. In fact I utilise the debugger quite >Ben> heavily. > >Ben> While I was working in my private tree doing my

Re: Removing optimisation while debugging

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> I like to use kdevelop (or some other program with a debugger) Ben> for investigating LyX. In fact I utilise the debugger quite Ben> heavily. Ben> While I was working in my private tree doing my big mods, I Ben> actually removed the -O

Re: [BUG] HEAD cvs InsetNote() causes assert failure

2001-11-28 Thread Ben Stanley
Andre Poenitz wrote: >On Thu, Nov 29, 2001 at 03:47:50AM +1100, Ben Stanley wrote: > >>This constructor passes an un-initialised pos to insertStringAsLines. I >>presume it should be initialised to 0? >> > >And now to the explanation: I saw the "useless" variable, removed it. Then >noticed that t

Removing optimisation while debugging

2001-11-28 Thread Ben Stanley
I like to use kdevelop (or some other program with a debugger) for investigating LyX. In fact I utilise the debugger quite heavily. While I was working in my private tree doing my big mods, I actually removed the -O from the command line for the development build. This allows the debugger to b

Re: [BUG] HEAD cvs InsetNote() causes assert failure

2001-11-28 Thread Andre Poenitz
On Thu, Nov 29, 2001 at 03:47:50AM +1100, Ben Stanley wrote: > This constructor passes an un-initialised pos to insertStringAsLines. I > presume it should be initialised to 0? And now to the explanation: I saw the "useless" variable, removed it. Then noticed that the parameter was passed by (non

Re: [BUG] HEAD cvs InsetNote() causes assert failure

2001-11-28 Thread Andre Poenitz
On Thu, Nov 29, 2001 at 03:47:50AM +1100, Ben Stanley wrote: > This constructor passes an un-initialised pos to insertStringAsLines. I > presume it should be initialised to 0? Gasp! Yes. Certainly. And it used to be. My fault. I can even explain how this evolved... but I'll try to fix it first.

[BUG] HEAD cvs InsetNote() causes assert failure

2001-11-28 Thread Ben Stanley
This constructor passes an un-initialised pos to insertStringAsLines. I presume it should be initialised to 0? This causes an assert failure down in Pragraph::pimpl::insertChar(). // This constructor is used for reading old InsetInfo InsetNote::InsetNote(Buffer const * buf, string const & conte

Re: Some bug fixes

2001-11-28 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes: >> - Loading a document with a very large table (125 rows x 5 columns) >> causes the following console message(s): "Actcell not equal to >> actual cell!" (document by request) Juergen> Fixed (actually this is only a warning for interna

Re: cvs compile error in BRANCH_1_1_6

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Jean-Marc Lasgouttes wrote: >>> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >>> >> This is a symptom of having a bad xforms-0.88 rpm (the header is >> wrong in fact). Make sure you use the one from ftp.lyx.org. >> >> JMar

Some bug fixes

2001-11-28 Thread Juergen Vigna
> - Loading a document with a very large table (125 rows x 5 columns) causes the > following console message(s): "Actcell not equal to actual cell!" (document by > request) Fixed (actually this is only a warning for internal reasons I left it there but with lyxerr[INSETTEXT] ;) > - Juergen

Re: cvs compile error in BRANCH_1_1_6

2001-11-28 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >>"Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >> > >This is a symptom of having a bad xforms-0.88 rpm (the header is wrong >in fact). Make sure you use the one from ftp.lyx.org. > >JMarc > Ben dutifuly downgrades his xforms installation... Lo and behold, L

Re: [PATCH] mmap CRC checking 1.1.6

2001-11-28 Thread Ben Stanley
Ben Stanley wrote: > I have now tested this. First number is mmap CRC. Second number is > istream_iterator CRC. They seem to fail differently on directories - > in this case, I think that istream_iterator version is wrong. > > This patch only applies to BRANCH_1_1_6. I will send another for 1.2

Re: [PATCH] mmap CRC checking 1.1.6

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> I have now tested this. First number is mmap CRC. Second number Ben> is istream_iterator CRC. They seem to fail differently on Ben> directories - in this case, I think that istream_iterator version Ben> is wrong. I think we do not need

[PATCH] mmap CRC checking 1.1.6

2001-11-28 Thread Ben Stanley
I have now tested this. First number is mmap CRC. Second number is istream_iterator CRC. They seem to fail differently on directories - in this case, I think that istream_iterator version is wrong. This patch only applies to BRANCH_1_1_6. I will send another for 1.2. I haven't compiled the who

Re: cvs compile error in BRANCH_1_1_6

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> make[3]: Entering directory Ben> `/share/install/linux/extras/lyx/lyx-BRANCH_1_1_6/lyx-devel/src' Ben> g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -isystem Ben> /usr/X11R6/include -g -O -fno-exceptions -W -Wall -c Ben> BufferVie

[PATCH] mmap CRC checking 1.1.6

2001-11-28 Thread Ben Stanley
I have now tested this. First number is mmap CRC. Second number is istream_iterator CRC. They seem to fail differently on directories - in this case, I think that istream_iterator version is wrong. This patch only applies to BRANCH_1_1_6. I will send another for 1.2. I haven't compiled the who

cvs compile error in BRANCH_1_1_6

2001-11-28 Thread Ben Stanley
make[3]: Entering directory `/share/install/linux/extras/lyx/lyx-BRANCH_1_1_6/lyx-devel/src' g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost-isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall -c BufferView2.C In file included from BufferView2.C:24: LyXView.h:38: using directive

still crashing

2001-11-28 Thread Andre Poenitz
There is still some serious problem in text.C... The attached example crashes my lyx (current cvs) if I simply scroll to the end. If I take out a few more lines from the file, it renders nicely. Andre' -- André Pönitz .. [EMAIL PROTECTED] #LyX 1.2

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Juergen Vigna
On 28-Nov-2001 Ben Stanley wrote: >>Hmm I had problems with that particular rpm version and therefore installed >>xforms-0.88-9, I cannot remember which problems I had thought. >> > I just found an xforms-0.88-15 from RH7.0-powertools. So I downloaded it > and installed it. No now that I remem

Re: Read this

2001-11-28 Thread Andre Poenitz
On Wed, Nov 28, 2001 at 02:34:02PM +0100, Lars Gullik Bjønnes wrote: > In regard to some of the discussions that we have had lately: > http://fuzzy.snakeden.org/intj/ But you would not go as far as assigning names to the roles by any chance, would you ;-} Andre' -- André Pönitz ...

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: >> And we should find a way to avoid this much ifdef clutter. Ben> I'm thinking of breaking it into two separate implementations, Ben> one for mmap and one for streams, controlled by #ifdefs. It's Ben> looking much tidier. That's what I was

Re: Read this

2001-11-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> In regard to some of the discussions that we have had lately: Lars> http://fuzzy.snakeden.org/intj/ So you _are_ God, aren't you? JMarc

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Ben Stanley
| Lars Gullik Bjønnes wrote: >> > istreambuf_iterator: time ./test_crc /boot/vmlinuz-2.4.9-13 CRC: 2642954630 real0m0.252s user0m0.130s sys 0m0.000s istream_iterator: time ./test_crc /boot/vmlinuz-2.4.9-13 CRC: 2642954630 re

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> I don't know - that's what autoconf is for. If autoconf isn't Ben> happy with mmap, then my implementation defaults back to the Ben> fastest kind of istream iterator available. Agreed. Ben> I did notice that gettext already uses mmap (

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Anyway, I take it from the comments on the code that Ben> this encouragement to re-work the mmap patch for 1.1.6 and 1.2, Ben> and to tidy up everything else for 1.2... As far as 1.1.6 is concerned, I will be happy to take any simple a

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Jose Abilio Oliveira Matos wrote: >> On Wed, Nov 28, 2001 at 11:38:18PM +1100, Ben Stanley wrote: >>> Juergen Vigna wrote: >>> >>> I just found an xforms-0.88-15 from RH7.0-powertools. So I >>> downloaded it and installed it. >>> >> K

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Ben Stanley
Jose Abilio Oliveira Matos wrote: >On Wed, Nov 28, 2001 at 11:38:18PM +1100, Ben Stanley wrote: > >>Juergen Vigna wrote: >> >>I just found an xforms-0.88-15 from RH7.0-powertools. So I downloaded it >>and installed it. >> > > Known problem, that version of powertools is wrong, since it is >link

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Andre Poenitz
On Wed, Nov 28, 2001 at 11:46:59PM +1100, Ben Stanley wrote: > > Is that 100% portable? mmap is most certainly not available everywhere, but... > I don't know - that's what autoconf is for. If autoconf isn't happy with > mmap, then my implementation defaults back to the fastest kind of > istre

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Ben Stanley
Lars Gullik Bjønnes wrote: >Ben Stanley <[EMAIL PROTECTED]> writes: > >| Andre Poenitz wrote: > >>>On Wed, Nov 28, 2001 at 07:00:14AM +1100, Ben Stanley wrote: >>> The advantage of putting everything in the deptree is that if you modify a figure .eps and then do the latex->DVI thing from

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Jose Abilio Oliveira Matos
On Wed, Nov 28, 2001 at 11:38:18PM +1100, Ben Stanley wrote: > Juergen Vigna wrote: > > > I just found an xforms-0.88-15 from RH7.0-powertools. So I downloaded it > and installed it. Known problem, that version of powertools is wrong, since it is linked against the wrong glibc version. Plea

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Ben Stanley
Jean-Marc Lasgouttes wrote: >>"Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> > >Lars> I leave it to Jean-Marc to decide if this patch should go in >Lars> 1.1.6, but I would be a bit reluctant. > >Yes, I am, as I posted earlier. > >Lars> Perhaps only the mmap patch since tha

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Ben Stanley
Juergen Vigna wrote: >On 27-Nov-2001 Ben Stanley wrote: > >>xforms-0.88-3 >> >>System is RH7.1 >> > >Hmm I had problems with that particular rpm version and therefore installed >xforms-0.88-9, I cannot remember which problems I had thought. > I just found an xforms-0.88-15 from RH7.0-powertools.

Re: invisible math symbols?

2001-11-28 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> Andre Poenitz <[EMAIL PROTECTED]> wrote: > Does anybody know what exactly is going on and why the scaling does not > work? 1.1.6 assumes that the font of the XLFD name -*-*-*-*-*-*-*-*-*-*-*-*-adobe-fontspecific is in the Adobe Symbol encoding. While 1.2 asssume

lyx1.1.6fix3: Menu "Einfügen" (german)

2001-11-28 Thread Hartmut Haase
The menu "Einfügen" contains the entries "Include Datei" and "Insert Datei". They should be translated. Regards, Hartmut Haase Hungerhilfe: http://www.thehungersite.com ATTAC - für eine solidarische Weltwirtschaft gegen neoliberale Globalisierung: http://www.attac-netzwerk.de

Re: patches 4 lyx persian support

2001-11-28 Thread Jean-Marc Lasgouttes
> "Mehdi" == <[EMAIL PROTECTED]> writes: Mehdi> On 22 Nov 2001, Jean-Marc Lasgouttes wrote: hi Mehdi> i add the changes to the file patch.txt Sorry, but I did not find this patch.txt file. Where is it? Mehdi> please read it.. also Mehdi> persian encoding is a temporal name and encoding

I'd like to release 1.1.6fix4 this week (status update #3)

2001-11-28 Thread Jean-Marc Lasgouttes
Hello, Appended as usual is a list of what has been fixed since 1.1.6fix3. I think that a 1.1.6fix4 release will be useful, especially since I backported the selection bugfix from 1.2.0. Are there some other things that should go in 1.1.6fix4? I'd like to release it this week, since it will be m

Re: make install problems still

2001-11-28 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> The following should make it obvious Garst> bash$ ls -l /usr/local/bin/bin Jean-Marc> Did you run "make distclean"? What is the output of your Jean-Marc> confi

Re: make install problems still

2001-11-28 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> The following should make it obvious Garst> bash$ ls -l /usr/local/bin/bin Did you run "make distclean"? What is the output of your configure run? JMarc

Re: unapplied patches

2001-11-28 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> has anyone picked up the FormParagraph patch ? It fixes a crash. OK, I just applied it. JMarc

A word of caution

2001-11-28 Thread Andre Poenitz
Looks like I broke the math parser yesterday. I think I can fix it during the next few hours, if not I'll revert the last commits. Just do not try to update _now_ for a thesis due tomorrow! Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: [BbMaj7@yahoo.com.au] Feedback from www.lyx.org

2001-11-28 Thread Angus Leeming
On Wednesday 28 November 2001 10:42 am, Dekel Tsur wrote: > On Wed, Nov 28, 2001 at 10:19:55AM +, Angus Leeming wrote: > > > I would like a way to nominate bibliography databases in a LyX file without > > including them for TeX processing. Perhaps an option on bibtex files to > > disable ty

Re: [BbMaj7@yahoo.com.au] Feedback from www.lyx.org

2001-11-28 Thread Dekel Tsur
On Wed, Nov 28, 2001 at 10:19:55AM +, Angus Leeming wrote: > > I would like a way to nominate bibliography databases in a LyX file without > including them for TeX processing. Perhaps an option on bibtex files to > disable typesetting like with the include facility. Even better would be a >

Re: New hollywood release!

2001-11-28 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Sounds good to me. I can send Richard's tar.gz file if you Garst> like. A link to his page might be good too. I've mentioned that Garst> before. The lyx stuff is at: Garst> http://www.emptydog.com/geekland/gl_lyx Garst I did that

Re: [BbMaj7@yahoo.com.au] Feedback from www.lyx.org

2001-11-28 Thread Angus Leeming
> > Richard Andrews ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > -- > > > To all the LyX team. > > Great work. > > This is a fantastic piece of software. I've been using LyX since the 0.10 days (c

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I leave it to Jean-Marc to decide if this patch should go in Lars> 1.1.6, but I would be a bit reluctant. Yes, I am, as I posted earlier. Lars> Perhaps only the mmap patch since that is a lot smaller and Lars> easier to test

Re: [PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes: Ben> Patch attached (DepTable.patch) for cvs BRANCH_1_1_6 has the Ben> following features: While I'll let Lars state whether he wants this patch in 1.2.0cvs, I am not going to take it in 1.1.6 because I do not want extensive changes in there

Re: [BUG] close prefs dialog abort in 1.1.6fix3

2001-11-28 Thread Juergen Vigna
On 27-Nov-2001 Ben Stanley wrote: > xforms-0.88-3 > > System is RH7.1 Hmm I had problems with that particular rpm version and therefore installed xforms-0.88-9, I cannot remember which problems I had thought. Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-.

Re: [PATCH] annotate added space

2001-11-28 Thread Juergen Vigna
On 27-Nov-2001 John Levon wrote: > so how do I tell from setParagraph whether the para is inside an insettext ? Well this is really easy to do, IMO. EVERY paragraph having an owner IS inside a InsetText! So when updating the paragraph options you have just to look if the corresponding paragraph

[BbMaj7@yahoo.com.au] Feedback from www.lyx.org

2001-11-28 Thread Jean-Marc Lasgouttes
Angus, I guess you are the one who can answer Richard's wish. JMarc --- Begin Message --- Richard Andrews ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: To all the LyX team. G

[PATCH] Re: DepTable is slooooooooowwwwwwwwww

2001-11-28 Thread Ben Stanley
eedup is significant except when the file is first entered + into the deptable. Tested on large thesis with many .eps files, bibliography, + glossary, index, etc. + + 20011128 bstanley turns out that was too optimistic - things were being + returned as changed when they we

  1   2   >