Re: This year's meeting

2004-04-29 Thread Andre Poenitz
On Thu, Apr 29, 2004 at 09:12:50AM -0400, Kuba Ober wrote: > On Wednesday 28 April 2004 02:07 am, Asger Kunuk Ottar Alstrup wrote: > > I probably have to miss this year's meeting, now that Elias is in the > > picture. He will be older next year, and I've never been to Poland, so > > that sounds mor

Re: An ancient LyX patch

2004-04-29 Thread Martin Vermeer
On Thu, Apr 29, 2004 at 01:17:53PM +0100, Angus Leeming spake thusly: > > Martin, rather embarassingly, I have this patch in my patches > directory. It dates from the beginning of 2002 and was written by > you. > > I'm posting it so that you can take back ownership of it, to do with > as you p

Re: Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-29 Thread Lars Gullik Bjønnes
Venkat Bhamidipati <[EMAIL PROTECTED]> writes: | Attached patch works around compile errors by #including | "LaTeXFeatures.h" in several files. I am able to compile and run | lyx-1.3.4 using gcc3.3 and Qt/Mac 3.3.1. A recent ltmain.sh is also | required. This patch is kindo ugly. What are the ac

Lyx-1.3.4/gcc3.3 on Mac OS X

2004-04-29 Thread Venkat Bhamidipati
Attached patch works around compile errors by #including "LaTeXFeatures.h" in several files. I am able to compile and run lyx-1.3.4 using gcc3.3 and Qt/Mac 3.3.1. A recent ltmain.sh is also required. Venkat diff -ruN lyx-1.3.4-orig/src/frontends/controllers/ControlPrefs.C lyx-1.3.4/src/frontends

Re: (just in case) How to reach me for chatting about the conference

2004-04-29 Thread Andre Poenitz
On Thu, Apr 29, 2004 at 12:00:11AM +0200, Lars Gullik Bjønnes wrote: > Kuba Ober <[EMAIL PROTECTED]> writes: > > | My kadu user id is 3323343, you can download the client below > > > | http://kadu.net/index.php?page=download&lang=en > > Kadu what the F*** is kadu? > > :-) > > Can't you just

Re: Fwd: [LONG] LyX Developer Conference 2005 -- insane ramblings ;)

2004-04-29 Thread Andre Poenitz
On Wed, Apr 28, 2004 at 05:40:08PM -0400, Kuba Ober wrote: > Now, as an added perk (and since the whole shebang would be in Poznan) > there are possibilities of doing crazy things. A day trip to some interesting place nearby is just fine. > There are many more-and-less worthwhile sightseeing acti

Re: Does gnuplot have a "safe" mode?

2004-04-29 Thread Angus Leeming
Thanks for your thoughts Ethan and apologies for the top posting. I'm cc-ing the lyx-devel list to trigger some interaction. Regards, Angus On Thursday 29 April 2004 6:17 pm, Ethan Merritt wrote: > On Thursday 29 April 2004 08:34 am, you wrote: > > I'm a developer of LyX (www.lyx.org) and we hav

Re: FYI: gcc 3.2 and 3.4 comparison

2004-04-29 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: Lars> Jean-Marc, I see that you have not applied this. Do you want Do Lars> you want me to do it? >> It got lost in my backlog of mails. I'll apply it, but won't >> complain if you do it first. Angus> a

Re: This year's meeting

2004-04-29 Thread Kuba Ober
On Wednesday 28 April 2004 02:07 am, Asger Kunuk Ottar Alstrup wrote: > I probably have to miss this year's meeting, now that Elias is in the > picture. He will be older next year, and I've never been to Poland, so > that sounds more realistic for me. There are direct flights from Copenhagen to Po

Re: FYI: gcc 3.2 and 3.4 comparison

2004-04-29 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Lars> Jean-Marc, I see that you have not applied this. Do you want > Lars> Do you want me to do it? > It got lost in my backlog of mails. I'll apply it, but won't > complain if you do it first. and the 23 April, "Re: Patches against 1.3.4 for SGI C++ compiler" one fr

Re: (just in case) How to reach me for chatting about the conference

2004-04-29 Thread Kuba Ober
On Wednesday 28 April 2004 06:00 pm, Lars Gullik Bjønnes wrote: > Kuba Ober <[EMAIL PROTECTED]> writes: > | My kadu user id is 3323343, you can download the client below > | > | http://kadu.net/index.php?page=download&lang=en > > Kadu what the F*** is kadu? Like AIM, and has a nice english tra

Re: FYI: gcc 3.2 and 3.4 comparison

2004-04-29 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I do not think Lars> that older gcc's or other compilers should have | problems with Lars> any of this. So apply as you see fit. Lars> Jean-Marc, I see that you have not applied

LyX on OSX (X11) link

2004-04-29 Thread Angus Leeming
http://www.devel.lyx.org/download/ Jean-Marc, this link (to the LyX on OSX (X11) HOWTO) now goes to lyx_on_aqua.html. I guess that that makes the paragraph redundant. Angus Beside the page mentioned above, Ronald Florence has also set up a LyX on OSX (X11) HOWTO for installing LyX on Mac OS X, e

Re: [patch] dynamic toolbars for XForms

2004-04-29 Thread Angus Leeming
Angus Leeming wrote: > The attached patch builds on my patches of last week that cleaned up > the Qt and Gtk Toolbar code, splitting the Toolbar class into three > new classes LayoutBox, Toolbar and Toolbars, the latter being simply > a container of, well, Toolbar-s ;-) > > This patch extends tha

Re: [patch] require extension for graphic filenames

2004-04-29 Thread Georg Baum
Jose' Matos wrote: > Regarding the other variants: > a) import module > > b) from module import function > > I use a) when I call the functions from that modules very few times, > when I have to write module.function several times I consider that a > nuissance and resort to b). Ok, I used a

Re: [patch] require extension for graphic filenames

2004-04-29 Thread Jose' Matos
On Thursday 29 April 2004 08:01, Georg Baum wrote: > > It does work. However, if > > import os.path > ... > os.path.join(...) > > is ok, I would prefer that, because it does not invent new names. I > asked because I thought that this style of importing was deprecated > now. Certainly. :-) What

Re: [patch] require extension for graphic filenames

2004-04-29 Thread Georg Baum
Jose' Matos wrote: > On Wednesday 28 April 2004 12:39, Georg Baum wrote: > Why don't you use the new error and warnings framework? Because I am not familiar with it yet, but I'll change it. One problem with this is that the default warning level is 10, and this is not documented in lyx2lyx --he