Re: lyxdbg0.3

2002-12-01 Thread Rob Lahaye
Darren Freeman wrote: > > I'd have to actually try it, but if the shell script is located in the > lyx directory but the user is currently elsewhere, then I expect ./lyx > to be looking where the user is, not where the script is. Unless sh > changes directory automatically to where the script is,

Re: small boost::format problem

2002-12-01 Thread Shigeru Miyata
Angus Leeming <[EMAIL PROTECTED]> wrote: (B (B> Incidentally, why do we pass LYX_DIR on the command line and not put (Bit in (B> config.h? That would also mean that this could go too: (B> (B> support/os2_defines.h:#undef LYX_DIR (B> support/os2_defines.h:#define LYX_DIR (B__XOS2RedirRoot("/

compile failure 1.3.0

2002-12-01 Thread Rod Pinna
Hi all, I get the error below when trying to compile 130cvs, with QT. Using gc 2.95.4. Configuration Host type: i686-pc-linux-gnu Special build flags:warnings assertions C Compiler: gcc C Compiler flags: -g -O2 C++ Compi

Re: lyx-devel src/: ChangeLog InsetList.C LyXAction.h SpellBase.h ...

2002-12-01 Thread John Levon
On Sun, Dec 01, 2002 at 11:59:26PM +, [EMAIL PROTECTED] wrote: > Log message: > ws changes Gee, cheers, now I have to throw away a whole host of patches I couldn't commit due to the freeze. Couldn't this have waited ? john

Re: Right-click images broken?

2002-12-01 Thread John Levon
On Mon, Dec 02, 2002 at 07:55:08AM +1030, Darren Freeman wrote: > Re-re-posted because.. well you get the picture =) Well, holy crap, indeed. > I would definitely think this is a 1.3.0 release showstopper. Yes. I believe it is likely to be Andre's lfun changes at fault. Please file a bug at bu

Extra blank lines in LyX-code

2002-12-01 Thread Darren Freeman
Dear list, LyX-code is pretty leanient about blank lines compared to the other environments. But still yo can't go around adding more than one blank line without a guarded-return. Yes you can =) Enter a line of text as lyx-code with a blank line and another line. Add a guarded return to the en

Insert LyX Code doesn't preserve blank lines

2002-12-01 Thread Darren Freeman
Dear list, I'm trying to insert a piece of C code into a document with the environment already set to LyX code. Unfortunately neither of the file insert options preserve the blank lines I like to leave all over the place. Yet by typing them directly (no ctrl or anything) they work fine. Is this b

Re: Right-click images broken?

2002-12-01 Thread Darren Freeman
Re-re-posted because.. well you get the picture =) I would definitely think this is a 1.3.0 release showstopper. On Wed, 2002-11-27 at 12:53, Darren Freeman wrote: > Re-posted because the bug is still there and nobody said anything... > > On Thu, 2002-10-31 at 15:36, Darren Freeman wrote: > > De

Re: Talkback feature of Mozilla 1.2

2002-12-01 Thread Michael A. Koziarski
Oh don't forget that cursed music, hip-hop. It's enough to make you fire a gun next to both ears to remove all trace of hearing =) I'm of the opinion that going to south australia at all is reason enough to something similar with a gun . :) Cheers Kiwi Koz

Re: lyxdbg0.3

2002-12-01 Thread Darren Freeman
On Sun, 2002-12-01 at 20:30, Rob Lahaye wrote: > Darren Freeman wrote: > > On Sun, 2002-12-01 at 16:18, Rob Lahaye wrote: > >>Darren, have a look at v0.3b :) > >>Prettyfied it a bit; functionality is same. > > > > Yes, but still much prettier. > > > > One functionality change is that it now doesn

Re: lyx-devel src/frontends/qt2/ui/: QPrefUIModule.ui

2002-12-01 Thread John Levon
On Wed, Nov 13, 2002 at 06:14:14PM +1000, Allan Rae wrote: > remove : > > ability to re-enable last files > > ability to reset path for last files > > assuming you upgrade from an xforms based LyX where you set one of the > these. ;-) Yes, correct. Then again they can edit

Re: lyxdbg0.3

2002-12-01 Thread Rob Lahaye
Darren Freeman wrote: > On Sun, 2002-12-01 at 16:18, Rob Lahaye wrote: >>Darren, have a look at v0.3b :) >>Prettyfied it a bit; functionality is same. > > Yes, but still much prettier. > > One functionality change is that it now doesn't check for lyx in the > same directory as $0 which is what I

Re: lyxdbg0.3

2002-12-01 Thread Darren Freeman
On Sun, 2002-12-01 at 16:18, Rob Lahaye wrote: > Darren Freeman wrote: > > Rob, all, > > > > I just overhauled lyxdbg again, now v0.3 > > Darren, have a look at v0.3b :) > Prettyfied it a bit; functionality is same. Yes, but still much prettier. One functionality change is that it now doesn't c

Re: apparent charstr bugs

2002-12-01 Thread John Levon
On Sun, Dec 01, 2002 at 09:09:58AM +0100, Lars Gullik Bjønnes wrote: > Is LTR evaluation guaranteed? Well, if it behaves like C does... why wouldn't it... john -- "Trolls like content too." - Bob Abooey, /.

Re: apparent charstr bugs

2002-12-01 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sun, Dec 01, 2002 at 04:03:11AM +0100, Lars Gullik Bjønnes wrote: | | > bb = lbX + |dialog_->lbXunit->currentText().latin1() + ' '; | | aren't these OK ? | | LTR order of evaluation : Is LTR evaluation guaranteed?