Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-08 Thread Abdelrazak Younes
rgheck wrote: On 12/08/2009 08:57 PM, Uwe Stöhr wrote: > If you want to introduce such support for doc, rtf, etc, then you should do it the way we handle > dia, xfig, and the like. We should check for a "real" viewer, such as OpenOffice, Word, or whatever, and if we don't find one then it jus

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-08 Thread rgheck
On 12/08/2009 08:57 PM, Uwe Stöhr wrote: > If you want to introduce such support for doc, rtf, etc, then you should do it the way we handle > dia, xfig, and the like. We should check for a "real" viewer, such as OpenOffice, Word, or whatever, and if we don't find one then it just defaults to "

Bugs With Patches

2009-12-08 Thread rgheck
http://www.lyx.org/trac/wiki/PatchBugs rh

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-08 Thread Uwe Stöhr
> If you want to introduce such support for doc, rtf, etc, then you should do it the way we handle > dia, xfig, and the like. We should check for a "real" viewer, such as OpenOffice, Word, or > whatever, and if we don't find one then it just defaults to "auto". What is the advantage? I don't ha

Re: [patch] fix #3349: SVG support in LyX

2009-12-08 Thread Uwe Stöhr
> Here on Debian/testing with Inkscape 0.46 (Apr 26 2009) it fails too. Hello Günter, what about Inkscape 0.47? I found out that 0.46 had problems with some command line options on Linux. >> Maybe because the correct name of this option is ``--export-area-drawing``? That's the correct name and

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-08 Thread Ben M.
> Ronen Abravanel wrote: >> One case: >> \feyn{fs f gl f glu f fs} >> >> I can't add spaces.. And they are important In my experience, the LyX math mode often incorrectly parses input for packages such as Feyn and Xypic. In addition to the example above, I recently reported this deficiency in Xym

Re: Coder needed?

2009-12-08 Thread Julio Oliveira
Thanks Pavel, I am already looking at the pages. best, julio 2009/12/8 Pavel Sanda > Pavel Sanda wrote: > > Julio Oliveira wrote: > > > Hello Lyx Team, > > > > hi, Richard already tried to answered many of your questions in short, > but most > > as those questions are reoccuring every other mo

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-08 Thread Pavel Sanda
Ronen Abravanel wrote: > One case: > \feyn{fs f gl f glu f fs} > > I can't add spaces.. And they are important argh.. and ctrl+space can't be used? is suppose no :( in any case this looks like that you want to enhance math inset and not to create completely new one inset. > Other case: > \Diagra

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-08 Thread Ronen Abravanel
One case: \feyn{fs f gl f glu f fs} I can't add spaces.. And they are important Other case: \Diagram{\vertexlabel^a \\ fd \\ & g\vertexlabel_{\mu,c} \\ \vertexlabel_b fu\\ } I can't add "\\" and "&" for an array-like environment. On Wed, Dec 9, 2009 at 1:01 AM, Pavel Sanda wrote: > Ronen Abr

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-08 Thread Pavel Sanda
Ronen Abravanel wrote: > It would be, If I could insert ERT *inside* math mode, like > $\frac{\sqrt{ }}{6} > \\A lot more math,,$ can you show me the code, which you are not able to put into math? all those latex \macros can be typed there. pavel

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-08 Thread Ronen Abravanel
It would be, If I could insert ERT *inside* math mode, like $\frac{\sqrt{ }}{6} \\A lot more math,,$ I can put all my math as ERT. But I can also write all my document in plain LaTeX... On Tue, Dec 8, 2009 at 10:26 PM, Pavel Sanda wrote: > Ronen Abravanel wrote: > > One of the fun thing about

Re: Invitation to google wave

2009-12-08 Thread Christian Ridderström
>> Now, if this had been a wave conversation, I could just have edited my >> initial text, making it clear what I meant. Which would mean that >> other readers of the thread wouldn't have to be confused. > > Rewriting history is much less funny than just misunderstanding each others > IMO. I'm sur

Re: Invitation to google wave

2009-12-08 Thread Jean-Marc Lasgouttes
Le 8 déc. 09 à 22:50, Christian Ridderström a écrit : It's funny, but the above is an example of where a wave conversation would have been better than e-mail. I wrote '... why I passed on invitations', which is unfortunately unclear and a poor choice of words. I meant to say that I "passed out in

Re: Invitation to google wave

2009-12-08 Thread Christian Ridderström
2009/12/8 Jean-Marc Lasgouttes : > Le 8 déc. 09 à 21:10, Christian Ridderström a écrit : >> >> (my apologies for posting part of your reply to the list, but I think >> it might good if I explain in general why I passed on invitations) > > I think passing the invitation was a good idea. Personally,

Re: #5209: LyX fails to export part of the documentation to HTML

2009-12-08 Thread Alex Fernandez
Hi list, Hartmut has reported this problem with LyX: http://www.lyx.org/trac/ticket/5209 Originally it seemed like an eLyXer problem; apparently LyX is well configured but it is not calling eLyXer. I could not help him. Could someone more knowledgeable take a look at it? Thanks, Alex.

Re: Invitation to google wave

2009-12-08 Thread Jean-Marc Lasgouttes
Le 8 déc. 09 à 21:10, Christian Ridderström a écrit : (my apologies for posting part of your reply to the list, but I think it might good if I explain in general why I passed on invitations) I think passing the invitation was a good idea. Personally, I am running out of time for experiments...

Re: Invitation to google wave

2009-12-08 Thread Pavel Sanda
Christian Ridderström wrote: > feeling for how easy, or difficult, it is to work on one document when > there are multiple cursors moving around on the screen. In my opinion i think that all people around agree that having this in lyx would be fine, we dont need google wave to tell us - this idea

Re: I want to add Feyn support to LyX, and I need some guidance

2009-12-08 Thread Pavel Sanda
Ronen Abravanel wrote: > One of the fun thing about this package, is that it's enable you to add your > diagrams as part of an equation. So, if I want to write, like > \frac{Diagram...}{Other Diagram} + ... and stuff, It will be much more > continent In math-mode. i still dont understand why ERT

Re: lyx vim bindings

2009-12-08 Thread Andre Poenitz
On Tue, Dec 08, 2009 at 03:00:27PM -0500, sidg...@gmail.com wrote: > > If I were to do it I'd start by copying > > src/plugins/fakevim/fakevimhandler.* from the Qt Creator sources. > > It's far from perfect, but save you typing the first 3000 lines of > > code. Not sure where to get the remaining 2

Re: Invitation to google wave

2009-12-08 Thread Christian Ridderström
Hi Uwe, (my apologies for posting part of your reply to the list, but I think it might good if I explain in general why I passed on invitations) >> Use it or not as you please. My main motivation for giving you the >> invite is that the collaborative aspects with using google wave is >> something

Re: lyx vim bindings

2009-12-08 Thread sidgalt
> If I were to do it I'd start by copying > src/plugins/fakevim/fakevimhandler.* > from the Qt Creator sources. It's far from perfect, but save you typing > the first 3000 lines of code. Not sure where to get the remaining 27000 > from. > > Andre' > It's a bit unclear from the code but what vim do

Re: r32181 - lyx-devel/trunk/lib/ui

2009-12-08 Thread Andre Poenitz
On Tue, Dec 08, 2009 at 12:30:26AM +0100, Pavel Sanda wrote: > Andre Poenitz wrote: > > > Is our CAS support ready for prime time? > > > > Most certainly not. > > so we should kill it from trunk? Killing it would be overreacting as well. There is not much missing to make it really useful. The m

Re: Coder needed?

2009-12-08 Thread Pavel Sanda
Pavel Sanda wrote: > Julio Oliveira wrote: > > Hello Lyx Team, > > hi, Richard already tried to answered many of your questions in short, but > most as those questions are reoccuring every other month, instead of writing new mail i just started new pages here http://www.lyx.org/DevFAQ pavel

Re: Coder needed?

2009-12-08 Thread Pavel Sanda
Julio Oliveira wrote: > Hello Lyx Team, hi, Richard already tried to answered many of your questions in short, but most of the answers come by themeselves when you regularly keep track of development mailing list. if you have no idea where to start i suggest to start with this bug: http://www.lyx

Re: Coder needed?

2009-12-08 Thread rgheck
On 12/08/2009 10:27 AM, Julio Oliveira wrote: Hello Lyx Team, I would like to join the Lyx development, if possible. Great! We need all the help we can get. I have very good to excelent skills in C and C++ programming, and I have good skills in Python. Even better. My major inter

Coder needed?

2009-12-08 Thread Julio Oliveira
Hello Lyx Team, I would like to join the Lyx development, if possible. I have very good to excelent skills in C and C++ programming, and I have good skills in Python. My major interest is to improve my Python proficiency, so I would be glad to join any Python related development (bugs or new featu

Re: languages polutonikogreek \perispomeni not needed

2009-12-08 Thread Jürgen Spitzmüller
Guenter Milde wrote: > It would be easier to diff against trunk, as my stable lyx comes from > a binary package. Trunk is OK as well. Jürgen

Re: languages polutonikogreek \perispomeni not needed

2009-12-08 Thread Guenter Milde
On 2009-12-07, Jürgen Spitzmüller wrote: > Guenter Milde wrote: >> > Please come back with this after 1.6.5 is out. As trivial and >> > straightforward as this looks, this needs testing, and it's too late for >> > the release. >> OK. Here it comes again: > Could you provide a patch against branc

Re: [patch] fix #3349: SVG support in LyX

2009-12-08 Thread Guenter Milde
On 2009-12-08, Pavel Sanda wrote: > Uwe Stöhr wrote: > anybody else around already using inkscape? Yes, me. >> > with inkscape >> > svg->pdf fails with --export-drawing-area , works without >> What version of Inkscape are you using? It works correct for me with >> Inkscape 0.46 and 0.47. > 0.

Re: r32379 - lyx-devel/trunk/src/frontends/qt4/ui

2009-12-08 Thread Jean-Marc Lasgouttes
Le 07/12/2009 00:38, Pavel Sanda a écrit : + this line always mean qt 4.5 only. I just fixed it. JMarc

Re: Using Modules to Load Packages with Options (Sweave)

2009-12-08 Thread Jean-Marc Lasgouttes
Le 08/12/2009 04:18, rgheck a écrit : However, I would prefer not to alter the stock files of my latex distribution. Is there a way to use the module to pass Sweave the "noae" option? Is there any way to offer the user a choice from the GUI? I think this is what the ClassOptions layout tag is f

Re: r32179 - lyx-devel/trunk/src/frontends/qt4

2009-12-08 Thread Pavel Sanda
Guenter Milde wrote: > >> This could be called regularly for usage with other programs too, > >> but I have no idea where. Dispatch is no good idea for performance reasons. > > I would like this for "external edit": editing the LyX source with a > text editor of my choice. Maybe an LFUN for this c

Re: r32179 - lyx-devel/trunk/src/frontends/qt4

2009-12-08 Thread Guenter Milde
On 2009-12-07, Pavel Sanda wrote: > sa...@lyx.org wrote: >> This could be called regularly for usage with other programs too, >> but I have no idea where. Dispatch is no good idea for performance reasons. I would like this for "external edit": editing the LyX source with a text editor of my choic

Re: r32181 - lyx-devel/trunk/lib/ui

2009-12-08 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > so we should kill it from trunk? > > At least I'm reluctant to propagate it too much in the UI. i was asking about reverting this patch. pavel

Re: Does r32414 Introduce a Security Hole? Do We Already Have One?

2009-12-08 Thread Jürgen Spitzmüller
rgheck wrote: > If you want to introduce such support for doc, rtf, etc, then you should > do it the way we handle dia, xfig, and the like. We should check for a > "real" viewer, such as OpenOffice, Word, or whatever, and if we don't > find one then it just defaults to "auto". The same for WMF a

Re: r32181 - lyx-devel/trunk/lib/ui

2009-12-08 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > so we should kill it from trunk? At least I'm reluctant to propagate it too much in the UI. Jürgen