Re: unicode in math

2008-09-18 Thread Helge Hafting
Enrico Forestieri wrote: On Tue, Sep 16, 2008 at 02:13:49PM +0200, G. Milde wrote: On 9.09.08, G. Milde wrote: Dear LyX users, ... but I was told that this is rather somethign for lyx-devel. So, please send me a copy of eventual replies, as I am just a user. With LyX 1.6, using unicode chara

Re: [Cvslog] r26428 - in /lyx-devel/trunk/src: BufferView.cpp BufferVi...

2008-09-18 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Juergen, something like that can be done in 1.5.x. Fine with me. Jürgen

Re: menu structure

2008-09-18 Thread Jean-Marc Lasgouttes
Konrad Hofbauer <[EMAIL PROTECTED]> writes: > And my impression from the earlier thread was that we should build > something based on HIGs, e.g., > > JMarc: "the menu structure should be done after > looking at as many HIG and good quality mainstream programs as > possible." > > JMarc again: "We ca

Re: [Cvslog] r26432 - /lyx-devel/trunk/src/insets/InsetLabel.cpp

2008-09-18 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: lasgouttes > Date: Wed Sep 17 18:28:33 2008 > New Revision: 26432 > > URL: http://www.lyx.org/trac/changeset/26432 > Log: > Fix bug 2746: http://bugzilla.lyx.org/show_bug.cgi?id=2746 > References autoupdate is not undone during UNDO operation > > * InsetLa

Re: [Cvslog] r26428 - in /lyx-devel/trunk/src: BufferView.cpp BufferVi...

2008-09-18 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> Juergen, something like that can be done in 1.5.x. > > Fine with me. Done. JMarc

Re: menu structure

2008-09-18 Thread Konrad Hofbauer
Jean-Marc Lasgouttes wrote: This is why, while I really dislike things like Document settings in File menu, I am a bit embarrassed to criticize you choices. But I'll find a way around it ;) [*] If we assume (for a moment) that there is no Document-menu, where would you put the Document Setting

Re: menu structure

2008-09-18 Thread rgheck
Konrad Hofbauer wrote: Jean-Marc Lasgouttes wrote: This is why, while I really dislike things like Document settings in File menu, I am a bit embarrassed to criticize you choices. But I'll find a way around it ;) [*] If we assume (for a moment) that there is no Document-menu, where would you

Re: unicode in math

2008-09-18 Thread G. Milde
On 18.09.08, Helge Hafting wrote: > Enrico Forestieri wrote: >> On Tue, Sep 16, 2008 at 02:13:49PM +0200, G. Milde wrote: >>> With LyX 1.6, using unicode characters other than Basic Latin is possible >>> also in math mode. >> Note that in math mode TeX (and even XeTeX) doesn't support anything >

Re: menu structure

2008-09-18 Thread Jean-Marc Lasgouttes
Konrad Hofbauer <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> This is why, while I really dislike things like Document settings in >> File menu, I am a bit embarrassed to criticize you choices. But I'll >> find a way around it ;) [*] > > If we assume (for a moment) that there is no D

Re: [Cvslog] r26432 - /lyx-devel/trunk/src/insets/InsetLabel.cpp

2008-09-18 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Juergen, concerning this one, we could > > a) do nothing in 1.5.7 > b) do a recordUndoFullDocument that will properly fix the behaviour at > the cost of risking blots after repetitive use (like we do in replace > all) > c) do separate recordUndo calls that will be undo

lyx and collaborative editing.

2008-09-18 Thread Uwe Brauer
Hello I know that the recent version of Lyx includes some interface to version control, but I think to simplify scientific collaboration a wikipedia/mediwiki solution would be much more intuitive. The zoho (www.zoho.com) writer comes closest, it supports some math formula and offline features

Re: lyx and collaborative editing.

2008-09-18 Thread rgheck
Uwe Brauer wrote: Hello I know that the recent version of Lyx includes some interface to version control, LyX has included interfaces to vc for some time, and the new version will extend the backends that can be used from rcs and cvs to svn and even git, I believe. More could be added fai

Re: [Cvslog] r26432 - /lyx-devel/trunk/src/insets/InsetLabel.cpp

2008-09-18 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Hm. Since I don't like b) and c) looks like much work, I think we > could live with a.) OK. JMarc

Re: Multi-author track changes

2008-09-18 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn <[EMAIL PROTECTED]> writes: > I have processed your comments. I also removed als Change::UNCHANGED > and friends from the code. I had to work with objects after all, due > to the Change::color function. If you like it, we might change it in > other parts of the code. What s

Re: [Cvslog] r26373 - /lyx-devel/trunk/src/insets/InsetSpace.cpp

2008-09-18 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > If you mean how to get that in LyX, the only way I know is copying > the following snippet as text, selecting it, and then hitting Ctrl-M. > > \begin{eqnarray} y & = & f(x)\\[3em] & = & g(x)\end{eqnarray} Thanks. I confirmed the bug and fixed it. Not

Undo

2008-09-18 Thread rgheck
Create a math inset. Type x_ssl, then backspace over the "ssl", leaving the subscript bit empty. Now hit left arrow, to exit the subscript. I get this message: Undo.cpp(267): There is no group open (creating one) Maybe that is not a problem? But I also saw a crash in something like this ca

Re: lyx and collaborative editing.

2008-09-18 Thread Uwe Brauer
> "rgheck" == rgheck > <[EMAIL PROTECTED]> writes: > Uwe Brauer wrote: >> >> > LyX has included interfaces to vc for some time, and the new > version will extend the backends that can be used from rcs and cvs > to svn and even git, I believe. More could be added fairly

RE: Multi-author track changes

2008-09-18 Thread Vincent van Ravesteijn - TNW
> Vincent van Ravesteijn <[EMAIL PROTECTED]> writes: > > I have processed your comments. I also removed als Change::UNCHANGED > > and friends from the code. I had to work with objects after all, due > > to the Change::color function. If you like it, we might change it in > > other parts of th

Re: Preparing for rc3

2008-09-18 Thread rgheck
José Matos wrote: We are approaching now of the time to have a new release. I am satisfied with a 3/4 weeks period between releases as the testing by users that usually just take a released version is not too far from the trunk head. Asking a user to test if a problem remains one or two weeks

Re: Undo

2008-09-18 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > Create a math inset. Type x_ssl, then backspace over the "ssl", > leaving the subscript bit empty. Now hit left arrow, to exit the > subscript. I get this message: >Undo.cpp(267): There is no group open (creating one) > Maybe that is not a problem? But I al

Re: Preparing for rc3

2008-09-18 Thread Stefan Schimanski
Am 18.09.2008 um 16:28 schrieb rgheck: José Matos wrote: We are approaching now of the time to have a new release. I am satisfied with a 3/4 weeks period between releases as the testing by users that usually just take a released version is not too far from the trunk head. Asking a user

Re: Multi-author track changes

2008-09-18 Thread Jean-Marc Lasgouttes
"Vincent van Ravesteijn - TNW" <[EMAIL PROTECTED]> writes: > So, if you don't have any more comments, then I'll change the two > initializations and send you a new patch this evening. Please do. I like this patch. JMarc

Re: lyx and collaborative editing.

2008-09-18 Thread rgheck
Uwe Brauer wrote: "rgheck" == rgheck <[EMAIL PROTECTED]> writes: > Uwe Brauer wrote: >> >> > LyX has included interfaces to vc for some time, and the new > version will extend the backends that can be used from rcs and cvs > to svn and even git, I believe. Mor

Re: Multi-author track changes

2008-09-18 Thread rgheck
Vincent van Ravesteijn - TNW wrote: Vincent van Ravesteijn <[EMAIL PROTECTED]> writes: I have processed your comments. I also removed als Change::UNCHANGED d friends from the code. I had to work with objects after all, due to the Change::color function. If you like it, we

Re: [patch] bug 1747: fix alignment in fixed width multicolumn cells

2008-09-18 Thread Jürgen Spitzmüller
José Matos wrote: > As soon as you are content with the testing this can go in. I've done that now. Jürgen

Re: Preparing for rc3

2008-09-18 Thread rgheck
Stefan Schimanski wrote: Am 18.09.2008 um 16:28 schrieb rgheck: José Matos wrote: We are approaching now of the time to have a new release. I am satisfied with a 3/4 weeks period between releases as the testing by users that usually just take a released version is not too far from the trunk

Re: lyx and collaborative editing.

2008-09-18 Thread Abdelrazak Younes
rgheck wrote: Uwe Brauer wrote: > No. I suppose it could be done, but it would be a huge amount of > work. That I was afraid of. It reminds me of the hen/egg problem. Not very many people miss such a software, but once it is there...(like with wikipedia) No, it's not so much that. I could be

Re: Preparing for rc3

2008-09-18 Thread Stefan Schimanski
t. If you press space after the end of the macro, you are in the first cell. I do that without thinking about that every time. Btw., \frac\alpha has the same behaviour. It has nothing to do with macros... Yes, that is correct. OK. (Tab takes me to the second argument, in fact.) I guess I

Re: Preparing for rc3

2008-09-18 Thread rgheck
Stefan Schimanski wrote: t. If you press space after the end of the macro, you are in the first cell. I do that without thinking about that every time. Btw., \frac\alpha has the same behaviour. It has nothing to do with macros... Yes, that is correct. OK. (Tab takes me to the second argument

Re: lyx and collaborative editing.

2008-09-18 Thread rgheck
Abdelrazak Younes wrote: rgheck wrote: Uwe Brauer wrote: > No. I suppose it could be done, but it would be a huge amount of > work. That I was afraid of. It reminds me of the hen/egg problem. Not very many people miss such a software, but once it is there...(like with wikipedia) No, it's not

Re: Preparing for rc3

2008-09-18 Thread Pavel Sanda
Richard Heck wrote: >>> By the way, what are we using now to accept completions? I mean, before >>> the little dropbox thingy comes up. >> >> That's an issue we have to decide on. I have bound it to TAB locally and >> it bahaves exactly like in the hardcoded case before. But of course I lost >>

Problem with csv2lyx

2008-09-18 Thread Konrad Hofbauer
Hello, I try to import the attached simple csv file into Lyx, but csv2lyx fails with: $ python /Applications/LyX-1.6.0rc2.app/Contents/Resources/scripts/csv2lyx.py NoiseResult.csv Traceback (most recent call last): File "/Applications/LyX-1.6.0rc2.app/Contents/Resources/scripts/csv2lyx.py"

Re: lyx and collaborative editing.

2008-09-18 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> > No. I suppose it could be done, but it would be a huge amount of >>> > work. >>> >>> >>> That I was afraid of. It reminds me of the hen/egg problem. Not very >>> many people miss such a software, but once it is there...(like with >>> wikipedia) >>> >> No, it's not so

Re: Problem with csv2lyx

2008-09-18 Thread rgheck
Konrad Hofbauer wrote: Hello, I try to import the attached simple csv file into Lyx, but csv2lyx fails with: $ python /Applications/LyX-1.6.0rc2.app/Contents/Resources/scripts/csv2lyx.py NoiseResult.csv Traceback (most recent call last): File "/Applications/LyX-1.6.0rc2.app/Contents/Reso

Re: lyx and collaborative editing.

2008-09-18 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdelrazak Younes wrote: No. I suppose it could be done, but it would be a huge amount of work. That I was afraid of. It reminds me of the hen/egg problem. Not very many people miss such a software, but once it is there...(like with wikipedia) No,

Re: Problem with csv2lyx

2008-09-18 Thread Konrad Hofbauer
Fast reply, including correct diagnose, and patch! :-) rgheck wrote: Works here. I'm guessing maybe you have an older version of python? Indeed. Python 2.3.5. Since this is the system-default for a fully patched Mac OS X 10.4, this should be fixed (or mentioned in the docu that it does not w

Re: menu structure

2008-09-18 Thread Jürgen Spitzmüller
Konrad Hofbauer wrote: > Pavel Sanda wrote: > > just to give some feedback the file/document distinction to me as a user > > is quite clear > > Can you please (honestly) explain this distinction to me (or define)? > I feel like I am missing something here ... I didn't follow this exact discussion,

Re: menu structure

2008-09-18 Thread Konrad Hofbauer
Jürgen Spitzmüller wrote: Can you please (honestly) explain this distinction to me (or define)? I feel like I am missing something here ... I didn't follow this exact discussion, but if you think of a book that consists of a master file and several childs, the document would be the whole (the

Re: menu structure

2008-09-18 Thread Jürgen Spitzmüller
Konrad Hofbauer wrote: > Example: The document settings do not apply to the whole book if I click > onto Document Settings while I am in a child document - something that > is not obvious. Right. However, there are cases where you want to have different settings in a child document (if you compil

Re: Problem with csv2lyx

2008-09-18 Thread rgheck
Konrad Hofbauer wrote: Fast reply, including correct diagnose, and patch! :-) rgheck wrote: Works here. I'm guessing maybe you have an older version of python? Indeed. Python 2.3.5. Since this is the system-default for a fully patched Mac OS X 10.4, this should be fixed (or mentioned in the

Re: [Cvslog] r26445 - /lyx-devel/trunk/lib/scripts/csv2lyx.py

2008-09-18 Thread Jürgen Spitzmüller
rgheck wrote: > The line_num member was only introduced with python 2.5, so we'll > do this a different way. Could you do this in branch as well, please? Jürgen

Re: Problem with csv2lyx

2008-09-18 Thread José Matos
On Thursday 18 September 2008 16:42:35 rgheck wrote: > Works here. I'm guessing maybe you have an older version of python? I > think line_num may only have come into being with python 2.5 (see here: > http://docs.python.org/whatsnew/modules.html). If so, probably we > shouldn't use that but should

Re: Problem with csv2lyx

2008-09-18 Thread José Matos
On Thursday 18 September 2008 18:11:43 rgheck wrote: > That one worked here, too. Can you find out what version you csv.py is? > > Try the attached this time. I see what you are doing and I agree. The problem should be the None value for the dialect, why this fails with this file and not with oth

Re: Problem with csv2lyx

2008-09-18 Thread Konrad Hofbauer
rgheck wrote: That one worked here, too. Can you find out what version you csv.py is? csv.py does not carry version information in the header, but it sits in Frameworks/Python.framework/Versions/2.3/lib/python2.3/csv.py, and Python is version 2.3.5. Try the attached this time. Both the p

Re: Problem with csv2lyx

2008-09-18 Thread rgheck
Konrad Hofbauer wrote: rgheck wrote: That one worked here, too. Can you find out what version you csv.py is? csv.py does not carry version information in the header, but it sits in Frameworks/Python.framework/Versions/2.3/lib/python2.3/csv.py, and Python is version 2.3.5. Try the attached

Re: Problem with csv2lyx

2008-09-18 Thread rgheck
José Matos wrote: On Thursday 18 September 2008 18:11:43 rgheck wrote: That one worked here, too. Can you find out what version you csv.py is? Try the attached this time. I see what you are doing and I agree. The problem should be the None value for the dialect, why this fails with t

RE: Multi-author track changes

2008-09-18 Thread Vincent van Ravesteijn - TNW
>"Vincent van Ravesteijn - TNW" <[EMAIL PROTECTED]> writes: >> So, if you don't have any more comments, then I'll change the two >> initializations and send you a new patch this evening. > >Please do. I like this patch. > >Jmarc Here it is. There is only one line that is changed. Vincent mu

Input problems with Beamer

2008-09-18 Thread Eran Kaplinsky
In a beamer presentation, I have some two-column frames with new columns started with: Start Column (Increase depth!, width) and then ERT (.80\textwidth). If I modify the length of the column (say to .83\textwidth), the file won't compile. Looking at the source I see: \column{.8{3}\textwi

Re: Problem with csv2lyx

2008-09-18 Thread José Matos
On Thursday 18 September 2008 18:47:44 rgheck wrote: > See if what I committed at r26456 seems good. If not, feel free to clean > it up as you wish. I will change it because the workaround is due to a bug in older versions of the python library csv and not to any program logic. At least a comment

Re: [Cvslog] r26445 - /lyx-devel/trunk/lib/scripts/csv2lyx.py

2008-09-18 Thread rgheck
Jürgen Spitzmüller wrote: rgheck wrote: The line_num member was only introduced with python 2.5, so we'll do this a different way. Could you do this in branch as well, please? Yes, done. rh

Re: Problem with csv2lyx

2008-09-18 Thread rgheck
José Matos wrote: On Thursday 18 September 2008 18:47:44 rgheck wrote: See if what I committed at r26456 seems good. If not, feel free to clean it up as you wish. I will change it because the workaround is due to a bug in older versions of the python library csv and not to any program

Re: lyx and collaborative editing.

2008-09-18 Thread Uwe Brauer
> "rgheck" == rgheck <[EMAIL PROTECTED]> writes: >> >> > No. I suppose it could be done, but it would be a huge amount of >> > work. >> >> >> That I was afraid of. It reminds me of the hen/egg problem. Not >> very many people miss such a software, but once it is >>

Re: lyx and collaborative editing.

2008-09-18 Thread Uwe Brauer
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > rgheck wrote: >> Uwe Brauer wrote: >>> >> No, it's not so much that. I could be wrong, but it seems to me like >> doing this would involve writing a whole new program, more or less. > Not entirely. We could e

Re: Input problems with Beamer

2008-09-18 Thread Paul A. Rubin
Eran Kaplinsky wrote: In a beamer presentation, I have some two-column frames with new columns started with: Start Column (Increase depth!, width) and then ERT (.80\textwidth). If I modify the length of the column (say to .83\textwidth), the file won't compile. Looking at the source I see:

Re: menu structure

2008-09-18 Thread cmiramon
> Format. Probably at the top. > +1

LyX is Nominated for the "Lutèce d'Or 2008"

2008-09-18 Thread Abdelrazak Younes
Dear all, LyX enthusiasts, users and developers, I have the pleasure to announce you all that LyX is Nominated for the "Lutèce d'Or 2008"! I am going to the next OpenSource manifestation in Paris (details below). As they asked for candidature for innovative projects I had the idea to inscrib

Re: LyX is Nominated for the "Lutèce d'Or 2008"

2008-09-18 Thread Bob Lounsbury
2008/9/18 Abdelrazak Younes <[EMAIL PROTECTED]>: > Dear all, LyX enthusiasts, users and developers, > > I have the pleasure to announce you all that LyX is Nominated for the > "Lutèce d'Or 2008"! Could you give a quick translation (for us not up to snuff Americans) of what "Lutèce d'Or 2008" mean

Re: LyX is Nominated for the "Lutèce d'Or 2008"

2008-09-18 Thread Abdelrazak Younes
Bob Lounsbury wrote: 2008/9/18 Abdelrazak Younes<[EMAIL PROTECTED]>: Dear all, LyX enthusiasts, users and developers, I have the pleasure to announce you all that LyX is Nominated for the "Lutèce d'Or 2008"! Could you give a quick translation (for us not up to snuff Americans) of w

Re: [patch] Solving selection painting bugs

2008-09-18 Thread Vincent van Ravesteijn
Vincent van Ravesteijn wrote: Abdelrazak Younes wrote: > > We also need to fix the selection painting within Inset. In your > example, the inset should have a blue background, regardless off end of > paragraph. That's also to be fixed for mathed. I mean, if you're looking > for something else to

Re: [patch] Solving selection painting bugs

2008-09-18 Thread Vincent van Ravesteijn
Vincent van Ravesteijn wrote: Vincent van Ravesteijn wrote: > > Abdelrazak Younes wrote: > > > > We also need to fix the selection painting within Inset. In your > > example, the inset should have a blue background, regardless off end of > > paragraph. That's also to be fixed for mathed. I mean

Re: [Cvslog] r26445 - /lyx-devel/trunk/lib/scripts/csv2lyx.py

2008-09-18 Thread Jürgen Spitzmüller
rgheck wrote: > Yes, done. Thanks. If any more changes occur to be necessary, just commit them to branch as well, please. Jürgen

Re: Input problems with Beamer

2008-09-18 Thread Jürgen Spitzmüller
Paul A. Rubin wrote: > >> Start Column (Increase depth!, width) and then ERT (.80\textwidth). > > > > If I modify the length of the column (say to .83\textwidth), the file > > won't compile. > > > > Looking at the source I see: > >> \column{.8{3}\textwidth} > I verify this in 1.6.0rc2, but not in