Re: Embedding Python

2001-05-01 Thread Andre Poenitz
> Maybe we could have a small that of tasks that are likely to be solved with > scripting langauage and compare how easy it is to solve them with the > different languages. To be read as: > Maybe we could have a compiliation of a small set of tasks that are > likely to be solved with scripting l

Re: 1.1.6fix2???

2001-05-01 Thread Jean-Marc Lasgouttes
> "Ulrich" == Ulrich Günther <[EMAIL PROTECTED]> writes: Ulrich> 1.1.6fix1 has a number of nasty bugs in tables (highlighting, Ulrich> maneuvering is broken, it is not possible any more to apply Ulrich> formatting to the entire table ...). Ulrich> Is there still a change to get a 1.1.6fix2?

Re: Thank you!

2001-05-01 Thread Jean-Marc Lasgouttes
> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes: Amir> Sorry for my lack of clarity. v1.0 is me or my wife. It's not my Amir> joke; it's recycled from JMarc, so accuse him if it didn't make Amir> sense. It's probably that I read too much about Linus v2.0 at the time. So it is some kind of

Re: Embedding Python

2001-05-01 Thread Allan Rae
There's an archive of most of the previous discussions at: http://www.mail-archive.com/lyx-devel@lists.lyx.org/ Do you really want repeat all that again? For a fourth time? Allan. (ARRae)

Re: Embedding Python

2001-05-01 Thread Baruch Even
* Andre Poenitz <[EMAIL PROTECTED]> [010502 09:36]: > > I've tried to look into embedding python into lyx, it seems possible as > > the interpreter was designed for embedding though I haven't yet figured > > out how to do it exactly. > > Ok, before we seriously start this kind of implementation I

Re: Embedding Python

2001-05-01 Thread Andre Poenitz
> I've tried to look into embedding python into lyx, it seems possible as > the interpreter was designed for embedding though I haven't yet figured > out how to do it exactly. Ok, before we seriously start this kind of implementation I would really like to have this "Which scripting languange?" a

Re: Language settings

2001-05-01 Thread Kayvan A. Sylvan
On Wed, May 02, 2001 at 12:30:54AM +0300, Dekel Tsur wrote: > On Tue, May 01, 2001 at 02:14:01PM -0700, Kayvan A. Sylvan wrote: > > > I've already create a fix in LyX so it will automatically run LaTeX twice > > > after changing the document language. > > > > Is this fix in the CVS?? > > > > I am

Re: Language settings

2001-05-01 Thread Dekel Tsur
On Tue, May 01, 2001 at 02:14:01PM -0700, Kayvan A. Sylvan wrote: > > I've already create a fix in LyX so it will automatically run LaTeX twice > > after changing the document language. > > Is this fix in the CVS?? > > I am asking because it looks like there are no changes in the CVS > repository

Re: lyx-1.1.6fix1 crash

2001-05-01 Thread Dekel Tsur
On Tue, May 01, 2001 at 06:40:13PM +0200, Ulrich G?nther wrote: > Here is a save way to crash lyx. > > Highlight something in lyx. Ctrl-C -> paste it into pybliographic (1.0.7) > (Ctrl-v or middle mouse butoon). You need to reinstall your XForms library: The library you have is for glibc2.

lyx-1.1.6fix1 crash

2001-05-01 Thread Ulrich Günther
Here is a save way to crash lyx. Highlight something in lyx. Ctrl-C -> paste it into pybliographic (1.0.7) (Ctrl-v or middle mouse butoon). Interestingly, no such crash occurs when I paste to kwrite or xterm. Ulrich

Re: Python Embeded

2001-05-01 Thread Baruch Even
* Lars Gullik Bjønnes <[EMAIL PROTECTED]> [010501 18:43]: > Baruch Even <[EMAIL PROTECTED]> writes: > > | > Also I suggest making python scripting an optional > | > feature by providing a switch to > | > configure (to keep lyx as small as posible) > | > | This is my idea, I don't suppose everyon

Re: Python Embeded

2001-05-01 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Cool, references to python embeddings, I'll take a look. also have a look at the python stuff in Boost. the whole idea with Boost::python is to be able to share datastructures between C++ and python. | > Also I suggest making python scripting an option