Re: More eye candy

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 01:19:34PM +1000, Allan Rae wrote: no, that would be lame ... I don't even handle xforms events any more :) Cool, I thought you were still dreaming about using a Qt object (ScrolledArea or somewuch) as a replacement for WorkArea I didn't realise you'd switched

Re: More eye candy

2002-03-21 Thread Juergen Spitzmueller
Allan Rae wrote: On Thu, 21 Mar 2002, John Levon wrote: A couple of hacks, and Qt has a mostly working toolbar : http://movementarian.org/ss2.png Sexy. Maybe we should also steal some of the klyx icons so we look prettier. I remember the KLyX icons to be rather ugly. What about those:

Re: make file cygwin take two

2002-03-21 Thread Juergen Vigna
On 20-Mar-2002 Lars Gullik Bjønnes wrote: I am not sure this is needed on all platforms. I have 0.89.5 and do not need -ljpeg. Well are you sure your xforms library didn't link in libjpeg statically? Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

PRIVATE: Suse Distrib

2002-03-21 Thread Juergen Vigna
Sorry for the private question, but are there some people with a Suse distribution (7.3 if possible) on this list. I have problems there with a configure script and really don't know what to do: Well I may post the error message I got from a user via mail too maybe some of you guys can see what

Re: make file cygwin take two

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 9:22 am, Juergen Vigna wrote: On 20-Mar-2002 Lars Gullik Bjønnes wrote: I am not sure this is needed on all platforms. I have 0.89.5 and do not need -ljpeg. Well are you sure your xforms library didn't link in libjpeg statically? Jug SPL says that

Re: configure is dying...

2002-03-21 Thread Angus Leeming
On Wednesday 20 March 2002 8:58 pm, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | configure:9582: checking for forms.h | configure:9592: -I$(top_srcdir)/src/cheaders -I/usr/include conftest.C | /dev/null 2conftest.out ./configure[9591]: |

Re: lars's mail

2002-03-21 Thread Angus Leeming
On Wednesday 20 March 2002 10:55 pm, Mate Wierdl wrote: I am confused: when I go to http://www.mail-archive.com/lyx-devel%40lists.lyx.org/maillist.html I see messages from Lars. Could you tell me the exact problem? Mate How mysterious! I can see them now too. However, just to show that

Re: mathed warnings!!!!

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 7:13 am, Andre Poenitz wrote: On Wed, Mar 20, 2002 at 12:02:32PM +, Angus Leeming wrote: Not again that 'virtual function override intended' stuff. Yes, it IS INTENDED. It is legal. And I even consider it being nice. Fine. I'll turn off the warning. I

Re: PRIVATE: Suse Distrib

2002-03-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Thursday, 21. March 2002 12:06, Juergen Vigna wrote: Sorry for the private question, but are there some people with a Suse distribution (7.3 if possible) on this list. I have problems there with a configure script and really don't know what to do: I have

Compiling for libc5?

2002-03-21 Thread Thomas Steffen
Hi, I would like to compile lyx for libc5 (aout), so that I can use it with mulinux. gcc 2.7.2 is the latest compiler with support for libc5. Should that be possible in general? AFAIC autoconf works ok up the configuration of libsigc++. According to the website of libsigc++, it cannot be

Re: Compiling for libc5?

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 01:14:43PM +0100, Thomas Steffen wrote: I would like to compile lyx for libc5 (aout), so that I can use it with mulinux. gcc 2.7.2 is the latest compiler with support for libc5. Should that be possible in general? Actually I doubt that this would be possible. I have

compile success and a config patch

2002-03-21 Thread Angus Leeming
Ok, Lars, I've finally got there. I had to tweak my configure script so that CPP=deccxx -E, or I couldn't find ostream etc. I also upgraded to automake 1.5, autoconf 2.52, although I'm not sure that that was strictly necessary. (I did this before finding the CPP fix.) Finally, I had to patch

Re: compile success and a config patch

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 1:53 pm, Angus Leeming wrote: Ok, Lars, I've finally got there. I had to tweak my configure script so that CPP=deccxx -E, or I couldn't find ostream etc. I also upgraded to automake 1.5, autoconf 2.52, although I'm not sure that that was strictly necessary. (I did

building qt2

2002-03-21 Thread Angus Leeming
John, can you build the qt2 stuff in cvs? I find that make goes into qt2/xforms, creates the symbolic links and then leaves. It doesn't create any .o files at all. Angus

Re: compile cruft

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 2:32 pm, Andre Poenitz wrote: On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote: My tree is now full of cruft: $ ls src/mathed/formula.* src/mathed/formula.C src/mathed/formula.h src/mathed/formula.lo src/mathed/formula.o

Re: math-starts-with-macro bug in fix4

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:54:41PM +0100, Kuba Ober wrote: I wonder if it applies to 2.0 as well? It works fine in 1.2.0cvs. Andre' -- André Pönitz .. [EMAIL PROTECTED]

mathed question

2002-03-21 Thread Angus Leeming
André, how do I create a macro, so, within mathed? \begin_inset FormulaMacro \newcommand{\bmath}[1]{\mathbf{#1}} \end_inset I can create a macro mathbf{A} by typing \mathbf_A_, where _ is a space, but this doesn't work with #1. I can also edit the lyx file to create the macro I want, and

Re: mathed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 3:18 pm, Angus Leeming wrote: André, how do I create a macro, so, within mathed? \begin_inset FormulaMacro \newcommand{\bmath}[1]{\mathbf{#1}} \end_inset I can create a macro mathbf{A} by typing \mathbf_A_, where _ is a space, but this doesn't work with #1. I

Reading the emacs manual reveals all...

2002-03-21 Thread Duncan Simpson
Surely deleteing superflous spaces is just a matter of M-x delete-trailing-whitespace, which you learn about under the Display, Trailing whitespace. It operates in the whoole buffer so hit C-x n n (narrow to region) if you want to restrict it to an area of a buffer, and C-x n w (widen) when you

Re: compile cruft

2002-03-21 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote: My tree is now full of cruft: $ ls src/mathed/formula.* src/mathed/formula.C src/mathed/formula.h src/mathed/formula.lo src/mathed/formula.o src/mathed/formula.o.d | You can build

Re: compile success and a config patch

2002-03-21 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use | Index: config/lyxinclude.m4 | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/lyxinclude.m4,v | retrieving

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Jules Bean
On Tue, Mar 19, 2002 at 11:05:31PM +, Duncan Simpson wrote: A feature you might not be aware of is using M-q is for formatting multiple line comments. I guess a lot of people have also discovered VC mode too. Given all the above it is any suprise I am hopelessly addicted to emacs for all

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:18:17PM +, Angus Leeming wrote: André, how do I create a macro, so, within mathed? \begin_inset FormulaMacro \newcommand{\bmath}[1]{\mathbf{#1}} Type \newcommand{\bmath}[1]{\mathbf{#1}} select it, and press C-m I can also edit the lyx file to create the

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Juergen Vigna
On 21-Mar-2002 Jules Bean wrote: Repeat after me: Tabs for Indentation, Spaces for Alignment! That is exaclty what I also miss! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N

Re: mathed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 3:43 pm, Andre Poenitz wrote: On Thu, Mar 21, 2002 at 03:18:17PM +, Angus Leeming wrote: André, how do I create a macro, so, within mathed? \begin_inset FormulaMacro \newcommand{\bmath}[1]{\mathbf{#1}} Type \newcommand{\bmath}[1]{\mathbf{#1}} select

Re: compile success and a config patch

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 2:03 pm, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use | Index: config/lyxinclude.m4 | === | RCS file:

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote: \newcommand{\bmath}[1]{\mathbf{#1}} select it, and press C-m Ok. So there's no way of doing this within mathed. Fair enough. That is - none that I am aware of... Ie, wrapping the font change inside the macro means it

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote: Ok. So there's no way of doing this within mathed. Fair enough. Do a cvs update type '\mathbf #1' Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Angus Leeming
On Tuesday 19 March 2002 11:05 pm, Duncan Simpson wrote: Surely deleteing superflous spaces is just a matter of M-x delete-trailing-whitespace, which you learn about under the Display, Trailing whitespace. It operates in the whoole buffer so hit C-x n n (narrow to region) if you want to

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 04:42:37PM +, Angus Leeming wrote: Ok. I see this too. (And thanks for this instant replies. I have just upgraded to use the fix to math_cursor.C). However, if I have a new command \begin_inset FormulaMacro \newcommand{\Vector}[1]{\bmath{#1}} \end_inset

[jeff@jab.org: Re: filtering problem for lyx lists]

2002-03-21 Thread Mate Wierdl
Here we go, Mate - Forwarded message from Jeff Breidenbach [EMAIL PROTECTED] - Delivered-To: [EMAIL PROTECTED] From: Jeff Breidenbach [EMAIL PROTECTED] To: [EMAIL PROTECTED] In-reply-to: [EMAIL PROTECTED] (message from Mate Wierdl on Wed, 20 Mar 2002 16:51:05 -0600) Subject: Re:

Re: [jeff@jab.org: Re: filtering problem for lyx lists]

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 06:14:14PM +0100, Lars Gullik Bjønnes wrote: Hey ;-) a list of my own! you forget that no-one (not even you) was reading it ;) john -- Committee iq: average intelligence of members, divide by headcount. - Rob Landley

Just relaying

2002-03-21 Thread Andre Poenitz
Can anybody help? - Forwarded message from ... -- Would you know what the Tex equivs are for the fonts in the Layout - Document font drop-down? If not is there someone you could ping? The helvetica san serif seems to be cmss10 cmss12 etc. - End forwarded message - --

Re: Just relaying

2002-03-21 Thread Jules Bean
On Thu, Mar 21, 2002 at 06:16:40PM +0100, Andre Poenitz wrote: Can anybody help? Yes, but I don't quite understand the question. - Forwarded message from ... -- Would you know what the Tex equivs are for the fonts in the Layout - Document font drop-down? If not is there

Re: More eye candy

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 10:06:16AM +0100, Juergen Spitzmueller wrote: I remember the KLyX icons to be rather ugly. What about those: http://mailbox.univie.ac.at/Reinhard.Stepanek/lyx/lyx_artwork_icons.html yes, perhaps. of course, the icons are themeable. And it would be easy to make them

Re: mathed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 4:47 pm, Andre Poenitz wrote: On Thu, Mar 21, 2002 at 04:42:37PM +, Angus Leeming wrote: ps. I do this because I redefine \bmath in the latex preamble as a bit of \mbox{\boldmath $#1$ \unboldmath} magic to get bold lowercase greek letters. I thought

CVS make install error

2002-03-21 Thread Mike Ressler
When building recent CVS's (last few days, including 5 minutes ago), everything goes fine until the end of the install. The following gets burped at me: [...] /usr/bin/install -c -m 644 ../../lyx-devel/lib/symbols /scr/ressler/lyx-cvs/share/lyx/symbols files=`sed -e 's/^\([^ ]*\) .*$/\1/'

Re: [Devel] Questions about 1.2.0pre1

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 07:36:55PM +0100, Michael Schmitt wrote: Hello everybody, argh stop using [EMAIL PROTECTED] !! any ideas on when 1.2.0pre1 will be released? Are there still patches floating around that have not been applied so far? Just one as far as I know, a crash in CutAndPaste

Re: listerrors followup

2002-03-21 Thread Kayvan A. Sylvan
Hi Jean-Marc, Here is my latest followup to the listerrors fixes. If you have not already done so, please apply this. The backward-porting is important since many people don't have python-2.2 installed as /usr/bin/python. The converter.C patch is important to allow people who have the setting

sed question

2002-03-21 Thread Angus Leeming
Sorry for the off topic question but I'm trying to hack a way to getting my dependency stuff to work, Anyone know the sed command to strip off the front off this ../../../devel/src/mathed/math_arrayinset.C to give this math_arrayinset.C I guess I need to search for the final /

Re: sed question

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 08:04:51PM +, Angus Leeming wrote: Anyone know the sed command to strip off the front off this ../../../devel/src/mathed/math_arrayinset.C to give this math_arrayinset.C echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+' is

Re: sed question

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 08:08:51PM +, John Levon wrote: echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+' is one way but sed 's+.*/++' is far simpler john -- What *is* your fascination with my forbidden closet of mystery ? - Chief Wiggum

Re: sed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 8:09 pm, John Levon wrote: On Thu, Mar 21, 2002 at 08:08:51PM +, John Levon wrote: echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+' is one way but sed 's+.*/++' is far simpler You're a scary man! Thank you, thank you, thank you!

Re: sed question

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 08:13:37PM +, Angus Leeming wrote: You're a scary man! Thank you, thank you, thank you! you call that a knife ? /this/ is a knife : http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz (check the regexp at the bottom ...) john -- What *is* your

preparing for 1.2

2002-03-21 Thread Lars Gullik Bjønnes
How up to date are: ANNOUNCE INSTALL INSTALL.autoconf INSTALL.OS2 MAINTAINERS NEWS README README.OS2 README.Win32 UPGRADING We need to go through these documents and verify and update them for the upcomming 1.2.0 release. -- Lgb

ItemizeBullets.lyx

2002-03-21 Thread Lars Gullik Bjønnes
It seems that current CVS is not able to read the tabulars in lib/examples/ItemizeBullets.lyx. -- Lgb

Re: [Devel] Bug list update

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 11:32:41PM +0100, Michael Schmitt wrote: - The menu says C-S-Space generates a protected blank but it is actually just C-Space I guess the bind entry just needs moving to after the C-space one ? - Create new article (koma-script) document; insert a minipage; add

Re: [Devel] Bug list update

2002-03-21 Thread Allan Rae
On Thu, 21 Mar 2002, John Levon wrote: - Create new article (koma-script) document; insert a minipage; add three pars of text into the minipage; set the second par to minisec layout; set document to SGML article; remove all error boxes - the error box is deleted logically but not

Re: More eye candy

2002-03-21 Thread Allan Rae
On Thu, 21 Mar 2002, John Levon wrote: On Thu, Mar 21, 2002 at 10:06:16AM +0100, Juergen Spitzmueller wrote: I remember the KLyX icons to be rather ugly. What about those: http://mailbox.univie.ac.at/Reinhard.Stepanek/lyx/lyx_artwork_icons.html yes, perhaps. of course, the icons are

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Allan Rae
On Tue, 19 Mar 2002, Duncan Simpson wrote: Surely deleteing superflous spaces is just a matter of M-x delete-trailing-whitespace, which you learn about under the Display, Trailing whitespace. It operates in the whoole buffer so hit C-x n n (narrow to region) if you want to restrict it to an

Re: [PATCH] tiny whitespace

2002-03-21 Thread Allan Rae
All that wonderful whitespace pissing about missed out on several tab-spaces or even spaces-tabs conversions inside comments. Take a look at the copyright notice in just about any file you care to name. I've give you an example: src/lyxfunc.C There are three indented lines. One of

RE

2002-03-21 Thread cdma
¸æËßÄãÒ»¸öºÃÏûÏ¢£ºÈç¹ûÄúÏëÔÚδÀ´µÄ£¹£°ÌìÄÚ×îÉÙ׬µ½£¤10ÉõÖÁ¸ü¶à£¡,Êǵģ¬ÄúûÓп´´í ÊÇ10ÍòÔªÒ»Ì×ÈÃÖйúÈËѸËÙ¸»ÆðÀ´µÄ׬Ǯ·½°¸¡£¡£ÕæµÄºÜÈÝÒ×ÈÃÄã׬µ½Ç®µÄÍøÕ¾ Ö»ÐèÒµÓà·¢µç×ÓÓʼþÐû´«Íøվ׬À´Ã¿ÔÂÉÏÍòÔªÈËÃñ±Ò£¬ÓÉ´ËÄú½«ÓµÓÐÊôÓÚ×Ô¼ºµÄ¼Ò

Re: sed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 08:04:51PM +, Angus Leeming wrote: Anyone know the sed command to strip off the front off this ../../../devel/src/mathed/math_arrayinset.C to give this math_arrayinset.C basename ../../../devel/src/mathed/math_arrayinset.C Andre' -- André Pönitz

Re: preparing for 1.2

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 10:48:30PM +0100, Lars Gullik Bjønnes wrote: We need to go through these documents and verify and update them for the upcomming 1.2.0 release. Oh... MAINTAINERS is fairly complete. Mathed-wise... Andre' -- André Pönitz ..

Re: [PATCH] tiny whitespace

2002-03-21 Thread John Levon
On Fri, Mar 22, 2002 at 04:06:19PM +1000, Allan Rae wrote: Take a look at the copyright notice in just about any file you care to name. I've give you an example: src/lyxfunc.C Any way, the new style header is much better and should replace all the old variants ... More importantly,

Re: [Devel] Bug list update

2002-03-21 Thread John Levon
On Fri, Mar 22, 2002 at 01:54:23PM +1000, Allan Rae wrote: Yes, this has regressed. Allan ? This is a rendering error only. It hasn't regressed. The last time I/we looked at this I/we concluded the bug was fixed (crashes etc.) and only a rendering error remained. Last time /I/ looked

Re: More eye candy

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 01:19:34PM +1000, Allan Rae wrote: > > no, that would be lame ... I don't even handle xforms events any more :) > > Cool, I thought you were still dreaming about using a Qt object > (ScrolledArea or somewuch) as a replacement for WorkArea I didn't > realise you'd

Re: More eye candy

2002-03-21 Thread Juergen Spitzmueller
Allan Rae wrote: > On Thu, 21 Mar 2002, John Levon wrote: > > A couple of hacks, and Qt has a mostly working toolbar : > > > > http://movementarian.org/ss2.png > > Sexy. Maybe we should also steal some of the klyx icons so we look > prettier. I remember the KLyX icons to be rather ugly. What

Re: make file cygwin take two

2002-03-21 Thread Juergen Vigna
On 20-Mar-2002 Lars Gullik Bjønnes wrote: > I am not sure this is needed on all platforms. > I have 0.89.5 and do not need -ljpeg. Well are you sure your xforms library didn't link in libjpeg statically? Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

PRIVATE: Suse Distrib

2002-03-21 Thread Juergen Vigna
Sorry for the private question, but are there some people with a Suse distribution (7.3 if possible) on this list. I have problems there with a configure script and really don't know what to do: Well I may post the error message I got from a user via mail too maybe some of you guys can see what

Re: make file cygwin take two

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 9:22 am, Juergen Vigna wrote: > On 20-Mar-2002 Lars Gullik Bjønnes wrote: > > I am not sure this is needed on all platforms. > > I have 0.89.5 and do not need -ljpeg. > > Well are you sure your xforms library didn't link in libjpeg statically? > >Jug SPL

Re: configure is dying...

2002-03-21 Thread Angus Leeming
On Wednesday 20 March 2002 8:58 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | configure:9582: checking for forms.h > | configure:9592: -I$(top_srcdir)/src/cheaders -I/usr/include conftest.C > | >/dev/null 2>conftest.out ./configure[9591]: > |

Re: lars's mail

2002-03-21 Thread Angus Leeming
On Wednesday 20 March 2002 10:55 pm, Mate Wierdl wrote: > I am confused: when I go to > > http://www.mail-archive.com/lyx-devel%40lists.lyx.org/maillist.html > > I see messages from Lars. > > Could you tell me the exact problem? > > Mate How mysterious! I can see them now too. However, just to

Re: mathed warnings!!!!

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 7:13 am, Andre Poenitz wrote: > On Wed, Mar 20, 2002 at 12:02:32PM +, Angus Leeming wrote: > > > Not again that 'virtual function override intended' stuff. > > > Yes, it IS INTENDED. It is legal. And I even consider it being nice. > > > > Fine. I'll turn off the

Re: PRIVATE: Suse Distrib

2002-03-21 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Thursday, 21. March 2002 12:06, Juergen Vigna wrote: > Sorry for the private question, but are there some people with a > Suse distribution (7.3 if possible) on this list. I have problems > there with a configure script and really don't know what to do: I

Compiling for libc5?

2002-03-21 Thread Thomas Steffen
Hi, I would like to compile lyx for libc5 (aout), so that I can use it with mulinux. gcc 2.7.2 is the latest compiler with support for libc5. Should that be possible in general? AFAIC autoconf works ok up the configuration of libsigc++. According to the website of libsigc++, it cannot be

Re: Compiling for libc5?

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 01:14:43PM +0100, Thomas Steffen wrote: > I would like to compile lyx for libc5 (aout), so that I can use it > with mulinux. gcc 2.7.2 is the latest compiler with support for libc5. > Should that be possible in general? Actually I doubt that this would be possible. I have

compile success and a config patch

2002-03-21 Thread Angus Leeming
Ok, Lars, I've finally got there. I had to tweak my configure script so that CPP="deccxx -E", or I couldn't find ostream etc. I also upgraded to automake 1.5, autoconf 2.52, although I'm not sure that that was strictly necessary. (I did this before finding the CPP fix.) Finally, I had to patch

Re: compile success and a config patch

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 1:53 pm, Angus Leeming wrote: > Ok, Lars, I've finally got there. I had to tweak my configure script so > that CPP="deccxx -E", or I couldn't find ostream etc. I also upgraded to > automake 1.5, autoconf 2.52, although I'm not sure that that was strictly > necessary. (I

building qt2

2002-03-21 Thread Angus Leeming
John, can you build the qt2 stuff in cvs? I find that make goes into qt2/xforms, creates the symbolic links and then leaves. It doesn't create any .o files at all. Angus

Re: compile cruft

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 2:32 pm, Andre Poenitz wrote: > On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote: > > My tree is now full of cruft: > > > > $ ls src/mathed/formula.* > > src/mathed/formula.C > > src/mathed/formula.h > > src/mathed/formula.lo > > src/mathed/formula.o > >

Re: math-starts-with-macro bug in fix4

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:54:41PM +0100, Kuba Ober wrote: > I wonder if it applies to 2.0 as well? It works fine in 1.2.0cvs. Andre' -- André Pönitz .. [EMAIL PROTECTED]

mathed question

2002-03-21 Thread Angus Leeming
André, how do I create a macro, so, within mathed? \begin_inset FormulaMacro \newcommand{\bmath}[1]{\mathbf{#1}} \end_inset I can create a macro mathbf{A} by typing \mathbf_A_, where _ is a space, but this doesn't work with #1. I can also edit the lyx file to create the macro I want, and

Re: mathed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 3:18 pm, Angus Leeming wrote: > André, how do I create a macro, so, within mathed? > > \begin_inset FormulaMacro > \newcommand{\bmath}[1]{\mathbf{#1}} > > \end_inset > > I can create a macro mathbf{A} by typing \mathbf_A_, where _ is a space, > but this doesn't work with

Reading the emacs manual reveals all...

2002-03-21 Thread Duncan Simpson
Surely deleteing superflous spaces is just a matter of M-x delete-trailing-whitespace, which you learn about under the Display, Trailing whitespace. It operates in the whoole buffer so hit C-x n n (narrow to region) if you want to restrict it to an area of a buffer, and C-x n w (widen) when you

Re: compile cruft

2002-03-21 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Thu, Mar 21, 2002 at 02:29:06PM +, Angus Leeming wrote: >> My tree is now full of cruft: >> >> $ ls src/mathed/formula.* >> src/mathed/formula.C >> src/mathed/formula.h >> src/mathed/formula.lo >> src/mathed/formula.o >> src/mathed/formula.o.d

Re: compile success and a config patch

2002-03-21 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use | Index: config/lyxinclude.m4 | === | RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/lyxinclude.m4,v | retrieving

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Jules Bean
On Tue, Mar 19, 2002 at 11:05:31PM +, Duncan Simpson wrote: > A feature you might not be aware of is using M-q is for formatting > multiple line comments. I guess a lot of people have also discovered > VC mode too. Given all the above it is any suprise I am hopelessly > addicted to emacs for

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:18:17PM +, Angus Leeming wrote: > André, how do I create a macro, so, within mathed? > > \begin_inset FormulaMacro > \newcommand{\bmath}[1]{\mathbf{#1}} Type \newcommand{\bmath}[1]{\mathbf{#1}} select it, and press > I can also edit the lyx file to create

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Juergen Vigna
On 21-Mar-2002 Jules Bean wrote: > Repeat after me: > > Tabs for Indentation, > Spaces for Alignment! That is exaclty what I also miss! Jug -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen VignaE-Mail: [EMAIL PROTECTED] Italienallee 13/N

Re: mathed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 3:43 pm, Andre Poenitz wrote: > On Thu, Mar 21, 2002 at 03:18:17PM +, Angus Leeming wrote: > > André, how do I create a macro, so, within mathed? > > > > \begin_inset FormulaMacro > > \newcommand{\bmath}[1]{\mathbf{#1}} > > Type > >

Re: compile success and a config patch

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 2:03 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use > | Index: config/lyxinclude.m4 > | === > | RCS file:

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote: > > > > \newcommand{\bmath}[1]{\mathbf{#1}} > > > > select it, and press > > Ok. So there's no way of doing this within mathed. Fair enough. That is - none that I am aware of... > Ie, wrapping the font change inside the macro

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 03:55:31PM +, Angus Leeming wrote: > Ok. So there's no way of doing this within mathed. Fair enough. Do a cvs update & type '\mathbf #1' Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: Reading the emacs manual reveals all...

2002-03-21 Thread Angus Leeming
On Tuesday 19 March 2002 11:05 pm, Duncan Simpson wrote: > Surely deleteing superflous spaces is just a matter of M-x > delete-trailing-whitespace, which you learn about under the Display, > Trailing whitespace. It operates in the whoole buffer so hit C-x n n > (narrow to region) if you want to

Re: mathed question

2002-03-21 Thread Andre Poenitz
On Thu, Mar 21, 2002 at 04:42:37PM +, Angus Leeming wrote: > Ok. I see this too. (And thanks for this instant replies. I have just > upgraded to use the fix to math_cursor.C). However, if I have a new command > > \begin_inset FormulaMacro > \newcommand{\Vector}[1]{\bmath{#1}} > >

[jeff@jab.org: Re: filtering problem for lyx lists]

2002-03-21 Thread Mate Wierdl
Here we go, Mate - Forwarded message from Jeff Breidenbach <[EMAIL PROTECTED]> - Delivered-To: [EMAIL PROTECTED] From: Jeff Breidenbach <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] In-reply-to: <[EMAIL PROTECTED]> (message from Mate Wierdl on Wed, 20 Mar 2002 16:51:05 -0600)

Re: [jeff@jab.org: Re: filtering problem for lyx lists]

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 06:14:14PM +0100, Lars Gullik Bjønnes wrote: > Hey ;-) a list of my own! you forget that no-one (not even you) was reading it ;) john -- "Committee iq: average intelligence of members, divide by headcount." - Rob Landley

Just relaying

2002-03-21 Thread Andre Poenitz
Can anybody help? - Forwarded message from ... -- Would you know what the Tex equivs are for the fonts in the Layout -> Document font drop-down? If not is there someone you could ping? The helvetica san serif seems to be cmss10 cmss12 etc. - End forwarded message - --

Re: Just relaying

2002-03-21 Thread Jules Bean
On Thu, Mar 21, 2002 at 06:16:40PM +0100, Andre Poenitz wrote: > > Can anybody help? Yes, but I don't quite understand the question. > > > - Forwarded message from ... -- > Would you know what the Tex equivs are for the fonts in the > Layout -> Document font drop-down? If not is

Re: More eye candy

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 10:06:16AM +0100, Juergen Spitzmueller wrote: > I remember the KLyX icons to be rather ugly. What about those: > > http://mailbox.univie.ac.at/Reinhard.Stepanek/lyx/lyx_artwork_icons.html yes, perhaps. of course, the icons are themeable. And it would be easy to make

Re: mathed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 4:47 pm, Andre Poenitz wrote: > On Thu, Mar 21, 2002 at 04:42:37PM +, Angus Leeming wrote: > > ps. I do this because I redefine \bmath in the latex preamble as a bit of > > \mbox{\boldmath $#1$ \unboldmath} magic to get bold lowercase greek > > letters. > > I thought

CVS make install error

2002-03-21 Thread Mike Ressler
When building recent CVS's (last few days, including 5 minutes ago), everything goes fine until the end of the install. The following gets burped at me: [...] /usr/bin/install -c -m 644 ../../lyx-devel/lib/symbols /scr/ressler/lyx-cvs/share/lyx/symbols files=`sed -e 's/^\([^ ]*\) .*$/\1/'

Re: [Devel] Questions about 1.2.0pre1

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 07:36:55PM +0100, Michael Schmitt wrote: > Hello everybody, argh stop using [EMAIL PROTECTED] !! > any ideas on when 1.2.0pre1 will be released? Are there still patches > floating around that have not been applied so far? Just one as far as I know, a crash in

Re: listerrors followup

2002-03-21 Thread Kayvan A. Sylvan
Hi Jean-Marc, Here is my latest followup to the listerrors fixes. If you have not already done so, please apply this. The backward-porting is important since many people don't have python-2.2 installed as /usr/bin/python. The converter.C patch is important to allow people who have the setting

sed question

2002-03-21 Thread Angus Leeming
Sorry for the off topic question but I'm trying to hack a way to getting my dependency stuff to work, Anyone know the sed command to strip off the front off this ../../../devel/src/mathed/math_arrayinset.C to give this math_arrayinset.C I guess I need to search for the final

Re: sed question

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 08:04:51PM +, Angus Leeming wrote: > Anyone know the sed command to strip off the front off this > ../../../devel/src/mathed/math_arrayinset.C > to give this > math_arrayinset.C echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+'

Re: sed question

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 08:08:51PM +, John Levon wrote: > echo '../../../devel/src/mathed/math_arrayinset.C' | sed 's+.*/\(.*\)$+\1+' > > is one way but sed 's+.*/++' is far simpler john -- "What *is* your fascination with my forbidden closet of mystery ?" - Chief Wiggum

Re: sed question

2002-03-21 Thread Angus Leeming
On Thursday 21 March 2002 8:09 pm, John Levon wrote: > On Thu, Mar 21, 2002 at 08:08:51PM +, John Levon wrote: > > echo '../../../devel/src/mathed/math_arrayinset.C' | sed > > 's+.*/\(.*\)$+\1+' > > > > is one way > > but sed 's+.*/++' is far simpler You're a scary man! Thank you, thank you,

Re: sed question

2002-03-21 Thread John Levon
On Thu, Mar 21, 2002 at 08:13:37PM +, Angus Leeming wrote: > You're a scary man! Thank you, thank you, thank you! you call that a knife ? /this/ is a knife : http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/ckaddr.gz (check the regexp at the bottom ...) john -- "What *is* your

  1   2   >