update of the win32 kludge patch

2005-01-11 Thread Angus Leeming
Pre-empting Michael's request for this ;-) -- Angus win32_10Jan05.diff.bz2 Description: BZip2 compressed data

LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Kayvan A. Sylvan
Hi folks, Here is a LyX Solaris compile problem. - Forwarded message from Kayvan Sylvan [EMAIL PROTECTED] - P ChangeLog P configure.ac P config/ChangeLog P config/lyxinclude.m4 P po/POTFILES.in P src/BufferView_pimpl.C P src/ChangeLog P src/CutAndPaste.C P src/bufferlist.C P

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Angus Leeming
Kayvan A. Sylvan wrote: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src -I../../../lyx/src/support/.. -I../../../lyx/boost -I/u/ksylvan/include -W -Wall -I/usr/openwin/include -O2 -fno-exceptions -MT package.lo -MD -MP -MF .deps/package.Tpo -c package.C -o package.o

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Kayvan A. Sylvan wrote: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src -I../../../lyx/src/support/.. -I../../../lyx/boost -I/u/ksylvan/include -W -Wall -I/usr/openwin/include -O2 -fno-exceptions -MT package.lo -MD -MP -MF 

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Angus Leeming
Lars Gullik Bjønnes wrote: | Lars, could you investigate how to rebuild the precompiled headers when | build_dir/src/config.h is changed? pch.h.gch should depend on all headers named in pch.h and the first of these should be config.h, so nothing special should be done. Otoh... are you

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Maybe not. Kayvan, if you pass the --enable-maintainer-mode Angus flag to configure, then autogen.sh will be invoked Angus automatically when needed and config.h would, therefore, now Angus mention three macros No, autoconf will be invoked,

[PATCH] Bug 1761: Top and bottom margin of Workarea missing

2005-01-11 Thread Jean-Marc Lasgouttes
Is it as simple as that? JMarc Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2081 diff -u -p -r1.2081 ChangeLog --- src/ChangeLog 10 Jan 2005 19:17:38 - 1.2081 +++

Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Angus Leeming
I got busy and implemented the code to output messages 'lazily' so that the message can be defined before the locale directory has been ascertained, but only output afterwards. The resulting code 'in use' looks so: int main() { lazy::messages()[debug_trait::WARN] +=

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | I got busy and implemented the code to output messages 'lazily' so that | the message can be defined before the locale directory has been | ascertained, but only output afterwards. The resulting code 'in use' looks | so: Are my mails getting lost?

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Angus Leeming
Lars Gullik Bjønnes wrote: | I got busy and implemented the code to output messages 'lazily' so that | the message can be defined before the locale directory has been | ascertained, but only output afterwards. The resulting code 'in use' | looks so: Are my mails getting lost? IMNSHO we

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | I got busy and implemented the code to output messages 'lazily' so that | the message can be defined before the locale directory has been | ascertained, but only output afterwards. The resulting code 'in use' | looks so:

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Angus Leeming
Lars Gullik Bjønnes wrote: | So, let me ask why you think that users on such systems should have | these messages output only in English? but this is done after main has run so the package stuff should have been able to finish by the time the help text is outputted What? Wrong! void

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | So, let me ask why you think that users on such systems should have | these messages output only in English? but this is done after main has run so the package stuff should have been able to finish by the time the help

Re: update of the win32 kludge patch

2005-01-11 Thread Michael Schmitt
Pre-empting Michael's request for this ;-) Excellent! Thanks, Angus! Michael

Re: [rework docs] more questions

2005-01-11 Thread Uwe Stöhr
I wrote: Navigate menu: I vote for 5 possible bookmarks instead of the current available 3. Because this options is very useful when working in different sections in multiple documents. I found out now that this is possible when I change the user interface file. But now the questions: The print

Re: [rework docs] questions part two

2005-01-11 Thread Georg Baum
Am Montag, 10. Januar 2005 22:29 schrieb Uwe Stöhr: But I can't reproduce bug 922 under LyX 1.3.5. I can partially reproduce it: The layout of lists etc. stays as is when copying them into ERT boxes, and this is of course nonsense. The layout should be reset to standard in the ERT box. I guess

[rework docs] include mathed documentation

2005-01-11 Thread Uwe Sthr
Hello LyXers, I forgot to say that I want to include my mathed documentation. For those who are able to read german, it is available at http://wiki.lyx.org/pmwiki.php/LyX/LyXMathebefehle (In german because I wrote it once for me and fellow students.) I covers now nearly all math constructs. I want

Re: [rework docs] more questions

2005-01-11 Thread Michael Schmitt
Hi Uwe, I vote for 5 possible bookmarks instead of the current available 3. Because this options is very useful when working in different sections in multiple documents. I found out now that this is possible when I change the user interface file. Is it really that simple? In that case, you

Re: [rework docs] more questions

2005-01-11 Thread Uwe Stöhr
Michael Schmitt wrote: I vote for 5 possible bookmarks instead of the current available 3. Because this options is very useful when working in different sections in multiple documents. I found out now that this is possible when I change the user interface file. Is it really that simple? In

Language Lesson

2005-01-11 Thread John Weiss
On Sat, Jan 01, 2005 at 01:38:07PM +, Angus Leeming wrote: Ok, dokey. Lanuage Lesson for all international colleagues: The correct phrase is, Okey dokey. Or, if you prefer: Okee dokee Okey-dokey Okee-dokee Okie dokie

Re: Latest LyX on Latest Cygwin

2005-01-11 Thread John Weiss
On Mon, Jan 03, 2005 at 01:08:32PM -0800, Kayvan A. Sylvan wrote: Hmmm... Yes, that can happen. I route around such problems though. For example: The Acrobat reader program needs dos paths. So, I use the following shell script (as /usr/local/bin/acroread): #!/bin/sh if [ $# -eq 1

Re: Language Lesson

2005-01-11 Thread Andreas Vox
John Weiss [EMAIL PROTECTED] writes: On Sat, Jan 01, 2005 at 01:38:07PM +, Angus Leeming wrote: Ok, dokey. Lanuage Lesson for all international colleagues: The correct phrase is, Okey dokey. Or, if you prefer: Okee dokee Okey-dokey

Latest Cygwin compile problem

2005-01-11 Thread Kayvan A. Sylvan
Hi all, make[4]: Entering directory `/home/ksylvan/src/lyx-build/src/support' if /bin/bash ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I.. /../../lyx/src/support -I../../src -I../../../lyx/src/support/.. -I../../../ly x/boost -I/usr/local/include -W -Wall

update of the win32 kludge patch

2005-01-11 Thread Angus Leeming
Pre-empting Michael's request for this ;-) -- Angus win32_10Jan05.diff.bz2 Description: BZip2 compressed data

LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Kayvan A. Sylvan
Hi folks, Here is a LyX Solaris compile problem. - Forwarded message from Kayvan Sylvan <[EMAIL PROTECTED]> - P ChangeLog P configure.ac P config/ChangeLog P config/lyxinclude.m4 P po/POTFILES.in P src/BufferView_pimpl.C P src/ChangeLog P src/CutAndPaste.C P src/bufferlist.C P

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Angus Leeming
Kayvan A. Sylvan wrote: > g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src > -I../../../lyx/src/support/.. -I../../../lyx/boost -I/u/ksylvan/include > -W -Wall -I/usr/openwin/include -O2 -fno-exceptions -MT package.lo -MD > -MP -MF .deps/package.Tpo -c package.C -o package.o > >

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Kayvan A. Sylvan wrote: >> g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/support -I../../src >> -I../../../lyx/src/support/.. -I../../../lyx/boost -I/u/ksylvan/include >> -W -Wall -I/usr/openwin/include -O2 -fno-exceptions -MT package.lo -MD >> -MP -MF 

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | Lars, could you investigate how to rebuild the precompiled headers when > | build_dir/src/config.h is changed? > > pch.h.gch should depend on all headers named in pch.h and the first of > these should be config.h, so nothing special should be done. > > Otoh... are

Re: LyX CVS on Solaris compile (PACKAGING stuff...)

2005-01-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Maybe not. Kayvan, if you pass the "--enable-maintainer-mode" Angus> flag to configure, then autogen.sh will be invoked Angus> automatically when needed and config.h would, therefore, now Angus> mention three macros No, autoconf

[PATCH] Bug 1761: Top and bottom margin of Workarea missing

2005-01-11 Thread Jean-Marc Lasgouttes
Is it as simple as that? JMarc Index: src/ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2081 diff -u -p -r1.2081 ChangeLog --- src/ChangeLog 10 Jan 2005 19:17:38 - 1.2081 +++

Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Angus Leeming
I got busy and implemented the code to output messages 'lazily' so that the message can be defined before the locale directory has been ascertained, but only output afterwards. The resulting code 'in use' looks so: int main() { lazy::messages()[debug_trait::WARN] +=

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I got busy and implemented the code to output messages 'lazily' so that | the message can be defined before the locale directory has been | ascertained, but only output afterwards. The resulting code 'in use' looks | so: Are my mails getting lost?

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | I got busy and implemented the code to output messages 'lazily' so that > | the message can be defined before the locale directory has been > | ascertained, but only output afterwards. The resulting code 'in use' > | looks so: > > Are my mails getting lost? > >

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | I got busy and implemented the code to output messages 'lazily' so that >> | the message can be defined before the locale directory has been >> | ascertained, but only output afterwards. The resulting code 'in use' >> |

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | So, let me ask why you think that users on such systems should have > | these messages output only in English? > > but this is done after main has run so the package stuff should have > been able to finish by the time the help text is outputted What? Wrong! void

Re: Lazy messaging in LyX 1.4.x (method works!)

2005-01-11 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | So, let me ask why you think that users on such systems should have >> | these messages output only in English? >> >> but this is done after main has run so the package stuff should have >> been able to finish by the

Re: update of the win32 kludge patch

2005-01-11 Thread Michael Schmitt
Pre-empting Michael's request for this ;-) Excellent! Thanks, Angus! Michael

Re: [rework docs] more questions

2005-01-11 Thread Uwe Stöhr
I wrote: Navigate menu: I vote for 5 possible bookmarks instead of the current available 3. Because this options is very useful when working in different sections in multiple documents. I found out now that this is possible when I change the user interface file. But now the questions: The print

Re: [rework docs] questions part two

2005-01-11 Thread Georg Baum
Am Montag, 10. Januar 2005 22:29 schrieb Uwe Stöhr: > But I can't reproduce bug 922 under LyX 1.3.5. I can partially reproduce it: The layout of lists etc. stays as is when copying them into ERT boxes, and this is of course nonsense. The layout should be reset to standard in the ERT box. I

[rework docs] include mathed documentation

2005-01-11 Thread Uwe StÃhr
Hello LyXers, I forgot to say that I want to include my mathed documentation. For those who are able to read german, it is available at http://wiki.lyx.org/pmwiki.php/LyX/LyXMathebefehle (In german because I wrote it once for me and fellow students.) I covers now nearly all math constructs. I want

Re: [rework docs] more questions

2005-01-11 Thread Michael Schmitt
Hi Uwe, I vote for 5 possible bookmarks instead of the current available 3. Because this options is very useful when working in different sections in multiple documents. I found out now that this is possible when I change the user interface file. Is it really that simple? In that case, you

Re: [rework docs] more questions

2005-01-11 Thread Uwe Stöhr
Michael Schmitt wrote: >>> I vote for 5 possible bookmarks instead of the current available 3. >>> Because this options is very useful when working in different >>> sections in multiple documents. > I found out now that this is possible when I change the user interface file. Is it really that

Language Lesson

2005-01-11 Thread John Weiss
On Sat, Jan 01, 2005 at 01:38:07PM +, Angus Leeming wrote: > Ok, dokey. Lanuage Lesson for all international colleagues: The correct phrase is, "Okey dokey". Or, if you prefer: "Okee dokee" "Okey-dokey" "Okee-dokee" "Okie dokie"

Re: Latest LyX on Latest Cygwin

2005-01-11 Thread John Weiss
On Mon, Jan 03, 2005 at 01:08:32PM -0800, Kayvan A. Sylvan wrote: > Hmmm... Yes, that can happen. I route around such problems though. > For example: The Acrobat reader program needs dos paths. So, I use > the following shell script (as /usr/local/bin/acroread): > > #!/bin/sh > > if [ $#

Re: Language Lesson

2005-01-11 Thread Andreas Vox
John Weiss <[EMAIL PROTECTED]> writes: < < On Sat, Jan 01, 2005 at 01:38:07PM +, Angus Leeming wrote: < > Ok, dokey. < < Lanuage Lesson for all international colleagues: The correct phrase < is, "Okey dokey". < < Or, if you prefer: "Okee dokee" < "Okey-dokey" <

Latest Cygwin compile problem

2005-01-11 Thread Kayvan A. Sylvan
Hi all, make[4]: Entering directory `/home/ksylvan/src/lyx-build/src/support' if /bin/bash ../../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I.. /../../lyx/src/support -I../../src -I../../../lyx/src/support/.. -I../../../ly x/boost -I/usr/local/include -W -Wall