Re: Support for multline/align (patch)

2001-01-28 Thread Dekel Tsur
On Tue, Jan 16, 2001 at 11:38:40AM +0100, Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | The following patch adds support for the ams environments multline and align. > | Currently, only align with one alignment point is supported, but > | this should be hard to change.

Re: Support for multline/align (patch)

2001-01-16 Thread Baruch Even
On Tue, 16 Jan 2001, Alejandro Aguilar Sierra wrote: > I repeate the invitation, all those that want to help developing > mathed please drop me a line. The goals are: How about placing the code in a branch in the CVS? This way everyone will be able to help without any problem. I'd like to help

Re: Support for multline/align (patch)

2001-01-16 Thread Duncan Simpson
Some of my electrons alleged that Alejandro Aguilar Sierra typed: > = > I know nothing about the new mathed (which might actually works similar= ly = > to the way proposed below), but I wonder if it might be better to write= an > even newer mathed: the math inset will be a derived class of inse

Re: Support for multline/align (patch)

2001-01-16 Thread Dekel Tsur
On Tue, Jan 16, 2001 at 11:36:29AM -0600, Alejandro Aguilar Sierra wrote: > I agree, the math inset should be cleaned following the changes and > improvements that has been made on the inset mechanism. mathed3 will be > basically internal changes and I'd like to know who in this list would > like

Re: Support for multline/align (patch)

2001-01-16 Thread Alejandro Aguilar Sierra
Jean Marc wrote: > > I agree that finding a maintainer for mathed is important. I also > > think we should stop waiting for the legendary mathed3, and try to > > cleanup the code we have now. I agree, the math inset should be cleaned following the changes and improvements that has been made on t

Re: Support for multline/align (patch)

2001-01-16 Thread Dekel Tsur
On Tue, Jan 16, 2001 at 12:06:28PM +0100, Jean-Marc Lasgouttes wrote: > > "Lars" == Lars Gullik Bj&resh;nnes <[EMAIL PROTECTED]> writes: > > Lars> I am a little bit afraid of doing too much with mathed, > Lars> especially since we don't have anybody responsible for this code > Lars> now. (you

Re: Support for multline/align (patch)

2001-01-16 Thread Dekel Tsur
On Tue, Jan 16, 2001 at 11:38:40AM +0100, Lars Gullik Bj&resh;nnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | The following patch adds support for the ams environments multline and align. > | Currently, only align with one alignment point is supported, but > | this should be hard to ch

Re: Support for multline/align (patch)

2001-01-16 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > Mathed, and especially its storage model needs to be reworked | > (std::containers). | | That reminds me: Is my "remove reinterpret_cast<> in mathed"-patch | still somewhere in the queue? yes. Is it possible for you to recreate it for current cvs?

Re: Support for multline/align (patch)

2001-01-16 Thread Andre Poenitz
> Mathed, and especially its storage model needs to be reworked > (std::containers). That reminds me: Is my "remove reinterpret_cast<> in mathed"-patch still somewhere in the queue? I am willing to do _some_ cleanup work on mathed. Andre' -- André Pönitz

Re: Support for multline/align (patch)

2001-01-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> I am a little bit afraid of doing too much with mathed, Lars> especially since we don't have anybody responsible for this code Lars> now. (you?) I agree that finding a maintainer for mathed is important. I also think we should

Re: Support for multline/align (patch)

2001-01-16 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | The following patch adds support for the ams environments multline and align. | Currently, only align with one alignment point is supported, but | this should be hard to change. | To add an align/multline, insert a display formula, and do 'M-x break-line 1

Re: Support for multline/align (patch)

2001-01-15 Thread Dekel Tsur
On Mon, Jan 15, 2001 at 11:13:32PM +0200, Dekel Tsur wrote: > The following patch adds support for the ams environments multline and align. > Currently, only align with one alignment point is supported, but > this should be hard to change. ^^ I meant should NOT ...