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

2005-05-31 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: So it seems to fix most problems we have and feels uniformly better that what we have right now? If so... | Yes, I believe so. | Therefore I will commit the attached, if no new objections come up. I | have somewhat thoroughly tested this with the User

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

2005-05-31 Thread Asger Alstrup
Jean-Marc Lasgouttes wrote: I was just gratuitously bitching about the flight to/from Paris, since you said yourself it was too slow and too expensive... Ah, I see. Yes, I'll just let you have all the pain :-) The only compensation is a hot climate, a nice swimming pool, a nice view, and all

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

2005-05-31 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Then this will be automatically installed by autogen.sh. Well, we need to have the right one to generate the tarball anyway. Lars Will that help at all? Or does libtool have a problem with Lars FreeBSD and Darwin in general? I gave

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

2005-05-31 Thread Jean-Marc Lasgouttes
Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger If the meeting had been at another point in time, I'd have no Asger problem taking an expensive bad connection to Paris, but Asger since it's in the middle of my precious vacation, my tolerance Asger is lower. Sure, I understand that.

Re: Graphics path with :

2005-05-31 Thread Angus Leeming
Michael Schmitt wrote: 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? In src/frontends/controllers/helper_funcs.C, try removing the ':' from string

Re: Graphics path with :

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Reading http://wiki.lyx.org/LaTeX/FilesWithSpecialChars and Angus http://wiki.lyx.org/uploads/LaTeX/FilesWithSpecialChars/filenames.tex, Angus I don't see why a ':' in a file name won't work, but you're the Angus one using this stuff... I

Re: Translation of layout files

2005-05-31 Thread Jean-Marc Lasgouttes
G == G Milde [EMAIL PROTECTED] writes: G 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. G Open the dinbrief

Re: Graphics path with :

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Reading http://wiki.lyx.org/LaTeX/FilesWithSpecialChars and Angus http://wiki.lyx.org/uploads/LaTeX/FilesWithSpecialChars/filenames.tex, Angus I don't see why a ':' in a file name won't work, but you're the Angus one using this stuff... I guess ':' is a

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Angus Leeming wrote: I think I'd like to add this to development/Windows. OK? Go ahead. You can find the resulting installer itself at http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in size. As such, I'm quite pleased with the installer. Me too. Good work! However, it

Re: Graphics path with :

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus One thing that I have noticed (not a bug, but an inconsistency) Angus is that in the Preferences dialog, the Paths pane displays all Angus paths in UNIX style. This looks a little odd because at the Angus bottom of the list is the

Re: [PATCH] Bug 1892: inserting an index or a tabular can move the cursor.

2005-05-31 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Jean-Marc Here is a patch for this bug, which boils down to: Jean-Marc createInset should create insets, and dispatch is Jean-Marc responsible for spawning dialogs if needed. The Jean-Marc constification of getStringToIndex is not

[PATCH] bug 1891: note-next triggers assertion

2005-05-31 Thread Jean-Marc Lasgouttes
The following patch repairs gotoInset so that it does not crash when the document is empty. OK? JMarc Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2189 diff -u -p

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus As such, I'm quite pleased with the installer. However, it is Angus not yet complete. It should run the Resources/lyx/configure Angus script but doing so will require it to check for/find a unix Angus shell environment. I plan to add this

Re: [PATCH] bug 1891: note-next triggers assertion

2005-05-31 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | The following patch repairs gotoInset so that it does not crash when | the document is empty. | OK? sure. | if (!gotoNextInset(tmpcur, codes, contents)) { | - if (tmpcur != doc_iterator_begin(tmpcur.inset())) { h| +

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus As such, I'm quite pleased with the installer. However, it is Angus not yet complete. It should run the Resources/lyx/configure Angus script but doing so will require it to check for/find a unix Angus shell environment. I plan to add this support but, for now,

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger Once again, I'll say that rewriting configure in some other Asger programming language would be a scoop. I've seen a few projects Asger use JavaScript: libxml, libxslt, but you almost had a shell in Asger c++, which I believe would be the

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Jean-Marc Lasgouttes wrote: I see two possibilities: - rewrite in python - rewrite in C++ inside LyX. I am not sure how maintainable it would be. As I said, other projects have decided to use JavaScript. That is better than Python, since it does not require Python. JavaScript is part of

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: Angus Leeming wrote: I think I'd like to add this to development/Windows. OK? Go ahead. You can find the resulting installer itself at http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in size. As such, I'm quite pleased with the installer. Me

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: As such, I'm quite pleased with the Angus installer. However, it is not yet complete. It should run the Angus Resources/lyx/configure script but doing so will require it to Angus check for/find a unix shell

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger Jean-Marc Lasgouttes wrote: I see two possibilities: - rewrite in python - rewrite in C++ inside LyX. I am not sure how maintainable it would be. Asger As I said, other projects have decided to use JavaScript. That Asger is better than

Re: Graphics path with :

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus One thing that I have noticed (not a bug, but an inconsistency) Angus is that in the Preferences dialog, the Paths pane displays all Angus paths in UNIX style. This looks a little odd because at the Angus bottom of the list is the prepend_path variable which

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Trivially easy but pointless if I can't get Angus Resources/lyx/configure to run. (Pointless because LyX will Angus refuse to start if it can't find the generated lyxrc.defaults Angus file.) I think we should change that and have LyX look

Re: [PATCH] bug 1891: note-next triggers assertion

2005-05-31 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars tmpcur invalidated by gotoNextInset? Yes, when getoNextInset fails, it means that tmpcur is empty. Thefore there is no tmpcur.inset() to test against. I am not sure ho I managed to miss that. The second part of the fix is to avoid

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Jean-Marc Lasgouttes wrote: As such, I'm quite pleased with the Angus installer. However, it is not yet complete. It should run the Angus Resources/lyx/configure script but doing so will require it to Angus check for/find a unix shell environment. I plan to

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Trivially easy but pointless if I can't get Angus Resources/lyx/configure to run. (Pointless because LyX will Angus refuse to start if it can't find the generated lyxrc.defaults Angus file.) I think we should change that and have LyX look for another file.

RE: Re: Windows installer

2005-05-31 Thread Leuven, E.
Angus Leeming wrote: You can find the resulting installer itself at http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in size. just wondering: a colleague wants to install lyx under windows. should he use this installer or is it better to use ruurd's files...? thanks

Re: Translation of layout files

2005-05-31 Thread G. Milde
On 31.05.05, Jean-Marc Lasgouttes wrote: G == G Milde [EMAIL PROTECTED] writes: G On 27.05.05, Jean-Marc Lasgouttes wrote: G == G Milde [EMAIL PROTECTED] writes: I understand what the problem is. I just say that Labelstring is not supposed to be used for that. But for now, it will be

RE: Re: Windows installer

2005-05-31 Thread Angus Leeming
Leuven, E. wrote: Angus Leeming wrote: You can find the resulting installer itself at http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in size. just wondering: a colleague wants to install lyx under windows. should he use this installer or is it better to use ruurd's

Re: Windows installer

2005-05-31 Thread Angus Leeming
Angus Leeming wrote: Finally a question: did you use the most aggressive 7-zip compression? 5.8 Mb is a bit steep, Angus Crappy old zip compression: 8MB. bzip2 compression: 6.7MB Brand Angus new lmza compression: 5.8MB. And this does not include the docs, it seems. Angus I compiled

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Jean-Marc Lasgouttes wrote: But we already require python. And what do you mean by 'part of the OS'? We only require Python for lyx2lyx, and some of the converters. Besides that, LyX is fully usable without Python: You can author a document from scratch, and produce a working PDF without

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Another bug: When you uninstall, it does not unregister the .lyx file association. Regards, Asger

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Angus Leeming wrote: Asger Alstrup wrote: [Rewrite configure] I can do only so much, Asger :) Yes, and somehow you manage to do it all anyway! It's fantastic ;-) Looking for minSYS is a bit more complicated because it doesn't write to the registry at all. The trick, apparently is to look

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: Another bug: When you uninstall, it does not unregister the .lyx file association. Well, it is meant to. I used the abiword functions that you posted the link to... Section Uninstall RMDir /r $INSTDIR ReadRegStr $0 ${PRODUCT_ROOT_KEY} ${PRODUCT_UNINST_KEY} StartMenu

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: I attach some parts of some internal NSIS code which does something similar. Thanks Asger. I'll look through this later. -- Angus

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: The executable is 11Mb. Are you sure it is correctly stripped? Angus shrugWhat does correctly mean? It works, doesn't Angus it?/shrug I take it you are getting annoyed by my questions :) Angus The executable was built with --disable-debug

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger JavaScript comes with Windows (or more correctly Internet Asger Explorer). You do not have to install anything to get that. You remember we support other OSes, do you? I am not against using javascript, but this is yet another scripting

Re: Translation of layout files

2005-05-31 Thread Jean-Marc Lasgouttes
G == G Milde [EMAIL PROTECTED] writes: G Yes, this is what I mean with LaTeX commands adds a label. G Did I get you right in supposing this is the right use of G LabelStrings? Yes. G So, the next problem arises: translating of this label strings is G handeled by babel in LaTeX on a

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Jean-Marc Lasgouttes wrote: Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger JavaScript comes with Windows (or more correctly Internet Asger Explorer). You do not have to install anything to get that. You remember we support other OSes, do you? We do? Why didn't anybody tell me? I

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: The executable is 11Mb. Are you sure it is correctly stripped? Angus shrugWhat does correctly mean? It works, doesn't Angus it?/shrug I take it you are getting annoyed by my questions :) Nope, I was being genuine. What else could I do? Angus The executable

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus So it seems that 5.8MB is as good as we can get. But you have to add the docs to that, right? JMarc

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger I was not arguing to kick out the shell configure. Just to add Asger a JavaScript one to fix Windows. That's what libxml and libxslt Asger do. I see. I think it would be better to have only one configure for everything. I for one would be

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: Asger JavaScript comes with Windows (or more correctly Internet Asger Explorer). You do not have to install anything to get that. You remember we support other OSes, do you? We do? Why didn't anybody tell me? I am not against using javascript, but this is yet

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus So it seems that 5.8MB is as good as we can get. But you have to add the docs to that, right? JMarc Presumably, when LyX 1.3.6 is released, you'll provide a lyx_1_3_6.tar.gz source distribution, no? I'll (configure, make, make install) that and build the

Re: Windows installer

2005-05-31 Thread Georg Baum
Angus Leeming wrote: Asger Alstrup wrote: I was not arguing to kick out the shell configure. Just to add a JavaScript one to fix Windows. That's what libxml and libxslt do. We can't afford double maintenance. * none of us like perl. * we have no code written in javascript, lisp, ruby, etc,

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: So it seems that 5.8MB is as good Angus as we can get. But you have to add the docs to that, right? JMarc Angus Presumably, when LyX 1.3.6 is released, you'll provide a Angus lyx_1_3_6.tar.gz source

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Georg Baum wrote: The conclusion seems obvious to me... I even remember that the conclusion was spelled out: Use python and nothing else. And it is IMHO the only reasonable choice with regard to the lacking manpower. Well, well, well. I disagree. I think C++ would be better than Python: -

[PATCH] bug 1890: insetoptarg triggers assertion

2005-05-31 Thread Jean-Marc Lasgouttes
The following (trivial) patch fixes bug 1890. Although it is a satisfactory fix (insert the optarg inset as open instead of collapsed, like for all other collapsable insets), it hides a more annoying bug: when the collapsable inset is inserted as collapsed, the xo() and yo() values are not set

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: Georg Baum wrote: The conclusion seems obvious to me... I even remember that the conclusion was spelled out: Use python and nothing else. And it is IMHO the only reasonable choice with regard to the lacking manpower. Well, well, well. I disagree. I think C++ would be

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

2005-05-31 Thread Martin Vermeer
On Tue, 2005-05-31 at 09:55, Lars Gullik Bjnnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: So it seems to fix most problems we have and feels uniformly better that what we have right now? If so... | Yes, I believe so. | Therefore I will commit the attached, if no new objections

Re: Windows installer

2005-05-31 Thread Asger Ottar Alstrup
Well, I'll cave in. A python solution is better than no solution, and I will not complain about progress. To explain, I consider Python a problem, because it is a 10.7 MB download. Every extra MB reduces your market. But a nice installer, which offers to download and install Python for you if

Re: LyX python package

2005-05-31 Thread José Matos
G. Milde wrote: My mail reception system changed last week and for some reason I never saw this message. :-( I am answering this using gmane. On 20.05.05, Jose' Matos wrote: On Friday 20 May 2005 10:04, G. Milde wrote: Now a serious question: is this [__init__.py] a trivial (empty)

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Ottar Alstrup wrote: So, I just figured that if a rewrite is called for anywhy, why not go the extra mile for the C++ solution to save those 11 MB? (I just disagree about Python being vital, especially with a LyX - PDF server solution.) But I can't make you walk that extra mile, so I'll

Re: tex2lyx and included files

2005-05-31 Thread Jean-Pierre Chrétien
Jean-Pierre Chrtien [EMAIL PROTECTED] writes: Here is my suggestion: - enumerate absolute path of \included ou \inputted files converted to lyx (with indication of creation or overwrite). - warn about inset of original .tex file if existing lyx file (this may be very misleading). I'd

Re: Windows installer

2005-05-31 Thread Asger Ottar Alstrup
Angus Leeming wrote: Maybe something that would be fun and not too time consuming, allowing you to participate, would be to write a short paper on the wiki sketching out this configure-on-demand solution. It may be clear in your head, but it's not in mine :) Take a snippet like this from

Re: Windows installer

2005-05-31 Thread Michael Schmitt
Angus Leeming wrote: Your colleague should install python, perl, minsys, miktex (or similar), imagemagic and should add these paths to the path_prefix variable in lyxrc.defaults/preferences. I recommend installing ghostview / ghostview as well. See http://www.cs.wisc.edu/~ghost/ Michael

tex2lyx + international characters = redundant braces in lyx (1.3)?

2005-05-31 Thread Sven Schreiber
Hi, I just stumbled over what I think is a little quirk in tex2lyx. When I convert a file that contains {\ss} latex codes, using the tex2lyx - lyx2lyx - lyx 1.3.5 procedure from the wiki (on windows), the braces appear as ERT in the final lyx file, although they are redundant. The braces don't do

Re: Windows installer

2005-05-31 Thread Lars Gullik Bjønnes
Asger Ottar Alstrup [EMAIL PROTECTED] writes: | (Writing this, it occurs to me that an alternative is to use NSIS for | some of this.) Nah... we don't want to use nsis for something that has the same problem (and possibly the possibiluyty of the same solution on unix) And it could just as well

Re: Windows installer

2005-05-31 Thread Asger Ottar Alstrup
Lars Gullik Bjønnes wrote: Nah... we don't want to use nsis for something that has the same problem (and possibly the possibiluyty of the same solution on unix) And it could just as well be implemented in python as in C++. Yes, it could, except for the GUI stuff: Explaining to the user what a

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

2005-05-31 Thread Asger Ottar Alstrup
Jean-Marc Lasgouttes wrote: PS: this morning, I was triaging old papers and found ``Project LyX3'', ``Strings and encodings in LyX 1.2'' and ``Design and implementation of the data structure layer in the new LyX kernel'', all of them by the very esteemed Asger Alstrup Nielsen. These even sport

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

2005-05-31 Thread Lars Gullik Bjønnes
Asger Ottar Alstrup [EMAIL PROTECTED] writes: | Jean-Marc Lasgouttes wrote: PS: this morning, I was triaging old papers and found ``Project LyX3'', ``Strings and encodings in LyX 1.2'' and ``Design and implementation of the data structure layer in the new LyX kernel'', all of them by the very

Re: Graphics path with :

2005-05-31 Thread Michael Schmitt
Angus Leeming wrote: In src/frontends/controllers/helper_funcs.C, try removing the ':' from Please report back if LaTeX is happy. LaTeX is happy and I am happy, too :-) What astonishes me is the fact that LyX 1.4 works without a patch. Maybe it converts paths before the character

Script alternative - Ch (Was: Windows installer)

2005-05-31 Thread chr
On Tue, 31 May 2005, Angus Leeming wrote: That leaves the question of what to replace it with. I understand that we came to the concensus that it would be nice to use one scripting language only. Python, perl, javascript, ruby, lisp, etc, etc. They are all perfectly reasonable choices, but...

Re: Graphics path with :

2005-05-31 Thread Angus Leeming
Michael Schmitt wrote: Angus Leeming wrote: In src/frontends/controllers/helper_funcs.C, try removing the ':' from Please report back if LaTeX is happy. LaTeX is happy and I am happy, too :-) Then I'll commit the patch... Done. What astonishes me is the fact that LyX 1.4 works without a

The agile manifesto

2005-05-31 Thread Asger Ottar Alstrup
Lars Gullik Bjønnes wrote: Asger Ottar Alstrup [EMAIL PROTECTED] writes: | Prefer working software to comprehensive documentation. I belive the manifesto is a bit larger than that :-) Not much. From memory: Individuals and interactions over processes and tools Working software over

Re: The agile manifesto

2005-05-31 Thread Lars Gullik Bjønnes
Asger Ottar Alstrup [EMAIL PROTECTED] writes: | Individuals and interactions over processes and tools | Working software over comprehensive documentation | Responding to change over following a plan | Customer collaboration over contract negotiation | Check www.agilemanifesto.org if you want to

Mac build problem

2005-05-31 Thread Rob Bearman
Does anyone else see this? Fresh CVS check out/build. OS X 10.4. I've built successfully on Tiger before. g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -I../../../src -I../../../src/frontends -I../../../images -I/Users/robbear/dev/qt-mac-free-3.3.4/include

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

2005-05-31 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Tue, 2005-05-31 at 09:55, Lars Gullik Bjønnes wrote: Martin Vermeer [EMAIL PROTECTED] writes: So it seems to fix most problems we have and feels uniformly better that what we have right now? If so... | Yes, I believe so. | Therefore I

Re: Mac build problem

2005-05-31 Thread Angus Leeming
Rob Bearman wrote: Does anyone else see this? Fresh CVS check out/build. OS X 10.4. I've built successfully on Tiger before. Nope. But different Qt versions may behave differently. QBibtexDialog.C:153: error: could not convert `QLineEdit::text() const()' to Does the attached patch cure the

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: Another bug: When you uninstall, it does not unregister the .lyx file association. I don't see this. The installer makes the following registry entries: HKCR\.lyx\LyX HKCR\.lyx\application/lyx It removes these on install (see It does not remove

Re: Mac build problem

2005-05-31 Thread Rob Bearman
On 5/31/05 12:43 PM, Angus Leeming [EMAIL PROTECTED] wrote: Rob Bearman wrote: Does anyone else see this? Fresh CVS check out/build. OS X 10.4. I've built successfully on Tiger before. Nope. But different Qt versions may behave differently. QBibtexDialog.C:153: error: could not convert

Re: Windows installer

2005-05-31 Thread Angus Leeming
Angus Leeming wrote: You can find the resulting installer itself at http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in size. just wondering: a colleague wants to install lyx under windows. should he use this installer or is it better to use ruurd's files...? thanks

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

2005-05-31 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: >> So it seems to fix most problems we have and feels uniformly better that >> what we have right now? If so... > | Yes, I believe so. > | Therefore I will commit the attached, if no new objections come up. I | have somewhat thoroughly tested this with

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

2005-05-31 Thread Asger Alstrup
Jean-Marc Lasgouttes wrote: I was just gratuitously bitching about the flight to/from Paris, since you said yourself it was too slow and too expensive... Ah, I see. Yes, I'll just let you have all the pain :-) The only compensation is a hot climate, a nice swimming pool, a nice view, and all

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

2005-05-31 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Then this will be automatically installed by autogen.sh. Well, we need to have the right one to generate the tarball anyway. Lars> Will that help at all? Or does libtool have a problem with Lars> FreeBSD and Darwin in

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

2005-05-31 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Alstrup <[EMAIL PROTECTED]> writes: Asger> If the meeting had been at another point in time, I'd have no Asger> problem taking an expensive & bad connection to Paris, but Asger> since it's in the middle of my precious vacation, my tolerance Asger> is lower. Sure, I

Re: Graphics path with ":"

2005-05-31 Thread Angus Leeming
Michael Schmitt wrote: > 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? In src/frontends/controllers/helper_funcs.C, try removing the ':' from

Re: Graphics path with ":"

2005-05-31 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Reading http://wiki.lyx.org/LaTeX/FilesWithSpecialChars and Angus> http://wiki.lyx.org/uploads/LaTeX/FilesWithSpecialChars/filenames.tex, Angus> I don't see why a ':' in a file name won't work, but you're the Angus> one using this

Re: Translation of layout files

2005-05-31 Thread Jean-Marc Lasgouttes
> "G" == G Milde <[EMAIL PROTECTED]> writes: G> 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.

Re: Graphics path with ":"

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Reading http://wiki.lyx.org/LaTeX/FilesWithSpecialChars and > Angus> http://wiki.lyx.org/uploads/LaTeX/FilesWithSpecialChars/filenames.tex, > Angus> I don't see why a ':' in a file name won't work, but you're the > Angus> one using this stuff... > > I guess

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Angus Leeming wrote: I think I'd like to add this to development/Windows. OK? Go ahead. You can find the resulting installer itself at http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in size. As such, I'm quite pleased with the installer. Me too. Good work! > However,

Re: Graphics path with ":"

2005-05-31 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> One thing that I have noticed (not a bug, but an inconsistency) Angus> is that in the Preferences dialog, the Paths pane displays all Angus> paths in UNIX style. This looks a little odd because at the Angus> bottom of the list is

Re: [PATCH] Bug 1892: inserting an index or a tabular can move the cursor.

2005-05-31 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Here is a patch for this bug, which boils down to: Jean-Marc> createInset should create insets, and dispatch is Jean-Marc> responsible for spawning dialogs if needed. The Jean-Marc> constification of getStringToIndex

[PATCH] bug 1891: note-next triggers assertion

2005-05-31 Thread Jean-Marc Lasgouttes
The following patch repairs gotoInset so that it does not crash when the document is empty. OK? JMarc Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2189 diff -u -p

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> As such, I'm quite pleased with the installer. However, it is Angus> not yet complete. It should run the Resources/lyx/configure Angus> script but doing so will require it to check for/find a unix Angus> shell environment. I plan

Re: [PATCH] bug 1891: note-next triggers assertion

2005-05-31 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | The following patch repairs gotoInset so that it does not crash when | the document is empty. > | OK? sure. | if (!gotoNextInset(tmpcur, codes, contents)) { | - if (tmpcur != doc_iterator_begin(tmpcur.inset())) { h| +

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> As such, I'm quite pleased with the installer. However, it is > Angus> not yet complete. It should run the Resources/lyx/configure > Angus> script but doing so will require it to check for/find a unix > Angus> shell environment. I plan to add this support but,

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Alstrup <[EMAIL PROTECTED]> writes: Asger> Once again, I'll say that rewriting configure in some other Asger> programming language would be a scoop. I've seen a few projects Asger> use JavaScript: libxml, libxslt, but you almost had a shell in Asger> c++, which I believe

Re: Windows installer

2005-05-31 Thread Asger Alstrup
Jean-Marc Lasgouttes wrote: I see two possibilities: - rewrite in python - rewrite in C++ inside LyX. I am not sure how maintainable it would be. As I said, other projects have decided to use JavaScript. That is better than Python, since it does not require Python. JavaScript is part of

Re: Windows installer

2005-05-31 Thread Angus Leeming
Asger Alstrup wrote: > Angus Leeming wrote: >> I think I'd like to add this to development/Windows. OK? > > Go ahead. > >> You can find the resulting installer itself at >> http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in >> size. >> >> As such, I'm quite pleased with the

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: As such, I'm quite pleased with the Angus> installer. However, it is not yet complete. It should run the Angus> Resources/lyx/configure script but doing so will require it to Angus> check for/find a unix

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Alstrup <[EMAIL PROTECTED]> writes: Asger> Jean-Marc Lasgouttes wrote: >> I see two possibilities: - rewrite in python - rewrite in C++ >> inside LyX. I am not sure how maintainable it would be. Asger> As I said, other projects have decided to use JavaScript. That Asger>

Re: Graphics path with ":"

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> One thing that I have noticed (not a bug, but an inconsistency) > Angus> is that in the Preferences dialog, the Paths pane displays all > Angus> paths in UNIX style. This looks a little odd because at the > Angus> bottom of the list is the "prepend_path"

Re: Windows installer

2005-05-31 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Trivially easy but pointless if I can't get Angus> Resources/lyx/configure to run. (Pointless because LyX will Angus> refuse to start if it can't find the generated lyxrc.defaults Angus> file.) I think we should change that and

Re: [PATCH] bug 1891: note-next triggers assertion

2005-05-31 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> tmpcur invalidated by gotoNextInset? Yes, when getoNextInset fails, it means that tmpcur is empty. Thefore there is no tmpcur.inset() to test against. I am not sure ho I managed to miss that. The second part of the fix is to

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Jean-Marc Lasgouttes wrote: As such, I'm quite pleased with the > Angus> installer. However, it is not yet complete. It should run the > Angus> Resources/lyx/configure script but doing so will require it to > Angus> check for/find a unix shell environment. I

Re: Windows installer

2005-05-31 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Trivially easy but pointless if I can't get > Angus> Resources/lyx/configure to run. (Pointless because LyX will > Angus> refuse to start if it can't find the generated lyxrc.defaults > Angus> file.) > > I think we should change that and have LyX look for

RE: Re: Windows installer

2005-05-31 Thread Leuven, E.
> Angus Leeming wrote: >> You can find the resulting installer itself at >> http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in >> size. just wondering: a colleague wants to install lyx under windows. should he use this installer or is it better to use ruurd's files...? thanks &

Re: Translation of layout files

2005-05-31 Thread G. Milde
On 31.05.05, Jean-Marc Lasgouttes wrote: > > "G" == G Milde <[EMAIL PROTECTED]> writes: > > G> On 27.05.05, Jean-Marc Lasgouttes wrote: > >> > "G" == G Milde <[EMAIL PROTECTED]> writes: > I understand what the problem is. I just say that Labelstring is not > supposed to be used for

RE: Re: Windows installer

2005-05-31 Thread Angus Leeming
Leuven, E. wrote: >> Angus Leeming wrote: >>> You can find the resulting installer itself at >>> http://www.devel.lyx.org/~leeming/lyx_setup_136.exe. It's 5.8 MB in >>> size. > > just wondering: a colleague wants to install lyx under windows. should he > use this installer or is it better to use

Re: Windows installer

2005-05-31 Thread Angus Leeming
Angus Leeming wrote: Finally a question: did you use the most aggressive 7-zip compression? 5.8 Mb is a bit steep, >> >> Angus> Crappy old zip compression: 8MB. bzip2 compression: 6.7MB Brand >> Angus> new lmza compression: 5.8MB. >> >> And this does not include the docs, it seems. >>

  1   2   >