Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: | Actually I have now had time to think about this for two weeks, and my | considered opinion is a bit different... What you write belowe seems very sane. But I think that my

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Sun, May 29, 2005 at 09:58:22PM +0300, Martin Vermeer wrote: On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: | | +inline flags operator|(flags const f, flags const g) | +{ | +int const intf(static_castint(f));

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
Asger == Asger Ottar Alstrup [EMAIL PROTECTED] writes: Asger I have not been able to find anything better either. I had Asger hoped there would be a fast cheap connection, so that I could Asger come for a few days. Oh well, it is expensive, and the Asger connection is so slow. I've decided that

Re: tex2lyx and included files

2005-05-30 Thread Jean-Pierre Chrétien
Georg Baum [EMAIL PROTECTED] writes: Am Mittwoch, 25. Mai 2005 19:40 schrieb Jean-Pierre Chrtien: Recompilation from cvs works fine now, but I still get \include{intro.tex} I can't reproduce that, it works for me. I guess from your earlier posts that you are using tex2lyx on

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Asger == Asger Ottar Alstrup [EMAIL PROTECTED] writes: | Asger I have not been able to find anything better either. I had | Asger hoped there would be a fast cheap connection, so that I could | Asger come for a few days. Oh well, it is expensive,

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Make a vacation out of it. Bring the wife and kids. But they are going to drink all the beer! JMarc

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Andre Poenitz
On Mon, May 30, 2005 at 09:56:06AM +0200, Lars Gullik Bjønnes wrote: | I have the feeling that pruning repeat key events is not wrong in | principle, but at best not needed. Without it, you know precisely | (under my scheme) that keeping the PgDown key down for 0.5 secs will get | you 10

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars Make a vacation out of it. Bring the wife and kids. | But they are going to drink all the beer! raki is the game with the turks. -- Lgb

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Georg Baum
Am Sonntag, 29. Mai 2005 15:36 schrieb Angus Leeming: I compile on Debian unstable (linux alpha box) without any problems whatsoever. Thanks for the hint, it made me look at the configure flags (I took the .diff.gz from http://packages.debian.org/lyx and made my own .deb from it), and it

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 10:56, Lars Gullik Bjnnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjnnes wrote: | Actually I have now had time to think about this for two weeks, and my | considered opinion is a bit different...

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars raki is the game with the turks. No thanks. I'll stick with Efes Pilsen. JMarc

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 11:49, Andre Poenitz wrote: On Mon, May 30, 2005 at 09:56:06AM +0200, Lars Gullik Bjnnes wrote: | I have the feeling that pruning repeat key events is not wrong in | principle, but at best not needed. Without it, you know precisely | (under my scheme) that keeping the

Re: tex2lyx and included files

2005-05-30 Thread Georg Baum
Jean-Pierre Chrétien wrote: So it turns out that the suffix substitution does not happen if the included lyx file already exists. The suffix substituion does happen (but intro - intro.tex, not intro - intro.lyx) I don't know if this is the nominal behaviour, but in this case I can't use a

Re: [tentative PATCH] Bug 1451: spell check stuck in loop

2005-05-30 Thread Jean-Marc Lasgouttes
Angus Sorry, JMarc. I've been lost in the depths of Windows Installer Angus land, for which I blame you entirely :-P Angus Looking at the patch, shouldn't updateSlot() be: Angus +void ControlSpellchecker::updateSlot(bool switched) Angus +{ Angus +if (switched) Angus +hide(); Angus +

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: How asynchrounous is Martin's approach, i.e. how long will LyX be busy after a user released PageDown? | The time it takes to render one screen (or slightly over). I see no | large backlogs. Try that on a slower computer... -- Lgb

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Mon, 2005-05-30 at 10:56, Lars Gullik Bjønnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: | Actually I have now had time to think about this for two weeks, and my |

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Key events are not coalesced (or have you dont something I have Lars not noticed?) without my patch. Sure my patch also does not do Lars it, but it could... Note that pruning is only done if the screen Lars update cannot keep up with the

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Georg Baum [EMAIL PROTECTED] writes: | Am Sonntag, 29. Mai 2005 15:36 schrieb Angus Leeming: I compile on Debian unstable (linux alpha box) without any problems whatsoever. | Thanks for the hint, it made me look at the configure flags (I took | the .diff.gz from

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars Key events are not coalesced (or have you dont something I have | Lars not noticed?) without my patch. Sure my patch also does not do | Lars it, but it could... Note that pruning is only

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 12:46, Lars Gullik Bjnnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: How asynchrounous is Martin's approach, i.e. how long will LyX be busy after a user released PageDown? | The time it takes to render one screen (or slightly over). I see no | large backlogs.

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars --enable-shared is not supposed to work... (we only support Lars --enable-statid --disable-shared) But I have no idea how we can Lars remove that from configure --help. Just get rid of libtool, maybe. When you read its description in

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Mon, 2005-05-30 at 12:46, Lars Gullik Bjønnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: How asynchrounous is Martin's approach, i.e. how long will LyX be busy after a user released PageDown? | The time it takes to render one screen (or

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars --enable-shared is not supposed to work... (we only support | Lars --enable-statid --disable-shared) But I have no idea how we can | Lars remove that from configure --help. | Just get

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 12:50, Lars Gullik Bjnnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: | On Mon, 2005-05-30 at 10:56, Lars Gullik Bjnnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjnnes wrote: | Actually I have

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Asger Alstrup
Who knows what internet connection is available next year? Also, I'm consider X modems. They told me that each phone line is very cheap, so... Regards, Asger

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars libtool is nice. And I have plans for it (even for Lars --enable-shared) You need to make up you mind :) JMarc

[1.3] German translation broken

2005-05-30 Thread Georg Baum
The layouts Caption and Labeling are both translated to Beschriftung. That makes it impossible to insert a caption in KOMA classes (qt frontend), because Labeling is always used. I never used labeling and don't know how to translate it, but we must find something different :-) This is 1.3 only,

Re: [1.3] German translation broken

2005-05-30 Thread Juergen Spitzmueller
Georg Baum wrote: The layouts Caption and Labeling are both translated to Beschriftung. That makes it impossible to insert a caption in KOMA classes (qt frontend), because Labeling is always used. I never used labeling and don't know how to translate it, but we must find something different

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars libtool is nice. And I have plans for it (even for | Lars --enable-shared) | You need to make up you mind :) My mind is made up. what makes you belive otherwise? -- Lgb

Re: tex2lyx and included files

2005-05-30 Thread Jean-Pierre Chrétien
Georg Baum [EMAIL PROTECTED] writes: Jean-Pierre Chrtien wrote: This is intended behaviour. After all, we don't know if an already existing .lyx file has anything to do with the .tex file. LaTeX would use the .tex file, so tex2lyx uses it, too. I see. In general, some informational

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars My mind is made up. what makes you belive otherwise? ``--enable-shared is not supposed to work... (we only support --enable-static --disable-shared) But I have no idea how we can remove that from configure --help.'' This

Re: [1.3] German translation broken

2005-05-30 Thread Andre Poenitz
On Mon, May 30, 2005 at 02:38:40PM +0200, Juergen Spitzmueller wrote: Georg Baum wrote: The layouts Caption and Labeling are both translated to Beschriftung. That makes it impossible to insert a caption in KOMA classes (qt frontend), because Labeling is always used. I never used labeling

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Andre Poenitz
On Mon, May 30, 2005 at 12:15:19PM +0300, Martin Vermeer wrote: How asynchrounous is Martin's approach, i.e. how long will LyX be busy after a user released PageDown? The time it takes to render one screen (or slightly over). I see no large backlogs. So it seems to fix most problems we

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger Who knows what internet connection is available next year? Asger Also, I'm consider X modems. They told me that each phone line Asger is very cheap, so... I was just gratuitously bitching about the flight to/from Paris, since you said

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars My mind is made up. what makes you belive otherwise? |``--enable-shared is not supposed to work... (we only support | --enable-static --disable-shared) But I have no idea how we

Re: [1.3] German translation broken

2005-05-30 Thread Juergen Spitzmueller
Andre Poenitz wrote: At the very least the translated string should be something like Beschriftung (Caption) or similar. might cause space problems, but is better than what we have now. BTW I also think that Beschriftung is not an ideal translation for caption. The appropriate translation

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars But we care about libtool. We use it for the simpler way of Lars creating convenience libraries. The automake and libtool documentation imply that libtool only matters for shared libraries. Are you saying that what we get from libtools

Re: [1.3] German translation broken

2005-05-30 Thread Georg Baum
Juergen Spitzmueller wrote: Andre Poenitz wrote: At the very least the translated string should be something like Beschriftung (Caption) or similar. might cause space problems, but is better than what we have now. I reverted the translation to the 1.3.5 version (no translation, see

Re: [1.3] German translation broken

2005-05-30 Thread G. Milde
On 30.05.05, Juergen Spitzmueller wrote: Andre Poenitz wrote: At the very least the translated string should be something like Beschriftung (Caption) or similar. might cause space problems, but is better than what we have now. BTW I also think that Beschriftung is not an ideal

Re: Translation of layout files

2005-05-30 Thread G. Milde
On 27.05.05, Jean-Marc Lasgouttes wrote: G == G Milde [EMAIL PROTECTED] writes: In the meantime, labelstrings help, but they are a hack. And really, if all they are good for is to show the Style name, we have a problem. Open the dinbrief template, to see what I mean. E.g. there are 3

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars But we care about libtool. We use it for the simpler way of | Lars creating convenience libraries. | The automake and libtool documentation imply that libtool only matters | for shared

Write access to CVS repository?

2005-05-30 Thread Michael Schmitt
Lars, would you be willing to give me write access to the CVS repository (or at least parts of it)? I think I start annoying everybody by asking to commit the n'th version of de.po. If the answer is yes, could you please tell me the address of the CVS repository? So far, I use the US

Re: [1.3] German translation broken

2005-05-30 Thread Michael Schmitt
G. Milde wrote: but it's a terminus technicus, while Beschriftung is just an arbitrary translation. Legende is way better than Beschriftung, and Legende (Caption) might even fit in the limited space... Thank you very much for pointing out the problem with Labeling. I discussed the

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars libtool know more about library creation, and also dependencies Lars are stored in the .la file. and we use this to localize Lars dependency information to the module. It would be nice to have a light option to libtool that just does

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars libtool know more about library creation, and also dependencies | Lars are stored in the .la file. and we use this to localize | Lars dependency information to the module. | It would be

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars What problems in particular? That the script should be updated to support Darwin 4.7.12 or FreeBSD 12.0.0.1. You know, the fun of being a maintainer :) But I am not really trying to get rid of libtool. But there is a lot of nonsense we

Graphics path with :

2005-05-30 Thread Michael Schmitt
Angus, I tried to insert a graphics which is located in directory C:\blabla\blabla. However, LyX 1.3.6cvs complains about the path containing invalid character :. Didn't this work before? Regards, Michael

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars What problems in particular? | That the script should be updated to support Darwin 4.7.12 or FreeBSD | 12.0.0.1. You know, the fun of being a maintainer :) | But I am not really trying

Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | | this is kindo a proof-of-concept. | | This is a revised version of the patch. This time is also prunes key | | events that is caused by auto-repeat. (Gives imho very nice behavior.) | And I

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars Key events are not coalesced (or have you dont something I have | Lars not noticed?) without my patch. Sure my patch also does not do | Lars it, but it could... Note that pruning is only

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 16:01, Andre Poenitz wrote: On Mon, May 30, 2005 at 12:15:19PM +0300, Martin Vermeer wrote: How asynchrounous is Martin's approach, i.e. how long will LyX be busy after a user released PageDown? The time it takes to render one screen (or slightly over). I see no

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: >> | Actually I have now had time to think about this for two weeks, and my >> | considered opinion is a bit different... >> >> What you write belowe seems very sane. But I think

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Sun, May 29, 2005 at 09:58:22PM +0300, Martin Vermeer wrote: >> On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: | >> > | +inline flags operator|(flags const f, flags const g) >> > | +{ >> > | +int const

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: Asger> I have not been able to find anything better either. I had Asger> hoped there would be a fast & cheap connection, so that I could Asger> come for a few days. Oh well, it is expensive, and the Asger> connection is so slow.

Re: tex2lyx and included files

2005-05-30 Thread Jean-Pierre Chrétien
Georg Baum <[EMAIL PROTECTED]> writes: > > Am Mittwoch, 25. Mai 2005 19:40 schrieb Jean-Pierre Chrétien: > > > Recompilation from cvs works fine now, but I still get > \include{intro.tex} > > I can't reproduce that, it works for me. I guess from your earlier posts > that you are using

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: > | Asger> I have not been able to find anything better either. I had | Asger> hoped there would be a fast & cheap connection, so that I could | Asger> come for a few days. Oh well,

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Make a vacation out of it. Bring the wife and kids. But they are going to drink all the beer! JMarc

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Andre Poenitz
On Mon, May 30, 2005 at 09:56:06AM +0200, Lars Gullik Bjønnes wrote: > | I have the feeling that pruning repeat key events is not wrong in > | principle, but at best not needed. Without it, you know precisely > | (under my scheme) that keeping the PgDown key down for 0.5 secs will get > | you 10

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Make a vacation out of it. Bring the wife and kids. > | But they are going to drink all the beer! raki is the game with the turks. -- Lgb

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Georg Baum
Am Sonntag, 29. Mai 2005 15:36 schrieb Angus Leeming: > I compile on Debian unstable (linux alpha box) without any problems > whatsoever. Thanks for the hint, it made me look at the configure flags (I took the .diff.gz from http://packages.debian.org/lyx and made my own .deb from it), and it

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 10:56, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: > >> | Actually I have now had time to think about this for two weeks, and my > >> | considered opinion is a bit

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> raki is the game with the turks. No thanks. I'll stick with Efes Pilsen. JMarc

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 11:49, Andre Poenitz wrote: > On Mon, May 30, 2005 at 09:56:06AM +0200, Lars Gullik Bjønnes wrote: > > | I have the feeling that pruning repeat key events is not wrong in > > | principle, but at best not needed. Without it, you know precisely > > | (under my scheme) that

Re: tex2lyx and included files

2005-05-30 Thread Georg Baum
Jean-Pierre Chrétien wrote: > So it turns out that the suffix substitution does not happen > if the included lyx file already exists. The suffix substituion does happen (but intro -> intro.tex, not intro -> intro.lyx) > I don't know if this is the nominal behaviour, but in this case > I can't

Re: [tentative PATCH] Bug 1451: spell check stuck in loop

2005-05-30 Thread Jean-Marc Lasgouttes
Angus> Sorry, JMarc. I've been lost in the depths of Windows Installer Angus> land, for which I blame you entirely :-P Angus> Looking at the patch, shouldn't updateSlot() be: Angus> +void ControlSpellchecker::updateSlot(bool switched) Angus> +{ Angus> +if (switched) Angus> +hide();

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: >> How "asynchrounous" is Martin's approach, i.e. how long will LyX be busy >> after a user released PageDown? > | The time it takes to render one screen (or slightly over). I see no | large backlogs. Try that on a slower computer... -- Lgb

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, 2005-05-30 at 10:56, Lars Gullik Bjønnes wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: >> >> | Actually I have now had time to think about this for two weeks,

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Key events are not coalesced (or have you dont something I have Lars> not noticed?) without my patch. Sure my patch also does not do Lars> it, but it could... Note that pruning is only done if the screen Lars> update cannot

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Am Sonntag, 29. Mai 2005 15:36 schrieb Angus Leeming: > >> I compile on Debian unstable (linux alpha box) without any problems >> whatsoever. > | Thanks for the hint, it made me look at the configure flags (I took | the .diff.gz from

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Key events are not coalesced (or have you dont something I have | Lars> not noticed?) without my patch. Sure my patch also does not do | Lars> it, but it could... Note that

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 12:46, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > >> How "asynchrounous" is Martin's approach, i.e. how long will LyX be busy > >> after a user released PageDown? > > > | The time it takes to render one screen (or slightly over). I see no > |

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> --enable-shared is not supposed to work... (we only support Lars> --enable-statid --disable-shared) But I have no idea how we can Lars> remove that from configure --help. Just get rid of libtool, maybe. When you read its

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, 2005-05-30 at 12:46, Lars Gullik Bjønnes wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> >> How "asynchrounous" is Martin's approach, i.e. how long will LyX be busy >> >> after a user released PageDown? >> > >> | The time it takes

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> --enable-shared is not supposed to work... (we only support | Lars> --enable-statid --disable-shared) But I have no idea how we can | Lars> remove that from configure

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Martin Vermeer
On Mon, 2005-05-30 at 12:50, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Mon, 2005-05-30 at 10:56, Lars Gullik Bjønnes wrote: > >> Martin Vermeer <[EMAIL PROTECTED]> writes: > >> > >> | On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: >

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Asger Alstrup
Who knows what internet connection is available next year? Also, I'm consider X modems. They told me that each phone line is very cheap, so... Regards, Asger

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> libtool is nice. And I have plans for it (even for Lars> --enable-shared) You need to make up you mind :) JMarc

[1.3] German translation broken

2005-05-30 Thread Georg Baum
The layouts "Caption" and "Labeling" are both translated to "Beschriftung". That makes it impossible to insert a caption in KOMA classes (qt frontend), because "Labeling" is always used. I never used labeling and don't know how to translate it, but we must find something different :-) This is 1.3

Re: [1.3] German translation broken

2005-05-30 Thread Juergen Spitzmueller
Georg Baum wrote: > The layouts "Caption" and "Labeling" are both translated to "Beschriftung". > That makes it impossible to insert a caption in KOMA classes (qt frontend), > because "Labeling" is always used. I never used labeling and don't know how > to translate it, but we must find something

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> libtool is nice. And I have plans for it (even for | Lars> --enable-shared) > | You need to make up you mind :) My mind is made up. what makes you belive otherwise? --

Re: tex2lyx and included files

2005-05-30 Thread Jean-Pierre Chrétien
Georg Baum <[EMAIL PROTECTED]> writes: > > Jean-Pierre Chrétien wrote: > > This is intended behaviour. After all, we don't know if an already > existing .lyx file has anything to do with the .tex file. LaTeX would use > the .tex file, so tex2lyx uses it, too. I see. > In general, some

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> My mind is made up. what makes you belive otherwise? ``--enable-shared is not supposed to work... (we only support --enable-static --disable-shared) But I have no idea how we can remove that from configure

Re: [1.3] German translation broken

2005-05-30 Thread Andre Poenitz
On Mon, May 30, 2005 at 02:38:40PM +0200, Juergen Spitzmueller wrote: > Georg Baum wrote: > > The layouts "Caption" and "Labeling" are both translated to "Beschriftung". > > That makes it impossible to insert a caption in KOMA classes (qt frontend), > > because "Labeling" is always used. I never

Re: [Patch] Re: [patch] key event queue

2005-05-30 Thread Andre Poenitz
On Mon, May 30, 2005 at 12:15:19PM +0300, Martin Vermeer wrote: > > How "asynchrounous" is Martin's approach, i.e. how long will LyX be busy > > after a user released PageDown? > > The time it takes to render one screen (or slightly over). I see no > large backlogs. So it seems to fix most

Re: LyX meeting in Paris. What about July 14-18?

2005-05-30 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Alstrup <[EMAIL PROTECTED]> writes: Asger> Who knows what internet connection is available next year? Asger> Also, I'm consider X modems. They told me that each phone line Asger> is very cheap, so... I was just gratuitously bitching about the flight to/from Paris, since

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> My mind is made up. what makes you belive otherwise? > |``--enable-shared is not supposed to work... (we only support | --enable-static --disable-shared) But I have

Re: [1.3] German translation broken

2005-05-30 Thread Juergen Spitzmueller
Andre Poenitz wrote: > At the very least the translated string should be > something like "Beschriftung (Caption)" or similar. might cause space problems, but is better than what we have now. > > BTW I also think that "Beschriftung" is not an ideal translation for > > caption. The appropriate

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> But we care about libtool. We use it for the simpler way of Lars> creating convenience libraries. The automake and libtool documentation imply that libtool only matters for shared libraries. Are you saying that what we get

Re: [1.3] German translation broken

2005-05-30 Thread Georg Baum
Juergen Spitzmueller wrote: > Andre Poenitz wrote: >> At the very least the translated string should be >> something like "Beschriftung (Caption)" or similar. > > might cause space problems, but is better than what we have now. I reverted the translation to the 1.3.5 version (no translation,

Re: [1.3] German translation broken

2005-05-30 Thread G. Milde
On 30.05.05, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > At the very least the translated string should be > > something like "Beschriftung (Caption)" or similar. > > might cause space problems, but is better than what we have now. > > > > BTW I also think that "Beschriftung" is not

Re: Translation of layout files

2005-05-30 Thread G. Milde
On 27.05.05, Jean-Marc Lasgouttes wrote: > > "G" == G Milde <[EMAIL PROTECTED]> writes: > In the meantime, labelstrings help, but they are a hack. And really, > if all they are good for is to show the Style name, we have a problem. Open the dinbrief template, to see what I mean. E.g. there

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> But we care about libtool. We use it for the simpler way of | Lars> creating convenience libraries. > | The automake and libtool documentation imply that libtool only

Write access to CVS repository?

2005-05-30 Thread Michael Schmitt
Lars, would you be willing to give me write access to the CVS repository (or at least parts of it)? I think I start annoying everybody by asking to commit the n'th version of de.po. If the answer is "yes", could you please tell me the address of the CVS repository? So far, I use the US

Re: [1.3] German translation broken

2005-05-30 Thread Michael Schmitt
G. Milde wrote: but it's a terminus technicus, while "Beschriftung" is just an arbitrary translation. "Legende" is way better than "Beschriftung", and Legende (Caption) might even fit in the limited space... Thank you very much for pointing out the problem with "Labeling". I discussed

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> libtool know more about library creation, and also dependencies Lars> are stored in the .la file. and we use this to localize Lars> dependency information to the module. It would be nice to have a "light" option to libtool

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> libtool know more about library creation, and also dependencies | Lars> are stored in the .la file. and we use this to localize | Lars> dependency information to the module.

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> What problems in particular? That the script should be updated to support Darwin 4.7.12 or FreeBSD 12.0.0.1. You know, the fun of being a maintainer :) But I am not really trying to get rid of libtool. But there is a lot of

Graphics path with ":"

2005-05-30 Thread Michael Schmitt
Angus, I tried to insert a graphics which is located in directory C:\blabla\blabla. However, LyX 1.3.6cvs complains about the path containing invalid character ":". Didn't this work before? Regards, Michael

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> What problems in particular? > | That the script should be updated to support Darwin 4.7.12 or FreeBSD | 12.0.0.1. You know, the fun of being a maintainer :) > | But I am

Re: [patch] key event queue

2005-05-30 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: > | | | this is kindo a proof-of-concept. >> | | This is a revised version of the patch. This time is also prunes key | | events that is caused by auto-repeat. (Gives imho very nice behavior.) > |

  1   2   >