Re: [patch] more IU

2004-01-26 Thread Andre Poenitz
On Wed, Jan 21, 2004 at 08:47:47AM +0100, Alfredo Braunstein wrote: Angus Leeming wrote: Do whatever is easiest for you. Note that Alfredo is pretty good at tracking down off by one errors. I hope that with this lousy flattering you are not pretending I'll do the dirty job. He's not

Re: Current CVS lyx: selection does not work

2004-01-26 Thread Andre Poenitz
On Tue, Jan 20, 2004 at 02:06:39PM -0800, Kayvan A. Sylvan wrote: You can not select text in the current CVS lyx. Neither hold-left-mouse and drag nor they keyboard method (shift+arrow keys) work. I am happy enough that it doesn't crash... Andre' -- Those who desire to give up Freedom in

Re: Quote Misfeature

2004-01-26 Thread Andre Poenitz
On Wed, Jan 21, 2004 at 05:05:19PM +0100, Jean-Marc Lasgouttes wrote: Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I remember having a longer discussion with JMarc about this Juergen quite some time ago. AFAIR JMarc argued that this is needed Juergen but not as trivial

Re: Another LyX programming assignment

2004-01-26 Thread Andre Poenitz
On Fri, Jan 23, 2004 at 05:03:19PM +0100, Christian Ridderström wrote: I've got three students that want to work on lyx. They have ca. 439 hours each, for programming as well as documentation ^^^ That's funny :-) Give or take a few seconds... Andre' -- Those who desire to

Re: Bad bug in 1.3.x [was: Re: new feature request: executable insets?]

2004-01-26 Thread Helge Hafting
Angus Leeming wrote: Alfredo Braunstein wrote: Angus Leeming wrote: and it won't work in 1.4.x because $$Parameters no longer exists. Speaking of which, we ship a 1.3.x which allows for .lyx virus and the like easily ... just insert a date external inset with parameters= rm -rf ~ for instance

Re: new feature request: executable insets?

2004-01-26 Thread Helge Hafting
Bo Peng wrote: Bo, the 1.3.x external inset doesn't give you any eye candy but it will enable you to do all that your require. The 1.4.x version will give you the eye candy too. I realized the 'virus' problem after I sent the email. But I was thinking something like 'manual activation' ...

Re: Another LyX programming assignment

2004-01-26 Thread Andre Poenitz
On Fri, Jan 23, 2004 at 02:58:54PM +0100, Helge Hafting wrote: I hope such a list makes it to a public place, like www.lyx.org. I might get a group or two of 2-4 students that have 50 workdays each to spend on a spring-time programming project. The project is an excercise in planning,

Re: Bad bug in 1.3.x [was: Re: new feature request: executable insets?]

2004-01-26 Thread Angus Leeming
Helge Hafting wrote: Don't drop the parameters unless some other mechanism is installed. I use the parameters to specify scaling factors for xfig insets, and I use different factors for different insets. In 1.4.x you can scale and rotate xfig external insets and get visual feedback of same.

Re: CVS File-New crash; math related

2004-01-26 Thread Andre Poenitz
On Wed, Jan 21, 2004 at 08:30:32PM +0900, Rob Lahaye wrote: Maybe Andre knows already; if not: SISSEGV crash occurs after: Start LyX File-New Insert Math File-Close [and Discard Safe] File-New /Bang/ Fixed in my tree. Thanks for the report. Andre'

Re: [patch] more IU

2004-01-26 Thread Angus Leeming
Andre Poenitz wrote: 1. This dumps most of the rest of the mathcursor implementation into the cursor.[Ch], globalizes a bit of them. How likely is it that the 'non-integrated rest of the original math cursor' will be 'generalized for texted'? I guess 'erase', 'up', 'down' can all be

Re: [patch] more IU

2004-01-26 Thread Andre Poenitz
On Mon, Jan 26, 2004 at 09:54:57AM +, Angus Leeming wrote: Andre Poenitz wrote: 1. This dumps most of the rest of the mathcursor implementation into the cursor.[Ch], globalizes a bit of them. How likely is it that the 'non-integrated rest of the original math cursor' will be

Compilation error

2004-01-26 Thread Joao Luis Meloni Assirati
using gcc 3.3.2: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -I/usr/X11R6/include -O -fno-exceptions -W -Wall -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c formulabase.C formulabase.C:303:2: warning: #warning FIXME formulabase.C:789:2: warning: #warning pretty ugly

Re: Compilation error

2004-01-26 Thread Lars Gullik Bjønnes
Joao Luis Meloni Assirati [EMAIL PROTECTED] writes: | using gcc 3.3.2: rerun configure and automake perhaps... -- Lgb

[patch] Use std:: versions of advance and distance

2004-01-26 Thread Lars Gullik Bjønnes
Like so. Objections? -- Lgb

Re: Compilation error

2004-01-26 Thread Joao Luis Meloni Assirati
On Mon, 26 Jan 2004, Lars Gullik Bjønnes wrote: rerun configure and automake perhaps... Yes, that was the problem. My autoconf was 2.59. Now I downgrade to 2.53 and it works. By the way, I have the following error in the end: make[3]: Entering directory `/home/assirati/lyx/lyx-devel/src' rm

[patch] Use std:: versions of distance and advance

2004-01-26 Thread Lars Gullik Bjønnes
Like so. Objections? ? Config ? advdist.diff Index: boost/libs/regex/src/Makefile.am === RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/libs/regex/src/Makefile.am,v retrieving revision 1.5 diff -u -p -b -r1.5 Makefile.am ---

Re: new feature request: executable insets?

2004-01-26 Thread Bo Peng
On Mon, Jan 26, 2004 at 10:20:31AM +0100, Helge Hafting wrote: Menaing I'll have to click yes for each of several hundred code snippets implemented with a cat sourcefile inset each time I print? Nope. That was only a possibility I was thinking of. I agree that manual activation is not a

Re: new feature request: executable insets?

2004-01-26 Thread Angus Leeming
Bo Peng wrote: I have implemented the cvs2latex/dynamic table with the shell template. I hope that I can do similar things *easily* under lyx 1.4.x. I showed you how to do it *easily* with a _proper_ CVS template http://article.gmane.org/gmane.editors.lyx.devel:33340 The 1.4.x version would

Re: Compilation error

2004-01-26 Thread Angus Leeming
Joao Luis Meloni Assirati wrote: On Mon, 26 Jan 2004, Lars Gullik Bjønnes wrote: rerun configure and automake perhaps... Yes, that was the problem. My autoconf was 2.59. Now I downgrade to 2.53 and it works. No need to do that. Instead modify autogen.sh, so, and tell us whether

Re: [patch] Use std:: versions of distance and advance

2004-01-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Like so. Nice. Question: both ParIterator and ParConstIterator have the same value_type. Shouldn't the ParConstIterator value_type be 'ParagraphList::value_type const' ? Objections? Only that we tend to put 'using std::advance;' at the top of the compiled

Re: Compilation error

2004-01-26 Thread Jose' Matos
On Monday 26 January 2004 3:08 pm, Angus Leeming wrote: No need to do that. Instead modify autogen.sh, so, and tell us whether autoconf 2.59 is happy with the configuration files. diff -u -p -r1.49 autogen.sh --- autogen.sh 18 Nov 2003 10:41:57 - 1.49 +++ autogen.sh 26 Jan 2004

Re: new feature request: executable insets?

2004-01-26 Thread Bo Peng
On Mon, Jan 26, 2004 at 03:04:39PM +, Angus Leeming wrote: I showed you how to do it *easily* with a _proper_ CVS template http://article.gmane.org/gmane.editors.lyx.devel:33340 What's the problem? Not really. Right now, a shell template is the 'one for all' template for me -- I do not

Re: new feature request: executable insets?

2004-01-26 Thread Angus Leeming
Bo Peng wrote: On Mon, Jan 26, 2004 at 03:04:39PM +, Angus Leeming wrote: I showed you how to do it *easily* with a _proper_ CVS template http://article.gmane.org/gmane.editors.lyx.devel:33340 What's the problem? Not really. Right now, a shell template is the 'one for all' template

Re: [patch] Use std:: versions of distance and advance

2004-01-26 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: Like so. | Nice. | Question: both ParIterator and ParConstIterator have the same | value_type. Shouldn't the ParConstIterator value_type be | 'ParagraphList::value_type const' ? No. I don't think so. things seem to

Current CVS does not compile

2004-01-26 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c ../../../lyx/src/mathed/formulabase.C

Re: Current CVS does not compile

2004-01-26 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c

Re: Current CVS does not compile

2004-01-26 Thread Kayvan A. Sylvan
On Mon, Jan 26, 2004 at 05:58:54PM +0100, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall

Re: Compilation error

2004-01-26 Thread Joao Luis Meloni Assirati
On Mon, 26 Jan 2004, Angus Leeming wrote: Instead modify autogen.sh, so, and tell us whether autoconf 2.59 is happy with the configuration files. Works for me. By the way, I have the following error in the end: make[3]: Entering directory `/home/assirati/lyx/lyx-devel/src' rm -f lyx

Export to ASCII

2004-01-26 Thread Nirmal Govind
Hi, Currently, the export to ASCII converts the displayed equations into latex code and the tables into text tables .. However, the converted displayed equations aren't exactly very useful since it's just latex code. The smaller tables seem to come out OK but larger tables are not formatted

Re: [patch] more IU

2004-01-26 Thread Andre Poenitz
On Wed, Jan 21, 2004 at 08:47:47AM +0100, Alfredo Braunstein wrote: > Angus Leeming wrote: > > > Do whatever is easiest for you. Note that Alfredo is pretty good at > > tracking down off by one errors. > > I hope that with this lousy flattering you are not pretending I'll do the > dirty job.

Re: Current CVS lyx: selection does not work

2004-01-26 Thread Andre Poenitz
On Tue, Jan 20, 2004 at 02:06:39PM -0800, Kayvan A. Sylvan wrote: > You can not select text in the current CVS lyx. Neither hold-left-mouse and > drag nor they keyboard method (shift+arrow keys) work. I am happy enough that it doesn't crash... Andre' -- Those who desire to give up Freedom in

Re: Quote Misfeature

2004-01-26 Thread Andre Poenitz
On Wed, Jan 21, 2004 at 05:05:19PM +0100, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> I remember having a longer discussion with JMarc about this > Juergen> quite some time ago. AFAIR JMarc argued that this is needed > Juergen>

Re: Another LyX programming assignment

2004-01-26 Thread Andre Poenitz
On Fri, Jan 23, 2004 at 05:03:19PM +0100, Christian Ridderström wrote: > > I've got three students that want to work on lyx. > > They have ca. 439 hours each, for programming as well as documentation > ^^^ > > That's funny :-) Give or take a few seconds... Andre' -- Those who

Re: Bad bug in 1.3.x [was: Re: new feature request: executable insets?]

2004-01-26 Thread Helge Hafting
Angus Leeming wrote: Alfredo Braunstein wrote: Angus Leeming wrote: and it won't work in 1.4.x because $$Parameters no longer exists. Speaking of which, we ship a 1.3.x which allows for ".lyx virus" and the like easily ... just insert a date external inset with parameters="&& rm -rf ~" for

Re: new feature request: executable insets?

2004-01-26 Thread Helge Hafting
Bo Peng wrote: Bo, the 1.3.x external inset doesn't give you any eye candy but it will enable you to do all that your require. The 1.4.x version will give you the eye candy too. I realized the 'virus' problem after I sent the email. But I was thinking something like 'manual activation' ...

Re: Another LyX programming assignment

2004-01-26 Thread Andre Poenitz
On Fri, Jan 23, 2004 at 02:58:54PM +0100, Helge Hafting wrote: > >>I hope such a list makes it to a public place, like www.lyx.org. > >>I might get a group or two of 2-4 students that have 50 workdays each > >>to spend on a spring-time programming project. > >>The project is an excercise in

Re: Bad bug in 1.3.x [was: Re: new feature request: executable insets?]

2004-01-26 Thread Angus Leeming
Helge Hafting wrote: > Don't drop the parameters unless some other mechanism is installed. > I use the parameters to specify scaling factors for xfig insets, > and I use different factors for different insets. In 1.4.x you can scale and rotate xfig external insets and get visual feedback of

Re: CVS File->New crash; math related

2004-01-26 Thread Andre Poenitz
On Wed, Jan 21, 2004 at 08:30:32PM +0900, Rob Lahaye wrote: > Maybe Andre knows already; if not: > > > SISSEGV crash occurs after: > > Start LyX > File->New > Insert Math > File->Close [and Discard Safe] > File->New > /Bang/ Fixed in my tree. Thanks for the report. Andre'

Re: [patch] more IU

2004-01-26 Thread Angus Leeming
Andre Poenitz wrote: > > 1. This dumps most of the rest of the mathcursor implementation into > the cursor.[Ch], "globalizes" a bit of them. How likely is it that the 'non-integrated rest of the original math cursor' will be 'generalized for texted'? I guess 'erase', 'up', 'down' can all be

Re: [patch] more IU

2004-01-26 Thread Andre Poenitz
On Mon, Jan 26, 2004 at 09:54:57AM +, Angus Leeming wrote: > Andre Poenitz wrote: > > > > > 1. This dumps most of the rest of the mathcursor implementation into > > the cursor.[Ch], "globalizes" a bit of them. > > How likely is it that the 'non-integrated rest of the original math >

Compilation error

2004-01-26 Thread Joao Luis Meloni Assirati
using gcc 3.3.2: g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -I/usr/X11R6/include -O -fno-exceptions -W -Wall -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c formulabase.C formulabase.C:303:2: warning: #warning FIXME formulabase.C:789:2: warning: #warning pretty ugly

Re: Compilation error

2004-01-26 Thread Lars Gullik Bjønnes
Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes: | using gcc 3.3.2: rerun configure and automake perhaps... -- Lgb

[patch] Use std:: versions of advance and distance

2004-01-26 Thread Lars Gullik Bjønnes
Like so. Objections? -- Lgb

Re: Compilation error

2004-01-26 Thread Joao Luis Meloni Assirati
On Mon, 26 Jan 2004, Lars Gullik Bjønnes wrote: > rerun configure and automake perhaps... Yes, that was the problem. My autoconf was 2.59. Now I downgrade to 2.53 and it works. By the way, I have the following error in the end: make[3]: Entering directory `/home/assirati/lyx/lyx-devel/src'

[patch] Use std:: versions of distance and advance

2004-01-26 Thread Lars Gullik Bjønnes
Like so. Objections? ? Config ? advdist.diff Index: boost/libs/regex/src/Makefile.am === RCS file: /usr/local/lyx/cvsroot/lyx-devel/boost/libs/regex/src/Makefile.am,v retrieving revision 1.5 diff -u -p -b -r1.5 Makefile.am ---

Re: new feature request: executable insets?

2004-01-26 Thread Bo Peng
On Mon, Jan 26, 2004 at 10:20:31AM +0100, Helge Hafting wrote: > Menaing I'll have to click "yes" for each of several hundred > code snippets implemented with a "cat sourcefile" inset > each time I print? Nope. That was only a possibility I was thinking of. I agree that "manual activation" is

Re: new feature request: executable insets?

2004-01-26 Thread Angus Leeming
Bo Peng wrote: > I have implemented the cvs2latex/dynamic table with the shell > template. I hope that I can do similar things *easily* under lyx > 1.4.x. I showed you how to do it *easily* with a _proper_ CVS template http://article.gmane.org/gmane.editors.lyx.devel:33340 The 1.4.x version

Re: Compilation error

2004-01-26 Thread Angus Leeming
Joao Luis Meloni Assirati wrote: > > > On Mon, 26 Jan 2004, Lars Gullik Bjønnes wrote: > >> rerun configure and automake perhaps... > > Yes, that was the problem. My autoconf was 2.59. Now I downgrade to > 2.53 and it works. No need to do that. Instead modify autogen.sh, so, and tell us

Re: [patch] Use std:: versions of distance and advance

2004-01-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Like so. Nice. Question: both ParIterator and ParConstIterator have the same value_type. Shouldn't the ParConstIterator value_type be 'ParagraphList::value_type const' ? > Objections? Only that we tend to put 'using std::advance;' at the top of the

Re: Compilation error

2004-01-26 Thread Jose' Matos
On Monday 26 January 2004 3:08 pm, Angus Leeming wrote: > > No need to do that. Instead modify autogen.sh, so, and tell us whether > autoconf 2.59 is happy with the configuration files. > > diff -u -p -r1.49 autogen.sh > --- autogen.sh 18 Nov 2003 10:41:57 - 1.49 > +++ autogen.sh 26 Jan

Re: new feature request: executable insets?

2004-01-26 Thread Bo Peng
On Mon, Jan 26, 2004 at 03:04:39PM +, Angus Leeming wrote: > I showed you how to do it *easily* with a _proper_ CVS template > http://article.gmane.org/gmane.editors.lyx.devel:33340 > What's the problem? Not really. Right now, a shell template is the 'one for all' template for me -- I do

Re: new feature request: executable insets?

2004-01-26 Thread Angus Leeming
Bo Peng wrote: > On Mon, Jan 26, 2004 at 03:04:39PM +, Angus Leeming wrote: >> I showed you how to do it *easily* with a _proper_ CVS template >> http://article.gmane.org/gmane.editors.lyx.devel:33340 > >> What's the problem? > > Not really. Right now, a shell template is the 'one for all'

Re: [patch] Use std:: versions of distance and advance

2004-01-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Like so. > | Nice. > | Question: both ParIterator and ParConstIterator have the same | value_type. Shouldn't the ParConstIterator value_type be | 'ParagraphList::value_type const' ? No. I don't think so. things

Current CVS does not compile

2004-01-26 Thread Kayvan A. Sylvan
g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c ../../../lyx/src/mathed/formulabase.C

Re: Current CVS does not compile

2004-01-26 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT formulabase.lo -MD -MP -MF .deps/formulabase.Tpo -c

Re: Current CVS does not compile

2004-01-26 Thread Kayvan A. Sylvan
On Mon, Jan 26, 2004 at 05:58:54PM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/mathed -I../../src > -I../../../lyx/src/mathed/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 > -fno-exceptions -W -Wall

Re: Compilation error

2004-01-26 Thread Joao Luis Meloni Assirati
On Mon, 26 Jan 2004, Angus Leeming wrote: > Instead modify autogen.sh, so, and tell us whether > autoconf 2.59 is happy with the configuration files. Works for me. > > By the way, I have the following error in the end: > > > > make[3]: Entering directory `/home/assirati/lyx/lyx-devel/src' > >

Export to ASCII

2004-01-26 Thread Nirmal Govind
Hi, Currently, the export to ASCII converts the displayed equations into latex code and the tables into "text tables" .. However, the converted displayed equations aren't exactly very useful since it's just latex code. The smaller tables seem to come out OK but larger tables are not formatted