Re: [PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-23 Thread Herbert Voss
R. Lahaye wrote: > Hi, > > My previous sent in patch hasn't made it yet. Got lost somewhere, I suppose. > So I'll try again: > > I've patched lib/configure.m4 to > > 1) add a conversion from XPM to EPS, which is necessary when >viewing and/or printing documents with XPM figures. > > 2) ex

[PATCH] lib/configure.m4: add XPM to EPS, and more Grace conversions

2002-04-23 Thread R. Lahaye
Hi, My previous sent in patch hasn't made it yet. Got lost somewhere, I suppose. So I'll try again: I've patched lib/configure.m4 to 1) add a conversion from XPM to EPS, which is necessary when viewing and/or printing documents with XPM figures. 2) extend the script with testing for Grace

Re: so... objections

2002-04-23 Thread Kuba Ober
On piątek 19 kwiecień 2002 05:04 am, Herbert Voss wrote: > Asger K. Alstrup Nielsen wrote: > > You are both using a RGB color model, but this is not relevant. > > Even with a HSL or Munsell color space, the transformation would > > be the same: You want the Most Significant Bits. > > Why? Because

Re: [Bug 339] Cursor up/down in nested insets

2002-04-23 Thread John Levon
On Tue, Apr 23, 2002 at 06:49:04PM +0200, Asger K. Alstrup Nielsen wrote: > Agreed. My experience after using Bugzilla intensively for two years > is that you should relentlessly use WONTFIX, INVALID when you decide > that it's not beneficial to fix it for the next release. Nooo, please let's no

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread John Levon
On Tue, Apr 23, 2002 at 04:33:36PM +0200, Juergen Vigna wrote: > ==4426== Invalid read of size 4 > ==4426==at 0x8139496: Row::previous(void) const (lyxrow.C:112) > ==4426==by 0x816E317: LyXText::draw(LyXText::DrawRowParams &, int &) (text.C:650) > ==4426==by 0x8179658: LyXText::paintR

Re: [Bug 339] Cursor up/down in nested insets

2002-04-23 Thread Asger K. Alstrup Nielsen
On Mon, 22 Apr 2002, John Levon wrote: > On Mon, Apr 22, 2002 at 05:28:21PM +0300, Eran Tromer wrote: > > > A naive question of Bugzilla policy -- if this is an acknowledged by all > > as a problematic issue, why mark it WONTFIX as opposed to setting a > > far-away milestone or something? Definit

Re: bug in displaying of picture

2002-04-23 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Tuesday, 23. April 2002 17:18, Herbert Voss wrote: > Kornel Benko wrote: > > By the way, I could not use the "Browse..." -button to get the > > backup-path. (Each time I am forced to select a regular file, > > directory-filename shall not be accepted) > >

Re: bug in displaying of picture

2002-04-23 Thread Herbert Voss
Kornel Benko wrote: > By the way, I could not use the "Browse..." -button to get the backup-path. > (Each time I am forced to select a regular file, directory-filename > shall not be accepted) > Edit->Preferences->Inputs->Paths->Backup path->Browse... no probleme here. Do you have write a

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread Juergen Vigna
On 23-Apr-2002 Claus Hindsgaul wrote: > tir, 2002-04-23 kl. 14:10 skrev Juergen Vigna: >> Sorry again what version of LyX are you using? Are you using the current >> cvs tree? I seem to see differences in the backtraces valgrind gives and >> the sourcecode (for example there is no row->previous()

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread Claus Hindsgaul
tir, 2002-04-23 kl. 14:10 skrev Juergen Vigna: > Sorry again what version of LyX are you using? Are you using the current > cvs tree? I seem to see differences in the backtraces valgrind gives and > the sourcecode (for example there is no row->previous() in draw!). Well it was built from CVS some

vspace arrow box does not report height correctly

2002-04-23 Thread Lars Gullik Bjønnes
Just look at this: <> (or table draws outside bounds) -- Lgb

Re: lyx-devel src/: BufferView.C BufferView.h BufferView_pimpl.C

2002-04-23 Thread John Levon
On Tue, Apr 23, 2002 at 03:46:40PM +0200, Juergen Vigna wrote: > > Remove wrong and unneeded insetSleep/Wakeup functions. > > This fixes the bug that the cursor is set to the wrong inset on a buffer > change. IMO this are old functions when we still had the_locking_inset > inside BV and so

RE: lyx-devel src/: BufferView.C BufferView.h BufferView_pimpl.C

2002-04-23 Thread Juergen Vigna
On 23-Apr-2002 jug wrote: > Modified files: > lyx-devel/src/: BufferView.C BufferView.h BufferView_pimpl.C > BufferView_pimpl.h ChangeLog > > Log message: > Remove wrong and unneeded insetSleep/Wakeup functions. This fixes the bug that the cursor is set to t

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread Juergen Vigna
On 23-Apr-2002 Claus Hindsgaul wrote: > tir, 2002-04-23 kl. 11:18 skrev Jean-Marc Lasgouttes: >> If you have time, you may want to try our valgrind >> http://developer.kde.org/~sewardj/ > > I tried it by simply invoking 'valgrind lyx'. The crash did NOT happen Sorry again what version of LyX

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread John Levon
On Tue, Apr 23, 2002 at 01:02:57PM +0200, Juergen Vigna wrote: > Does someone of you have some experience with valgring? > > ==30304== Invalid read of size 4 > ==30304==at 0x8139486: Row::previous(void) const (lyxrow.C:112) > > Where is this invalid read in the first listed function or in o

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread Juergen Vigna
Does someone of you have some experience with valgring? ==30304== Invalid read of size 4 ==30304==at 0x8139486: Row::previous(void) const (lyxrow.C:112) ==30304==by 0x816E337: LyXText::draw(LyXText::DrawRowParams &, int &) (text.C:650) ==30304==by 0x8179678: LyXText::paintRowText(LyXT

Re: Citation bug [w/ PATCH]

2002-04-23 Thread Angus Leeming
On Tuesday 23 April 2002 11:08 am, Juergen Spitzmueller wrote: > When I chose several databases with the bibtex dialog (Browse option), they > will be inserted as a comma-separated list without extension (correct), but > the separating comma is followed by a blank: mybib1, mybib2, etc. > However,

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread Claus Hindsgaul
tir, 2002-04-23 kl. 11:18 skrev Jean-Marc Lasgouttes: > If you have time, you may want to try our valgrind > http://developer.kde.org/~sewardj/ I tried it by simply invoking 'valgrind lyx'. The crash did NOT happen within valgrind, but a lot of messages were output at the expected time of the c

Citation bug [w/ PATCH]

2002-04-23 Thread Juergen Spitzmueller
When I chose several databases with the bibtex dialog (Browse option), they will be inserted as a comma-separated list without extension (correct), but the separating comma is followed by a blank: mybib1, mybib2, etc. However, it seems that the citation dialog only reads the first of this datab

Re: bug in displaying of picture

2002-04-23 Thread Angus Leeming
On Tuesday 23 April 2002 10:49 am, Juergen Vigna wrote: > On 23-Apr-2002 Angus Leeming wrote: > > Yes. Remember that I had to rewrite the code pretty-well from scratch and > > that meant learning how it worked as I went along. I just came up with a > > solution that was logically correct. > > > >

Re: bug in displaying of picture

2002-04-23 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- I have the same effect, regardless of the preferences. (tmp_dir, backup_path) By the way, I could not use the "Browse..." -button to get the backup-path. (Each time I am forced to select a regular file, directory-filename shall not be accepted)

Re: natbib citations

2002-04-23 Thread Angus Leeming
On Monday 22 April 2002 8:12 pm, Mike Ressler wrote: > On Mon, 22 Apr 2002, Angus Leeming wrote: > > On Monday 22 April 2002 11:00 am, Angus Leeming wrote: > > > This might make you happy... > > > > > > If you could test it a little, that'd make me happy too. > > Had a few minutes to play with it

Re: bug in displaying of picture

2002-04-23 Thread Juergen Vigna
On 23-Apr-2002 Angus Leeming wrote: > Yes. Remember that I had to rewrite the code pretty-well from scratch and > that meant learning how it worked as I went along. I just came up with a > solution that was logically correct. > > Storing the "modified" images in the graphics inset and use of

Re: bug in displaying of picture

2002-04-23 Thread Angus Leeming
On Tuesday 23 April 2002 10:34 am, Andre Poenitz wrote: > On Tue, Apr 23, 2002 at 10:30:20AM +0100, Angus Leeming wrote: > > Why? Once the image is loaded into memory it doesn't care about any file. > > The problem MUST be that the image is deleted from memory prematurely. > > The problem is, I do

Re: bug in displaying of picture

2002-04-23 Thread Herbert Voss
On Tue, 23 Apr 2002, Angus Leeming wrote: > On Tuesday 23 April 2002 10:23 am, Herbert Voss wrote: > > On Tue, 23 Apr 2002, Angus Leeming wrote: > > > I haven't tried your patch, Herbert, but it won't fix the problem. Kornel > > > is unable to display the image in LyX, not the LaTeX output. > > >

Re: bug in displaying of picture

2002-04-23 Thread Andre Poenitz
On Tue, Apr 23, 2002 at 10:30:20AM +0100, Angus Leeming wrote: > Why? Once the image is loaded into memory it doesn't care about any file. The > problem MUST be that the image is deleted from memory prematurely. The > problem is, I don't understand why, as eash image (GraphicsCacheItem) stores

Re: bug in displaying of picture

2002-04-23 Thread Angus Leeming
On Tuesday 23 April 2002 10:23 am, Herbert Voss wrote: > On Tue, 23 Apr 2002, Angus Leeming wrote: > > I haven't tried your patch, Herbert, but it won't fix the problem. Kornel > > is unable to display the image in LyX, not the LaTeX output. > > I know, but the problem is that LyX does not use two

Re: bug in displaying of picture

2002-04-23 Thread Herbert Voss
On Tue, 23 Apr 2002, Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Monday, 22. April 2002 23:11, Herbert Voss wrote: > > ok, try this one. > > now every tempdir has it's own graphic files > > Nothing changed. > Are you not having this same effect? n Herbert

Re: bug in displaying of picture

2002-04-23 Thread Herbert Voss
On Tue, 23 Apr 2002, Angus Leeming wrote: > I haven't tried your patch, Herbert, but it won't fix the problem. Kornel is > unable to display the image in LyX, not the LaTeX output. I know, but the problem is that LyX does not use two different files in two different tempdirs. If I copy first the

Re: ProvidesNatbib: patch attached

2002-04-23 Thread Angus Leeming
On Tuesday 23 April 2002 9:16 am, Jean-Marc Lasgouttes wrote: > > "Mike" == Mike Ressler <[EMAIL PROTECTED]> writes: > > Mike> I've carried through on my threat and created a ProvidesNatbib > Mike> layout keyword. It's attached as diff_natbib (diff -ru format). > Mike> I've also attached the u

Re: Language specific crash in LyX 1.2.0cvs

2002-04-23 Thread Jean-Marc Lasgouttes
> "Claus" == Claus Hindsgaul <[EMAIL PROTECTED]> writes: Claus> Hi again, With a little help from Jean-Marc I have produced the Claus> following output from gdb while triggering the described crash. Claus> I hope it may help you nail it down. I have to admit I do not see what happens. Espec

RE: [Devel] Crash

2002-04-23 Thread Juergen Vigna
On 22-Apr-2002 Michael Schmitt wrote: > at the weekend, I have noticed that LyX crashes eventually (about every > three to fives hours). Unfortunately, I cannot give you a detailed test > case. The only thing I can provide is the following backtrace. Any idea > what is going wrong? If I remem

Re: bug in displaying of picture

2002-04-23 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 22. April 2002 23:11, Herbert Voss wrote: > ok, try this one. > now every tempdir has it's own graphic files Nothing changed. Are you not having this same effect? Kornel - -- Kornel Benko [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Vers

Re: natbib citations

2002-04-23 Thread Angus Leeming
On Tuesday 23 April 2002 9:19 am, Lars Gullik Bjønnes wrote: > Silence is not approval. > I want to hear J-M's opinion, since he has look at this case > earlier... Fair enough. I just wanted to trigger some response. Jean-Marc, the patch I submitted yesterday contained a bug that lead to the oc

Re: bug in displaying of picture

2002-04-23 Thread Angus Leeming
On Monday 22 April 2002 10:11 pm, Herbert Voss wrote: > Kornel Benko wrote: > > -BEGIN PGP SIGNED MESSAGE- > > > > On Monday, 22. April 2002 17:46, Herbert Voss wrote: > >>what happens when you try the patch > >> > >>http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg36886.html > > >

Re: natbib citations

2002-04-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Monday 22 April 2002 10:35 am, Angus Leeming wrote: >> On Tuesday 16 April 2002 10:31 am, Angus Leeming wrote: >> > On Monday 15 April 2002 4:40 pm, Angus Leeming wrote: >> > > I think that the screen label part of the patch is fine, although I've >>

Re: ProvidesNatbib: patch attached

2002-04-23 Thread Jean-Marc Lasgouttes
> "Mike" == Mike Ressler <[EMAIL PROTECTED]> writes: Mike> I've carried through on my threat and created a ProvidesNatbib Mike> layout keyword. It's attached as diff_natbib (diff -ru format). Mike> I've also attached the updated AASTeX stuff as diff_aastex. Only Mike> if the natbib patch is a

Re: natbib citations

2002-04-23 Thread Angus Leeming
On Monday 22 April 2002 10:35 am, Angus Leeming wrote: > On Tuesday 16 April 2002 10:31 am, Angus Leeming wrote: > > On Monday 15 April 2002 4:40 pm, Angus Leeming wrote: > > > I think that the screen label part of the patch is fine, although I've > > > modified it to work with numerical natbib ci

Re: Problem compiling cvs

2002-04-23 Thread cghan
On Tue, 23 Apr 2002, Pascal Francq wrote: > Hi, > When I compile current CVS version, I hvae the following error: > > Making all in mathed > make[3]: Entering directory `/home/pfrancq/tmp/lyx-devel/src/mathed' > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.

Re: "make install" oddities & documentation

2002-04-23 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Hi, > > | # make install | [...] | install: ./scripts/CVS: Inappropriate file type or format | [...] | install: ./doc/*.eps: No such file or directory | [...] > > | These messages are not fatal, but why do they appear? | They are there for quite some time