Re: web site

1999-09-27 Thread Amir Karger
On Mon, Sep 27, 1999 at 09:11:47PM +0200, Lars Gullik Bjønnes wrote: > Amir Karger <[EMAIL PROTECTED]> writes: > > | I have > | (a) I believe a recent version of index.php3 > > for the devel site? [intelligent questions snipped] The answer to most of your questions is, "Amir is a big idiot." W

Re: Opening of new repository: lyx-devel

1999-09-27 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | - switch to use std::string I have created a branch "string-switch" where this will be done. Can be checked out with: cvs checkout -r string-switch lyx-devel Read pages 39-45 in the cvs manual. Lgb

Re: web site

1999-09-27 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | I have | (a) I believe a recent version of index.php3 for the devel site? | (b) lgt.tar that is on the users site. I have that. | (c) the whole new web site I created, which means I could probably | retro-create some of the other pages. This is also th

Opening of new repository: lyx-devel

1999-09-27 Thread Lars Gullik Bjønnes
I have just opened up the development repository: lyx-devel. It is based on 1.0.4pre8 + the revtex4 pathces and some enhancements to docbook generation. The new repository is supposed to be minimal, files that exists somewhere else are not included. And files that are automatically generated by

Re: Importing-exporting to M$ Word

1999-09-27 Thread xcalbet
On 27 Sep, Allan Rae wrote: > On Wed, 22 Sep 1999 [EMAIL PROTECTED] wrote: > [...] >> I believe that as soon as LyX has a nice enough document >> importer-exporter it can become a major plater in the >> "word-proccessing" business. > > I'd argue that Jose' is already working on that import/

Re: what I noticed working with 1.0.4pre8

1999-09-27 Thread Amir Karger
On Fri, Sep 24, 1999 at 05:10:03PM +0100, Steffen Moeller wrote: > > > > reLyX -r "weirdenvironment,otherweirdenv" > > Could there be something like a dynamic -r option? Adding all > \begin{something} as environments? > Sounds dangerous. There are plenty of environments that will do bad th

Re: paste to X11 window

1999-09-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Well, it is not really a bug, but a missing feature. The difference is | that we would not have to correct some code but to *write* new code... | As far as pasting from LyX to LyX is concerned, we plan to allow | opening several windows for the s

Re: 'new'/'delete' and malloc()/free() - lclint for C++?

1999-09-27 Thread Asger K. Alstrup Nielsen
> Using pointers (whether pointing to locals or globals) is always error > prone. Think of deleting/overwriting the referenced object somewhere in > the huge code base or think of subtly buggy pointer arithmetics; you > won't notice. Same thing with malloc()/new: Unfortunately, C++ requires the

Re: Put Lyx-defined commands in a package

1999-09-27 Thread Jean-Marc Lasgouttes
> "Reuben" == Reuben Thomas <[EMAIL PROTECTED]> writes: Reuben> I don't know if anyone's thought of this before, but I was Reuben> just wrestling with yet another file include problem when I Reuben> thought "Why doesn't LyX just define all its commands in a Reuben> package called lyx"? Reube

Re: 'new'/'delete' and malloc()/free() - lclint for C++?

1999-09-27 Thread Arnd Hanses
On 25 Sep 1999 10:59:52 +0200, Lars Gullik Bj°nnes wrote: >"Arnd Hanses" <[EMAIL PROTECTED]> writes: > >| { >| [VIP] >| FOO foo; >| FOO * p = foo; >| VIPfunc(p) >| [VIP] >| } > >We should never to a thing like that. What we could/should do is: > >VIPFunc(FOO & r) { > // u

Put Lyx-defined commands in a package

1999-09-27 Thread Reuben Thomas
I don't know if anyone's thought of this before, but I was just wrestling with yet another file include problem when I thought "Why doesn't LyX just define all its commands in a package called lyx"? Is there a good reason why not? It simplifies the logic of the LyX program (which need not work ou

Bug-report for mathed

1999-09-27 Thread Asger K. Alstrup Nielsen
Hi Alejandro! I noticed a small bug in mathed: Try to enter (k-1) T s where the T is vector transpose. The T is rendered on top of the (k-1) superscript in the LyX window, but previewed, it is rendered correctly. I entered the expression as two consequtive superscripts. Greets,

Re: paste to X11 window

1999-09-27 Thread Jean-Marc Lasgouttes
> "Ulrich" == Ulrich Günther <[EMAIL PROTECTED]> writes: Ulrich> I know this is mentioned in the known-bugs: It is impossible Ulrich> to paste any highlighted text in lyx to a X11 window, not even Ulrich> to another running LYX. Is there a way around? Does anyone Ulrich> have an idea how to f