Re: [PATCH] Bugs 448, 3434, and related problems

2007-04-23 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > This is actually the proverbial can of worm. Juergen, you are probably > the one who knows best about this (alignment and tables). If you mean me: no, actually not. Jürgen

Re: File renamings after beta 2?

2007-04-23 Thread Peter Kümmel
Andre Poenitz wrote: > On Mon, Apr 23, 2007 at 11:40:34AM -0500, Bo Peng wrote: So the conclusion is that you guys are outnumbered. :-) Complain now or never: >>> Do you mean you have done the work already? >> No. It is a lot of work. If nobody objects, I plain to do something like >

Enabling or disabling natbib/bibtex causes temporary LaTeX errors.

2007-04-23 Thread John McCabe-Dansted
The first time I "View DVI" after enabling or disabling natbib, I get LaTeX errors. The second time I do a "View DVI", the problem goes away. Do other people notice this bug in 1.5.0svn? This bug is easy to work around, but can be worrying if you don't know you can just redo "View DVI" to fix res

Re: Python question

2007-04-23 Thread Richard Heck
Uwe Stöhr wrote: Bo Peng schrieb: What is wrong with this python code: document.body[h][j] = "|" This is the lyx2lyx handling. "document" is a string array that contains the whole LyX-document. "document.body[h]" returns a line. I can set this simply by document.body[h] = "blabla" But I cann

question about the unicodesymbols file

2007-04-23 Thread Uwe Stöhr
I just committed a patch to the inicodesymbolds file to be able to write Armenian texts using the ArmTeX-package. It works well, except of bug 3498. In the file I defined "armtex" as package that yould be used when one of the characters in inserted to LyX. I expect that LyX will then automatica

Re: Python question

2007-04-23 Thread Uwe Stöhr
Bo Peng schrieb: What is wrong with this python code: document.body[h][j] = "|" I have no idea about what is document, but you can always print document.body[h] to see what is going on. This is the lyx2lyx handling. "document" is a string array that contains the whole LyX-document. "docum

Re: Python question

2007-04-23 Thread Neal Becker
Bo Peng wrote: > On 4/23/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: >> What is wrong with this python code: >> >> document.body[h][j] = "|" > > I have no idea about what is document, but you can always > print document.body[h] > to see what is going on. > > Bo Strings are immutable.

Re: File renamings after beta 2?

2007-04-23 Thread Bernhard Roider
Martin Vermeer wrote: On Mon, 23 Apr 2007 11:18:45 +0200 Andre Poenitz <[EMAIL PROTECTED]> wrote: On Mon, Apr 23, 2007 at 10:51:55AM +0200, [EMAIL PROTECTED] wrote: I am thinking about something like s/QL//g and s/Q//g in src/frontends/qt4. And all .C to .cpp? Why? (I don't remember a conse

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Bo Peng
At least the casing of aspell and chktex do not match the class. Sorry, but I do not have time to check more throughly. You can change these on a one by one basis, and I will not do anything until I get enough passes (>= 3?) Bo

Re: Python question

2007-04-23 Thread Bo Peng
On 4/23/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: What is wrong with this python code: document.body[h][j] = "|" I have no idea about what is document, but you can always print document.body[h] to see what is going on. Bo

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Please use this version. Bo At least the casing of aspell and chktex do not match the class. Sorry, but I do not have time to check more throughly. JMarc

Python question

2007-04-23 Thread Uwe Stöhr
What is wrong with this python code: document.body[h][j] = "|" Python does complain here "TypeError: 'str' object doesn't support slice assignment" (I need this for lyx2lyx.) thanks and regards Uwe

Re: Tentative rename.sh, please comment!

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Bo Peng wrote: Or on a wiki page. ... PS. And for those of us who are paranoid, ... I actually though of this, but did not do that because of the same concern. Anyway, rename.sh is in svn now and a script is ready to do the change, which basically generates and execute

Re: File renamings after beta 2?

2007-04-23 Thread Bo Peng
So keep your hands off. I have no problem with that. I have proposed all changes in rename.sh (in svn), please proceed in anyway you deem appropriate. Cheers, Bo

Re: File renamings after beta 2?

2007-04-23 Thread Andre Poenitz
On Mon, Apr 23, 2007 at 11:40:34AM -0500, Bo Peng wrote: > >> So the conclusion is that you guys are outnumbered. :-) > >> > >> Complain now or never: > > > >Do you mean you have done the work already? > > No. It is a lot of work. If nobody objects, I plain to do something like > > foreach f in (

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Bo Peng
Or on a wiki page. ... PS. And for those of us who are paranoid, ... I actually though of this, but did not do that because of the same concern. Anyway, rename.sh is in svn now and a script is ready to do the change, which basically generates and executes a huge list of perl -pi.bak -e 's/([^|

Re: Tentative rename.sh, please comment!

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, [EMAIL PROTECTED] wrote: On Mon, 23 Apr 2007, Bo Peng wrote: > Also clean_dvi.py ==> CleanDvi.py, not CleanVi.py. Attached is yet another version. Maybe I should put it in svn so that others can make changes? Or on a wiki page. If you use a wiki page, you could do i

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Bo Peng
I would propose to leave files that only declare functions (like bufferview_funcs.C) as they are. The fact that they are in lowercase would differentiate them efficiently. Or maybe bufferViewFuncs.C This makes sense. How about those _fwd and _pimpl files? Anyway, I have put this file in svn beca

Re: Tentative rename.sh, please comment!

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Bo Peng wrote: Also clean_dvi.py ==> CleanDvi.py, not CleanVi.py. Attached is yet another version. Maybe I should put it in svn so that others can make changes? Or on a wiki page. If you use a wiki page, you could do it like this to preserve whitespace and use a monos

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Richard Heck
Jean-Marc Lasgouttes wrote: > Bo> Attached is yet another version. Maybe I should put it in svn so > Bo> that others can make changes? > > I would propose to leave files that only declare functions (like > bufferview_funcs.C) as they are. The fact that they are in lowercase > would differentiate th

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Also clean_dvi.py ==> CleanDvi.py, not CleanVi.py. Bo> Attached is yet another version. Maybe I should put it in svn so Bo> that others can make changes? I would propose to leave files that only declare functions (like bufferview_funcs.C) as th

Re: File renamings after beta 2?

2007-04-23 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Why don't you do the useful part (proper names) instead of Jean-Marc> focusing on the one people do not agree about? Remember Jean-Marc> this all started from Andre's proposal to rename the qt4 Jean-Marc> files. Oops

Re: [Cvslog] r17915 - in /lyx-devel/trunk: lib/bind/aqua.bind src/lyxf...

2007-04-23 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Why did you remove view-source? Look at the logic. This case was already covered as far as I know. JMarc

Re: File renamings after beta 2?

2007-04-23 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> > I'd rather rename the file to the name of the (main) class they > >> contain. Bo> So everybody please hold on any file rename now. I will send a Bo> shell script that contains lines like Bo> svn rename ./src/aspell.C ./src/aspell.cpp svn ren

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Bo Peng
Missed that one. Fixed. Also clean_dvi.py ==> CleanDvi.py, not CleanVi.py. Bo

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Bo Peng
On 4/23/07, Richard Heck <[EMAIL PROTECTED]> wrote: Why paragraphPimpl rather than ParagraphPimpl? Not that it matters all that much. Just looks funny compared to all the rest. Missed that one. Fixed. Thanks. Bo

Re: Tentative rename.sh, please comment!

2007-04-23 Thread Richard Heck
Why paragraphPimpl rather than ParagraphPimpl? Not that it matters all that much. Just looks funny compared to all the rest. rh -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/

Re: [Cvslog] r17915 - in /lyx-devel/trunk: lib/bind/aqua.bind src/lyxf...

2007-04-23 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: lasgouttes Date: Mon Apr 23 11:35:28 2007 New Revision: 17915 URL: http://www.lyx.org/trac/changeset/17915 Log: remove outdated "status" file Modified: lyx-devel/trunk/src/lyxfunc.C URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/lyxfunc.C?rev=17915

Re: Patch for READM

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, José Matos wrote: On Monday 23 April 2007 7:07:50 pm [EMAIL PROTECTED] wrote: A patch is attached, shall I commit? Yep. done -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: [Bug 3458] don't use "\\" as delimiter

2007-04-23 Thread Michael Gerz
Uwe, I don't see your commits in the cvs mailing list, neither! (Edwin had the same problem before) Michael [EMAIL PROTECTED] schrieb: http://bugzilla.lyx.org/show_bug.cgi?id=3458 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [PATCH] Bugs 448, 3434, and related problems

2007-04-23 Thread Richard Heck
Richard Heck wrote: > Jean-Marc Lasgouttes wrote: > >> Richard> One question is how spacing and alignment should be handled >> Richard> in commands that have moving arguments. The existing code is >> Richard> inconsistent: \begin{onehalfspacing} >> Richard> \section{\protect\begin{flushright}Sec

2nd try: Adding a reference to ANNOUNCE (Was something else

2007-04-23 Thread christian . ridderstrom
I'm apparently trying to understand a moving target here, so I'll give it a second shot now that 'status' has disappeared etc. In the trunk we have: * trunk/README * trunk/ANNOUNCE * trunk/NEWS * trunk/RELEASE-NOTES where * trunk/README - this is to be read first by someone using the source. I

Re: Patch for READM

2007-04-23 Thread José Matos
On Monday 23 April 2007 7:07:50 pm [EMAIL PROTECTED] wrote: > A patch is attached, shall I commit? Yep. > /C -- José Abílio

Patch for READM

2007-04-23 Thread christian . ridderstrom
About README: I think the text about version numbers could say that the LyX file format is never changed within a LyX 1.x-series, only between say 1.4 and 1.5. Should I make a suggestion and send it to the list? Yes, on both subjects. A patch is attached, shall I commit? /C -- Christian

Re: French quotes

2007-04-23 Thread Alain Bertrand
Jean-Marc Lasgouttes a écrit : Alain> On my linux system with Texlive, Alain> \documentclass[10pt,frenchb]{article} Alain> \usepackage[utf8]{inputenc} \usepackage{babel} Alain> works well, but I don't know whether this is really good latex. Yes this is reasonable latex. Could you try to underst

Re: Proper voting about file exteions (Was: File renamings after bet)

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Edwin Leuven wrote: [EMAIL PROTECTED] wrote: Maybe... I vote a very confident -0.5 against changing the extensions... (I hadn't thought about using fractions before, a solid -1 is too much for me, but a -0.5 works:-) then i vote a 1.5 for changing 'em who needs capit

Re: ..\LyXWinInstaller\specials\stdtoolbars.inc

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Bo Peng wrote: Could you use Joost's small viewer application? (I.e. the one that launches Acrobat) And the lyxc launcher (then we are merging two installers...) The good news is that I (think) understand the NSIS code in case Uwe has any questions. /Christian -- C

Re: LyX version 1.5.0 (beta 2) is released

2007-04-23 Thread Bennett Helm
I've now produced a universal binary of 1.5.0-beta-2 for Mac. It can be found here: Could someone please move it to the appropriate server? (I'll then announce it.) Thanks. Bennett On Apr 22, 2007, at 1:18 PM, José M

Re: Missing CVS Logs for Edwin

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Richard Heck wrote: Jean-Marc Lasgouttes wrote: Edwin> [EMAIL PROTECTED] wrote: $ ssh aussie.lyx.org aussie> mail Edwin> back to the 70s You should definitely set up a .forward file in your lyx.org account. Thanks, I didn't have a .forward, so I created a .procmailr

Re: Proper voting about file exteions (Was: File renamings after bet)

2007-04-23 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: Maybe... I vote a very confident -0.5 against changing the extensions... (I hadn't thought about using fractions before, a solid -1 is too much for me, but a -0.5 works:-) then i vote a 1.5 for changing 'em who needs capitals (apart to live in)?

Proper voting about file exteions (Was: File renamings after bet)

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Bo Peng wrote: On 4/23/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> Martin> Anyway, seems I am outnumbered on this one. Actually, I tend to fell as you do, but I do not care enough to complain. So the conclusion is that you guys are outnumbered. :-) Maybe... I vot

Re: File renamings after beta 2?

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Martin Vermeer wrote: I remember being opposed. .cpp, .hpp is a windowsism. Yeap. One of the problems with .C is that .c and .C are the same under windows, and caused some trouble in scons (which I overcame with some efforts). When I used this as an argument, Lars, IIRC, r

Re: Nomencl version

2007-04-23 Thread José Matos
On Monday 23 April 2007 5:52:23 pm Jean-Marc Lasgouttes wrote: > > Georg> The only problem with this is the docbook output. AFAIK docbook > Georg> does not support a nomenclature or list of symbols. Maybe one > Georg> could use variablelist, but it does not fit exactly. IMHO > Georg> glossary shoul

Re: [PATCH] Bugs 448, 3434, and related problems

2007-04-23 Thread Richard Heck
Jean-Marc Lasgouttes wrote: > Richard> One question is how spacing and alignment should be handled > Richard> in commands that have moving arguments. The existing code is > Richard> inconsistent: \begin{onehalfspacing} > Richard> \section{\protect\begin{flushright}Section > Richard> Name\protect\en

Re: File renamings after beta 2?

2007-04-23 Thread Peter Kümmel
Martin Vermeer wrote: > On Mon, 23 Apr 2007 11:18:45 +0200 > Andre Poenitz <[EMAIL PROTECTED]> wrote: > >> On Mon, Apr 23, 2007 at 10:51:55AM +0200, [EMAIL PROTECTED] wrote: >> I am thinking about something like s/QL//g and s/Q//g in >> src/frontends/qt4. And all .C to .cpp? >>> Why

Re: File renamings after beta 2?

2007-04-23 Thread Peter Kümmel
José Matos wrote: > On Monday 23 April 2007 3:59:48 pm Bo Peng wrote: >> LyxCB (what is cb?) > > Callback, this has been in the code since (at least) version 0.5. :-) > Then please LyXCallback, to help all those >1.4 lyxers ;) Peter

Re: File renamings after beta 2?

2007-04-23 Thread José Matos
On Monday 23 April 2007 5:56:33 pm Bo Peng wrote: > > > I'd rather rename the file to the name of the (main) class they > > > contain. > > So everybody please hold on any file rename now. I will send a shell > script that contains lines like > > svn rename ./src/aspell.C ./src/aspell.cpp > svn rena

Re: File renamings after beta 2?

2007-04-23 Thread José Matos
On Monday 23 April 2007 5:52:23 pm Richard Heck wrote: > Yes, please. It can be a real pain in the when you're looking for a > class definition that the filenames don't correspond to the classes. > > rh +100 -- José Abílio

Re: File renamings after beta 2?

2007-04-23 Thread Bo Peng
> I'd rather rename the file to the name of the (main) class they > contain. So everybody please hold on any file rename now. I will send a shell script that contains lines like svn rename ./src/aspell.C ./src/aspell.cpp svn rename ./src/ConverterCache.C ./src/ConverterCache.cpp to the list la

Re: File renamings after beta 2?

2007-04-23 Thread Richard Heck
Jean-Marc Lasgouttes wrote: >> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> > > Bo> 2. Capitalize all single word filenames > Bo> under src: cursor.C => Cursor.cpp, main.C ==> Main.C etc. This is > Bo> not absolutely necessary but should look better when 3 is done. 3. > Bo> R

Re: Nomencl version

2007-04-23 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> I prefer the doc version, because the tests in tex seem to be error >> prone to me. >> >> What about the following updated version? Only the LaTeXFeatures >> part has been changed. Georg> Fine with me.

Re: Nomencl version

2007-04-23 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> What I forgot: Of course you can misuse the nomencl stuff for Georg> glossaries and redefine \nomname in the preamble, but I don't Georg> think that LyX should do that. Indeed. JMarc

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Richard Heck
Jean-Marc Lasgouttes wrote: > Edwin> [EMAIL PROTECTED] wrote: > >>> $ ssh aussie.lyx.org >>> > aussie> mail > > Edwin> back to the 70s > > You should definitely set up a .forward file in your lyx.org account. > I don't know why, but I couldn't get .forward to work with just the email a

Re: File renamings after beta 2?

2007-04-23 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> 2. Capitalize all single word filenames Bo> under src: cursor.C => Cursor.cpp, main.C ==> Main.C etc. This is Bo> not absolutely necessary but should look better when 3 is done. 3. Bo> Rename all multiple word filenames under src in the form of

Re: Nomencl version

2007-04-23 Thread Georg Baum
Georg Baum wrote: > Jean-Marc Lasgouttes wrote: >> Then the is the problem of glossary versus nomenclature. At least my >> version of nomencl.sty writes a helpful "Nomenclature" heading in >> front of my glossary. This is stupid. > > Did you see Ugras' explanation for the choice of nomencl? IMHO

Re: Nomencl version

2007-04-23 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > I prefer the doc version, because the tests in tex seem to be > error prone to me. > > What about the following updated version? Only the LaTeXFeatures part > has been changed. Fine with me. Do you put that in, or shall I do? > Then the is the problem of glossary v

Re: File renamings after beta 2?

2007-04-23 Thread Bo Peng
> So the conclusion is that you guys are outnumbered. :-) > > Complain now or never: Do you mean you have done the work already? No. It is a lot of work. If nobody objects, I plain to do something like foreach f in (`find . -name '*.C'`) svn mv $f $f:r.cpp end svn ci and then do the more tro

Re: [PATCH] Bugs 2474 and 1777: Reference Selection

2007-04-23 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > By the way, running several of these dialogs through the debugger, I've > > noticed that this is generally true: if you go through update_contents() > > once, you'll go through it two or three times. This does not seem like a > > good thing, but I d

Re: File renamings after beta 2?

2007-04-23 Thread Martin Vermeer
On Mon, Apr 23, 2007 at 11:21:15AM -0500, Bo Peng wrote: > On 4/23/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > >> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > > >Martin> Anyway, seems I am outnumbered on this one. > > > >Actually, I tend to fell as you do, but I do not c

Re: File renamings after beta 2?

2007-04-23 Thread Abdelrazak Younes
Bo Peng wrote: On 4/23/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Anyway, seems I am outnumbered on this one. Actually, I tend to fell as you do, but I do not care enough to complain. So the conclusion is that you

Re: File renamings after beta 2?

2007-04-23 Thread Bo Peng
On 4/23/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Anyway, seems I am outnumbered on this one. Actually, I tend to fell as you do, but I do not care enough to complain. So the conclusion is that you guys are outnumb

Re: File renamings after beta 2?

2007-04-23 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Actually, I tend to fell as you do, but I do not care enough to >> complain. Abdelrazak> Hum, you tend to 'feel'? Abdelrazak> Lapsus revelateur? Indeed :) JMarc

Re: French quotes

2007-04-23 Thread Jean-Marc Lasgouttes
> "Alain" == Alain Bertrand <[EMAIL PROTECTED]> writes: Alain> Abdelrazak Younes a écrit : Alain> OK Sorry for not posting an MCE. Alain> On my linux system with Texlive, Alain> \documentclass[10pt,frenchb]{article} Alain> \usepackage[utf8]{inputenc} \usepackage{babel} Alain> works well, but

Re: File renamings after beta 2?

2007-04-23 Thread José Matos
On Monday 23 April 2007 5:04:11 pm Jean-Marc Lasgouttes wrote: > Actually, I tend to fell as you do, but I do not care enough to > complain. +1 > JMarc -- José Abílio

Re: File renamings after beta 2?

2007-04-23 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Anyway, seems I am outnumbered on this one. Actually, I tend to fell as you do, but I do not care enough to complain. Hum, you tend to 'feel'? Lapsus revelateur? Abdel ;-)

Re: [PATCH] Bugs 448, 3434, and related problems

2007-04-23 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> One question is how spacing and alignment should be handled Richard> in commands that have moving arguments. The existing code is Richard> inconsistent: \begin{onehalfspacing} Richard> \section{\protect\begin{flushright}Section R

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> [EMAIL PROTECTED] wrote: >> $ ssh aussie.lyx.org aussie> mail Edwin> back to the 70s You should definitely set up a .forward file in your lyx.org account. JMarc

Re: Beta 2 someday?

2007-04-23 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes: christian> Or one of these, but much bigger... christian> http://ars.userfriendly.org/cartoons/?id=20070418 Yes, this is what I had in mind actually. JMarc

Re: File renamings after beta 2?

2007-04-23 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Anyway, seems I am outnumbered on this one. Actually, I tend to fell as you do, but I do not care enough to complain. JMarc

Re: French quotes

2007-04-23 Thread Alain Bertrand
Abdelrazak Younes a écrit : Abdelrazak Younes wrote: Abdelrazak Younes wrote: On the second one, LyX hangs a _long_ time before the latex file is compiled. Unfortunately, Yap doesn't seems to like the generated dvi. With pdflatex this is even worse: LyX hangs forever. It seems to be a latex

Re: [PATCH] Bugs 2474 and 1777: Reference Selection

2007-04-23 Thread Abdelrazak Younes
Richard Heck wrote: This patch was sent to the list a few days back. I'm reposting it before committing, in case anyone wants to comment. The previous code for setting a "default" reference was irremediably broken. State has to be maintained in QRef itself, not in the list widget, which gets cle

[PATCH] Bugs 448, 3434, and related problems

2007-04-23 Thread Richard Heck
Attached is the most recent version of this patch. There is still some work to be done here, but comments are welcome on the general approach. One question is how spacing and alignment should be handled in commands that have moving arguments. The existing code is inconsistent: \begin{onehalfspaci

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Edwin Leuven
[EMAIL PROTECTED] wrote: $ ssh aussie.lyx.org aussie> mail back to the 70s

Re: development\Win32\packaging\installer\LyXWinInstaller\specials\stdtoolbars.inc

2007-04-23 Thread Bo Peng
Could you use Joost's small viewer application? (I.e. the one that launches Acrobat) And the lyxc launcher (then we are merging two installers...) Bo

[PATCH] Bugs 2474 and 1777: Reference Selection

2007-04-23 Thread Richard Heck
This patch was sent to the list a few days back. I'm reposting it before committing, in case anyone wants to comment. The previous code for setting a "default" reference was irremediably broken. State has to be maintained in QRef itself, not in the list widget, which gets cleared every time throu

Re: Missing CVS Logs for Edwin

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Edwin Leuven wrote: Jean-Marc Lasgouttes wrote: Did you go to http://www.lyx.org/mailman/listinfo/cvslog ? yeah, and i presume that after subscribing using [EMAIL PROTECTED] i will need to confirm something using that account... $ ssh aussie.lyx.org aussie> mail /

Re: File renamings after beta 2?

2007-04-23 Thread Martin Vermeer
On Mon, 23 Apr 2007 07:50:39 -0700 Bo Peng <[EMAIL PROTECTED]> wrote: > On 4/23/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 23, 2007 at 03:06:36PM +0300, Martin Vermeer wrote: > > > I remember being opposed. .cpp, .hpp is a windowsism. > > Yeap. One of the problems with .C is tha

Re: [PATCH-updated] Bug 3478

2007-04-23 Thread Richard Heck
Committed this version. Bernhard Roider wrote: > there is an error in the previous patch. of course i would suggest > this one. > > bernhard > > > Index: insetbibtex.C > ==

Re: French quotes

2007-04-23 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: What I would like to see is the error message that you get when you run LaTeX with the 'use babel' box checked. Abdelrazak> On the first document, with or without the babel option, Abdelrazak> the dvi i

Re: development\Win32\packaging\installer\LyXWinInstaller\specials\stdtoolbars.inc

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Uwe Stöhr wrote: The only difference is that I dropped there the "Update View PDF" button as this identic on Windows with the "View PDF" button. I did this to avoid confusions. Wen pressing the "View PDF" button the PDF is shown, or when it is already displayed its view is

Re: French quotes

2007-04-23 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: On the second one, LyX hangs a _long_ time before the latex file is compiled. Unfortunately, Yap doesn't seems to like the generated dvi. With pdflatex this is even worse: LyX hangs forever. It seems to be a latex problem because LyX occupy n

Re: Beta 2 someday?

2007-04-23 Thread christian . ridderstrom
On Mon, 23 Apr 2007, Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: Can I have beer too? Georg> You are most welcome. Do you need one now? Unfortunately I Georg> don't have a beer teleporter ;-) A beer thrower could do, if y

Re: File renamings after beta 2?

2007-04-23 Thread Martin Vermeer
On Mon, 23 Apr 2007 15:53:32 +0200 Andre Poenitz <[EMAIL PROTECTED]> wrote: > On Mon, Apr 23, 2007 at 03:06:36PM +0300, Martin Vermeer wrote: > > I remember being opposed. .cpp, .hpp is a windowsism. > > So how 'opposed' are you? > > Andre' Hmmm... I am just in the mood to be opposed. If there

Re: crash while closing

2007-04-23 Thread Jürgen Spitzmüller
Bo Peng wrote: > I am not sure how to reproduce this, but please file a bug report on > bugzilla. Michael already did this: http://bugzilla.lyx.org/show_bug.cgi?id=3488 Jürgen

Re: File renamings after beta 2?

2007-04-23 Thread José Matos
On Monday 23 April 2007 3:59:48 pm Bo Peng wrote: > LyxCB (what is cb?) Callback, this has been in the code since (at least) version 0.5. :-) -- José Abílio

Re: File renamings after beta 2?

2007-04-23 Thread Abdelrazak Younes
Bo Peng wrote: And standardization of lyxfunc, lyx_cb etc? By this I mean: LyXAction lyx_cb lyxfind lyxgluelength lyxtextclasslist cursor_slice to LyxAction LyxCB (what is cb?) This should eventually go in 1.6. LyxFind LyxGlueLength LyxTextClassList CursorSlice or lyx_action lyx_cb lyx

Re: French quotes

2007-04-23 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> What I would like to see is the error message that you get when you >> run LaTeX with the 'use babel' box checked. Abdelrazak> On the first document, with or without the babel option, Abdelrazak> the dvi is generated but witho

Re: French quotes

2007-04-23 Thread Abdelrazak Younes
Abdelrazak Younes wrote: On the second one, LyX hangs a _long_ time before the latex file is compiled. Unfortunately, Yap doesn't seems to like the generated dvi. With pdflatex this is even worse: LyX hangs forever. It seems to be a latex problem because LyX occupy no cpu. Side note: There s

Re: File renamings after beta 2?

2007-04-23 Thread Bo Peng
And standardization of lyxfunc, lyx_cb etc? By this I mean: LyXAction lyx_cb lyxfind lyxgluelength lyxtextclasslist cursor_slice to LyxAction LyxCB (what is cb?) LyxFind LyxGlueLength LyxTextClassList CursorSlice or lyx_action lyx_cb lyx_find lyx_glue_length lyx_textclasslist cursor_slice

Re: French quotes

2007-04-23 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> http://bugzilla.lyx.org/show_bug.cgi?id=3465 Here is the comment I just added to the bug: I think "use babel" does not mean what you think it means (if you think in terms of B. Gaulle's french.sty versu

Re: File renamings after beta 2?

2007-04-23 Thread Bo Peng
On 4/23/07, Andre Poenitz <[EMAIL PROTECTED]> wrote: On Mon, Apr 23, 2007 at 03:06:36PM +0300, Martin Vermeer wrote: > I remember being opposed. .cpp, .hpp is a windowsism. Yeap. One of the problems with .C is that .c and .C are the same under windows, and caused some trouble in scons (which I

Re: French quotes

2007-04-23 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> http://bugzilla.lyx.org/show_bug.cgi?id=3465 Here is the comment I just added to the bug: I think "use babel" does not mean what you think it means (if you think in terms of B. Gaulle's french.sty versus babel's french option).

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Jean-Marc Lasgouttes wrote: >> Did you go to http://www.lyx.org/mailman/listinfo/cvslog ? Edwin> yeah, and i presume that after subscribing using [EMAIL PROTECTED] Edwin> i will need to confirm something using that account... Exact

Re: crash while closing

2007-04-23 Thread Bo Peng
1.5svn crashed on my while doing the following: - open LyX - while attempting to load the two documents remembered by session, LyX asked my whether one of them, where the backup is newer, should be restored or not - I hit "cancel", so only one of the two files was loaded - now i closed that remai

Re: Nomencl version

2007-04-23 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Here are my solutions: config.diff follows the idea suggested Georg> by Jean-Marc: Test for the nomencl version in chkconfig.ltx and Georg> put either "nomencl" or "nomencl" and "oldnomencl" to the Georg> packages.list file. Then the a

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Edwin Leuven
Jean-Marc Lasgouttes wrote: Did you go to http://www.lyx.org/mailman/listinfo/cvslog ? yeah, and i presume that after subscribing using [EMAIL PROTECTED] i will need to confirm something using that account...

Re: development\Win32\packaging\installer\LyXWinInstaller\specials\stdtoolbars.inc

2007-04-23 Thread Uwe Stöhr
Michael Gerz schrieb: Uwe, do you still need this file? It is not in sync with the official stdtoolbars.inc. The only difference is that I dropped there the "Update View PDF" button as this identic on Windows with the "View PDF" button. I did this to avoid confusions. Wen pressing the "View

Re: [PATCH] Bug 3463

2007-04-23 Thread Richard Heck
Georg Baum wrote: >> I'll proceed with some version of this, once we're fully agreed how to >> do it. >> > I guess I made my concerns clear enough now, so please decide yourself what > you want to implement. I don't want to hear again that I tell other people > what they should do or not do

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Richard Heck wrote: Edwin, you should subscribe yourself (with your lyx.org address) to [EMAIL PROTECTED] >>> i would need to be able to access my lyx.org account then. how do >>> i do that? >> ssh aussie.lyx.org Edwin> an

Re: Missing CVS Logs for Edwin

2007-04-23 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Jean-Marc Lasgouttes wrote: >>> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: >> Michael> Lars, for some reason, Edwin's svn logs are not sent to the Michael> cvs mailing list. >> Edwin, you should subscribe yourself (wi

  1   2   >