Re: What Magic Compiler Is Needed for LyX?

2003-02-08 Thread Andreas Pour
On Fri, Feb 07, 2003 at 12:30:12PM -0600, Andreas Pour wrote: For SuSE 8.0, the compile is broken if you set CXXFLAGS in your env. This is IF you're fiddling with CXXFLAGS you should know what you're doing. Hi, As it happens I know what I am doing, and hence I know that I should not

Re: [PATCH] changes: LColor

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 01:33:14AM +, Angus Leeming wrote: John Levon wrote: I'm drunk and I'm still making more sense than you ! But to whom, that is the question. A fair point, perhaps ;) john

Re: reLyX and minipages revisited

2003-02-08 Thread Georg Baum
Am Samstag, 8. Februar 2003 03:40 schrieb Angus Leeming: Having said that, reLyX without this patch also merges a paragraph ending with a minipage with the next paragraph. Kayvan, I've CCed you in the vain hope that you might know the answer! The problem is the % after \end{minipage}. If you

BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Michael Abshoff
Hello, Just compiled 1.3.0 from source. Played around with the lyx-server. IIRC lyx should kill .lyxpipe.{in,ou} on exit. Apperantly that is not the case. I do remember a thread about reverting some changes to the lyx-server just before releasing 1.3.0 since usage shut up to 100% when using it.

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Joao Luis Meloni Assirati
Hi, On Sat, 8 Feb 2003, Michael Abshoff wrote: Just compiled 1.3.0 from source. Played around with the lyx-server. IIRC lyx should kill .lyxpipe.{in,ou} on exit. Apperantly that is not the case. This is a problem of qt frontend. There is a patch in http://bugzilla.lyx.org/show_bug.cgi?id=865

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 05:01:32PM +0100, Michael Abshoff wrote: Just compiled 1.3.0 from source. Played around with the lyx-server. IIRC lyx should kill .lyxpipe.{in,ou} on exit. Apperantly that is not the case. fixed already in cvs branch Additionally the Perl-code in LyX-Client (under

a used as accellerator twice in insert graphics dialog

2003-02-08 Thread Dr. Richard E. Hawkins
a is used as the accellerator/shortcut for both Draft mode and Apply in the insert graphics dialog. It causes draft mode; the correct behavior would be Applay, just like everywhere else. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/\ ASCII ribbon campaign [EMAIL PROTECTED]

Re: reLyX and minipages revisited

2003-02-08 Thread Angus Leeming
Georg Baum wrote: Am Samstag, 8. Februar 2003 03:40 schrieb Angus Leeming: Having said that, reLyX without this patch also merges a paragraph ending with a minipage with the next paragraph. Kayvan, I've CCed you in the vain hope that you might know the answer! The problem is the % after

indent as default in floats makes no sense

2003-02-08 Thread Dr. Richard E. Hawkins
After unindenting lots of floats, it finally occurred to me: Even when indentation is used for paragraph breaks in the body, it makes no sense to indent within a float--the preference should be overridden. The nature of the float is that it's its own thing away from the text. I've tried, but

mouse needed before keys in insert reference

2003-02-08 Thread Dr. Richard E. Hawkins
While it is possible to change the selection in insert-reference with the up/down keys, this cannot be done until the mouse is moved into the scroll-window (is that the right term?). This is odd and frustrating. If the keys are ususable, home/end and pageup/down should probably also work. hawk,

preview option gone in graphics dialog

2003-02-08 Thread Dr. Richard E. Hawkins
The new tabbed design is nice, but the wonderful old preview button is gone! hawk -- Richard E. Hawkins, Asst. Prof. of Economics/\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail These opinions will not be those of Xand

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Michael Abshoff
Joao Luis Meloni Assirati wrote: This is a problem of qt frontend. There is a patch in http://bugzilla.lyx.org/show_bug.cgi?id=865 Thanks. Weird that I didn't find the bugsreport and patch when I searched for pipe in bugzillla. Oh well, time to go home and sleep a while. Michael --

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Michael Abshoff
John Levon wrote: I am interested in writing a torture-test for lyx to trigger bugs and crashes I thing that I will have an alpha ready in about 10 days. Are you guys interested? Very. regards john When I started fooling around with the idea I too a closer look at LyXAction.C in

Format bumped to 2.22

2003-02-08 Thread John Levon
Does lyx2lyx need modifying to be aware of the change ? All older documents will still load fine and behave normally (change tracking defaults to false) regards john

[PATCH] QDocument (A4 specials)

2003-02-08 Thread Juergen Spitzmueller
Fixes a small bug in QDocumentDialog: the A4 extra packages should also be shown if default papersize is A4 and default chosen, furthermore only in portrait mode. This is the case in Xforms and previous LyX versions. I think this can go into 1.3 too (the patch is against 1.3.1cvs, but it should

Re: [PATCH] QDocument (A4 specials)

2003-02-08 Thread John Levon
On Sun, Feb 09, 2003 at 03:16:05AM +0100, Juergen Spitzmueller wrote: Fixes a small bug in QDocumentDialog: the A4 extra packages should also be shown if default papersize is A4 and default chosen, furthermore only in portrait mode. This is the case in Xforms and previous LyX versions.

1.3.0 wide char related build failure

2003-02-08 Thread m
Hi, trying to build lyx 1.3.0 on openbsd 3.1. Here is output. Will provide any more information required. Advice? I'm still running version 1.16. Thanks for your time, -Marten g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -isystem /usr/X11R6/include -O

Re: What Magic Compiler Is Needed for LyX?

2003-02-08 Thread Andreas Pour
> On Fri, Feb 07, 2003 at 12:30:12PM -0600, Andreas Pour wrote: > > > For SuSE 8.0, the compile is broken if you set CXXFLAGS in your env. This is > > IF you're fiddling with CXXFLAGS you should know what you're doing. Hi, As it happens I know what I am doing, and hence I know that I should

Re: [PATCH] changes: LColor

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 01:33:14AM +, Angus Leeming wrote: > John Levon wrote: > > I'm drunk and I'm still making more sense than you ! > But to whom, that is the question. A fair point, perhaps ;) john

Re: reLyX and minipages revisited

2003-02-08 Thread Georg Baum
Am Samstag, 8. Februar 2003 03:40 schrieb Angus Leeming: > Having said that, reLyX without this patch also merges a paragraph ending > with a minipage with the next paragraph. Kayvan, I've CCed you in the > vain hope that you might know the answer! The problem is the "%" after \end{minipage}. If

BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Michael Abshoff
Hello, Just compiled 1.3.0 from source. Played around with the lyx-server. IIRC lyx should kill .lyxpipe.{in,ou} on exit. Apperantly that is not the case. I do remember a thread about reverting some changes to the lyx-server just before releasing 1.3.0 since usage shut up to 100% when using it.

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Joao Luis Meloni Assirati
Hi, On Sat, 8 Feb 2003, Michael Abshoff wrote: > Just compiled 1.3.0 from source. Played around with the lyx-server. IIRC > lyx should kill .lyxpipe.{in,ou} on exit. Apperantly that is not the case. This is a problem of qt frontend. There is a patch in

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread John Levon
On Sat, Feb 08, 2003 at 05:01:32PM +0100, Michael Abshoff wrote: > Just compiled 1.3.0 from source. Played around with the lyx-server. IIRC > lyx should kill .lyxpipe.{in,ou} on exit. Apperantly that is not the case. fixed already in cvs branch > Additionally the Perl-code in LyX-Client (under

a used as accellerator twice in insert graphics dialog

2003-02-08 Thread Dr. Richard E. Hawkins
"a" is used as the accellerator/shortcut for both "Draft mode" and "Apply" in the insert graphics dialog. It causes draft mode; the correct behavior would be Applay, just like everywhere else. hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL

Re: reLyX and minipages revisited

2003-02-08 Thread Angus Leeming
Georg Baum wrote: > Am Samstag, 8. Februar 2003 03:40 schrieb Angus Leeming: >> Having said that, reLyX without this patch also merges a paragraph ending >> with a minipage with the next paragraph. Kayvan, I've CCed you in the >> vain hope that you might know the answer! > > The problem is the

indent as default in floats makes no sense

2003-02-08 Thread Dr. Richard E. Hawkins
After unindenting lots of floats, it finally occurred to me: Even when indentation is used for paragraph breaks in the body, it makes no sense to indent within a float--the preference should be overridden. The nature of the float is that it's its own thing away from the text. I've tried, but

mouse needed before keys in insert reference

2003-02-08 Thread Dr. Richard E. Hawkins
While it is possible to change the selection in insert-reference with the up/down keys, this cannot be done until the mouse is moved into the scroll-window (is that the right term?). This is odd and frustrating. If the keys are ususable, home/end and pageup/down should probably also work. hawk,

"preview" option gone in graphics dialog

2003-02-08 Thread Dr. Richard E. Hawkins
The new tabbed design is nice, but the wonderful old "preview" button is gone! hawk -- Richard E. Hawkins, Asst. Prof. of Economics/"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail These opinions will not be those of Xand

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Michael Abshoff
Joao Luis Meloni Assirati wrote: This is a problem of qt frontend. There is a patch in http://bugzilla.lyx.org/show_bug.cgi?id=865 Thanks. Weird that I didn't find the bugsreport and patch when I searched for "pipe" in bugzillla. Oh well, time to go home and sleep a while. Michael --

Re: BUG?: .lyxpip.{in,out} not deleted on exit

2003-02-08 Thread Michael Abshoff
John Levon wrote: I am interested in writing a "torture-test" for lyx to trigger bugs and crashes I thing that I will have an alpha ready in about 10 days. Are you guys interested? Very. regards john When I started fooling around with the idea I too a closer look at LyXAction.C in

Format bumped to 2.22

2003-02-08 Thread John Levon
Does lyx2lyx need modifying to be aware of the change ? All older documents will still load fine and behave normally (change tracking defaults to false) regards john

[PATCH] QDocument (A4 specials)

2003-02-08 Thread Juergen Spitzmueller
Fixes a small bug in QDocumentDialog: the A4 extra packages should also be shown if default papersize is A4 and default chosen, furthermore only in portrait mode. This is the case in Xforms and previous LyX versions. I think this can go into 1.3 too (the patch is against 1.3.1cvs, but it should

Re: [PATCH] QDocument (A4 specials)

2003-02-08 Thread John Levon
On Sun, Feb 09, 2003 at 03:16:05AM +0100, Juergen Spitzmueller wrote: > Fixes a small bug in QDocumentDialog: the A4 extra packages should also be > shown if default papersize is A4 and default chosen, furthermore only in > portrait mode. This is the case in Xforms and previous LyX versions.

1.3.0 wide char related build failure

2003-02-08 Thread m
Hi, trying to build lyx 1.3.0 on openbsd 3.1. Here is output. Will provide any more information required. Advice? I'm still running version 1.16. Thanks for your time, -Marten g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../boost -isystem /usr/X11R6/include -O