Re: SIGSEV in CVS

2000-08-31 Thread Garst R. Reese
Allan Rae wrote: I took an extra seven seconds to look further and found it was a doddle to fix so this will be committed in a couple of minutes. Allan. (ARRae) That problem fixed. Now, how about another 7 sec? This one came in yesterday. I insert a hard space, that works. Backspace over it

RE: Any Plans on Using My Pspell Library Soon

2000-08-31 Thread Juergen Vigna
On 31-Aug-2000 Kevin Atkinson wrote: Well, I download the cvs version, Unfortunately I can't get a useful core dump because LyX catches SIGSERV, how can I avoid this On what system type are you working on? I GET useful core-dumps and have no problem starting lyx with gdb and see what

Re: Any Plans on Using My Pspell Library Soon

2000-08-31 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 31-Aug-2000 Kevin Atkinson wrote: | | Well, I download the cvs version, Unfortunately I can't get a useful core | dump because LyX catches SIGSERV, how can I avoid this | | | On what system type are you working on? I GET useful core-dumps

patch for DEC c++

2000-08-31 Thread Angus Leeming
Hello all. I've returned to work, having had a wonderful time in Canada for a couple of weeks. Attached is a small patch to allow compilation of the current CVS with DEC c++. I'm not yet subscribed to the list again, so please CC me with any replies/queries. Angus patch31Aug2000.bz2

[dgalanak@hotmail.com] [Lyx-feedback] Feedback from www.lyx.org

2000-08-31 Thread Lars Gullik Bjønnes
Dimitris Galanakis ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hello, I am trying to use lyx for writting greek. I noticed that I can use reasonably well the babel package

casting and enums (ButtonPolicies)

2000-08-31 Thread Lars Gullik Bjønnes
Seems to me that someone has not quite understood how to avoid casting when working with enums. First: whenevery you have to use a cast you should think: "Something fishy is going on, how can I avoid this." Remember also when working with enums: c++ can overload operators so that:

Patch

2000-08-31 Thread Baruch Even
Attached is a patch to add some features to InsetGraphics. This is an initial work, it includes several things: 1. Automatic conversion of graphics to PDF and EPS, currently it does them both everytime, needed is a differentiation, it depends on knowledge of the intended result and the used

Re: Patch

2000-08-31 Thread Lars Gullik Bjønnes
Baruch Even [EMAIL PROTECTED] writes: | Attached is a patch to add some features to InsetGraphics. You changelog is weird... You have small inserts in several places in the file. Please put all you changes at the top. Even if they were written some time ago. Lgb

Re: New export code

2000-08-31 Thread Juergen Vigna
On 30-Aug-2000 Lars Gullik Bjønnes wrote: | Did you forgot tex has if/then clauses ? | It is possible to use the same file with both latex/pdflatex: | | \newif \ifpdf |\ifx \pdfoutput \undefined | \pdffalse |\else | \pdftrue | \fi | | \ifpdf |

Re: New export code

2000-08-31 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | On 30-Aug-2000 Lars Gullik Bjønnes wrote: | | Did you forgot tex has if/then clauses ? | | It is possible to use the same file with both latex/pdflatex: | | | | \newif \ifpdf | |\ifx \pdfoutput \undefined | | \pdffalse | |\else | |

Re: New export code

2000-08-31 Thread Juergen Vigna
On 31-Aug-2000 Lars Gullik Bjønnes wrote: also pdflatex will almost require parameters tt are different feom the latex' ones for hyperref. You're right about the parameters I've used: \ifpdf \usepackage[pdftex=true,pdftitle={The Open Development of LyX},pdfauthor={Allan Rae[EMAIL

Re: bug: citations in figure floats

2000-08-31 Thread Dekel Tsur
On Wed, Aug 30, 2000 at 03:35:42PM -0500, Chris Eliasmith wrote: Hi, I didn't find this as a bug in the help section, so I thought I should mention it. Whenever I include a citation (M-i i) in a figure float, I get the following errors on compile (at the end of the float): Illegal

LyX servers are changing ip addresses

2000-08-31 Thread Lars Gullik Bjønnes
The LyX servers are changing ip addresses and the might we some interuptions of services because of that. Hopefully this will be quickly done. I expect everything to be working ok quite soon. Lgb

Re: SIGSEGV Segmentation fault with 1.1.5 ) (more info)

2000-08-31 Thread Sasa Janiska
On Thu, 31 Aug 2000, Allan Rae wrote: Thank you very much for your info. Here I'm sending more information in the attached file. Sincerely, Sasa (gdb) bt #0 0x402b01c8 in main_arena () from /lib/libc.so.6 #1 0x40215f7b in buffered_vfprintf (s=0x402b0120, format=0x4007e9f4 "%s%s\n",

Re: New export code

2000-08-31 Thread Andre Poenitz
I strongly disagree. If you export to latex you are supposed to know what you are doing. Well. I usually export to LaTeX to hand out the result to people without LyX. They hand it out to other people etc. It will almost always be used on systems that I don't know. Maybe some of them don't have

Re: What is table-insert renamed to?

2000-08-31 Thread Dekel Tsur
On Wed, Aug 30, 2000 at 09:05:20PM -0300, Garst R. Reese wrote: I did not have *that* problem, but Ctrl space inserted a hard space which backspace could not remove. Trying delete just inserted another hard space. Also, enabling NEW_EXPORT resulted in a failure to compile with a msg about

Re: LyX and PDF file generation

2000-08-31 Thread Dekel Tsur
On Wed, Aug 30, 2000 at 10:53:33PM -0600, Michael O'Brien wrote: A little experimentation has shown that the incompatability lies within the default LyX preamble. The lines \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} create all the problems. If I export my

Re: New export code

2000-08-31 Thread Dekel Tsur
On Thu, Aug 31, 2000 at 04:45:14PM +0200, Juergen Vigna wrote: P.S.: Thanks Dekel for this solution! :) Actually, I got this code from lyx-users (it was posted by Matej Cepl).

Re: Feedback from www.lyx.org

2000-08-31 Thread Dekel Tsur
Dimitris Galanakis ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hello, I am trying to use lyx for writting greek. I noticed that I can use reasonably well the babel package

Re: What is table-insert renamed to?

2000-08-31 Thread Garst R. Reese
Dekel Tsur wrote: On Wed, Aug 30, 2000 at 09:05:20PM -0300, Garst R. Reese wrote: I did not have *that* problem, but Ctrl space inserted a hard space which backspace could not remove. Trying delete just inserted another hard space. Also, enabling NEW_EXPORT resulted in a failure to

RE: Any Plans on Using My Pspell Library Soon

2000-08-31 Thread Lior Silberman
On Thu, 31 Aug 2000, Juergen Vigna wrote: On 31-Aug-2000 Kevin Atkinson wrote: Well, I download the cvs version, Unfortunately I can't get a useful core dump because LyX catches SIGSERV, how can I avoid this Jürgen Kevin, Do you have a limit set on the coredumpsize?

Math macro patch

2000-08-31 Thread Dekel Tsur
After having some frustration from math macros bugs, I've decided to take a deep breath and dive into the mathed code. I've managed to fix two bugs: 1) If a math macro is used in subscript/superscript, or if the argument of a macro contains a big operator, there are display bugs. I've fixed it

Re: What is table-insert renamed to?

2000-08-31 Thread Dekel Tsur
On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: Dekel Tsur wrote: What did you do to enable the NEX_EXPORT ? You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h Perhaps you did it in commandtags.h, which also might explain the delete problem you mentioned

Re: What is table-insert renamed to?

2000-08-31 Thread Garst R. Reese
Dekel Tsur wrote: On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: Dekel Tsur wrote: What did you do to enable the NEX_EXPORT ? You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h Perhaps you did it in commandtags.h, which also might explain the delete

Re: casting and enums (ButtonPolicies)

2000-08-31 Thread Allan Rae
On 31 Aug 2000, Lars Gullik Bjønnes wrote: Seems to me that someone has not quite understood how to avoid casting when working with enums. First: whenever you have to use a cast you should think: "Something fishy is going on, how can I avoid this." That's what I was thinking. I was also

Re: What is table-insert renamed to?

2000-08-31 Thread Allan Rae
On Fri, 1 Sep 2000, Dekel Tsur wrote: On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: Dekel Tsur wrote: What did you do to enable the NEX_EXPORT ? You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h Perhaps you did it in commandtags.h, which also might

Re: LyX and PDF file generation

2000-08-31 Thread Allan Rae
On Thu, 31 Aug 2000, Dekel Tsur wrote: A note for lyx-devel list: Wouldn't it be better to make LyX automatically add "\usepackage{ae,aecompl}" to the latex file if the font encoding is T1 ? Just think of the endless questions on this subject we will get if LyX 1.1.6 do not do that (assuming

anoncvs.lyx.org www.lyx.org down?

2000-08-31 Thread Marko Vendelin
ping does nothing, traceroute to aussie.lyx.org (195.0.254.205), 30 hops max, 38 byte packets ... 11 Norge2.NO.eu.net (193.71.71.17) 34.076 ms 33.891 ms 36.877 ms 12 storeslem.troll.no (195.139.0.102) 42.640 ms 46.310 ms 36.874 ms 13 * * * Marko

Re: anoncvs.lyx.org www.lyx.org down?

2000-08-31 Thread Allan Rae
The recent change of IP addresses hasn't filtered through yet. Or dns is incorrect somewhere in norway. Lars, baywatch is fine so maybe there is a small problem. FWIW aussie.lyx.org is now at 213.203.58.30 so you can just make an entry in your local machines /etc/hosts if you like (assuming

Re: SIGSEV in CVS

2000-08-31 Thread Garst R. Reese
Allan Rae wrote: > I took an extra seven seconds to look further and found it was a doddle to > fix so this will be committed in a couple of minutes. > > Allan. (ARRae) That problem fixed. Now, how about another 7 sec? This one came in yesterday. I insert a hard space, that works. Backspace

RE: Any Plans on Using My Pspell Library Soon

2000-08-31 Thread Juergen Vigna
On 31-Aug-2000 Kevin Atkinson wrote: > > Well, I download the cvs version, Unfortunately I can't get a useful core > dump because LyX catches SIGSERV, how can I avoid this > On what system type are you working on? I GET useful core-dumps and have no problem starting lyx with gdb and see

Re: Any Plans on Using My Pspell Library Soon

2000-08-31 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 31-Aug-2000 Kevin Atkinson wrote: | > | > Well, I download the cvs version, Unfortunately I can't get a useful core | > dump because LyX catches SIGSERV, how can I avoid this | > | | On what system type are you working on? I GET useful

patch for DEC c++

2000-08-31 Thread Angus Leeming
Hello all. I've returned to work, having had a wonderful time in Canada for a couple of weeks. Attached is a small patch to allow compilation of the current CVS with DEC c++. I'm not yet subscribed to the list again, so please CC me with any replies/queries. Angus patch31Aug2000.bz2

[dgalanak@hotmail.com] [Lyx-feedback] Feedback from www.lyx.org

2000-08-31 Thread Lars Gullik Bjønnes
Dimitris Galanakis ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hello, I am trying to use lyx for writting greek. I noticed that I can use reasonably well the babel package

casting and enums (ButtonPolicies)

2000-08-31 Thread Lars Gullik Bjønnes
Seems to me that someone has not quite understood how to avoid casting when working with enums. First: whenevery you have to use a cast you should think: "Something fishy is going on, how can I avoid this." Remember also when working with enums: c++ can overload operators so that:

Patch

2000-08-31 Thread Baruch Even
Attached is a patch to add some features to InsetGraphics. This is an initial work, it includes several things: 1. Automatic conversion of graphics to PDF and EPS, currently it does them both everytime, needed is a differentiation, it depends on knowledge of the intended result and the used

Re: Patch

2000-08-31 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Attached is a patch to add some features to InsetGraphics. You changelog is weird... You have small inserts in several places in the file. Please put all you changes at the top. Even if they were written some time ago. Lgb

Re: New export code

2000-08-31 Thread Juergen Vigna
On 30-Aug-2000 Lars Gullik Bjønnes wrote: >| Did you forgot tex has if/then clauses ? >| It is possible to use the same file with both latex/pdflatex: >| >| \newif \ifpdf >|\ifx \pdfoutput \undefined >| \pdffalse >|\else >| \pdftrue >| \fi >| >| \ifpdf >|

Re: New export code

2000-08-31 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 30-Aug-2000 Lars Gullik Bjønnes wrote: | >| Did you forgot tex has if/then clauses ? | >| It is possible to use the same file with both latex/pdflatex: | >| | >| \newif \ifpdf | >|\ifx \pdfoutput \undefined | >| \pdffalse | >|\else |

Re: New export code

2000-08-31 Thread Juergen Vigna
On 31-Aug-2000 Lars Gullik Bjønnes wrote: > also pdflatex will almost require parameters tt are different feom the > latex' ones for hyperref. You're right about the parameters I've used: \ifpdf \usepackage[pdftex=true,pdftitle={The Open Development of LyX},pdfauthor={Allan Rae<[EMAIL

Re: bug: citations in figure floats

2000-08-31 Thread Dekel Tsur
On Wed, Aug 30, 2000 at 03:35:42PM -0500, Chris Eliasmith wrote: > Hi, > > I didn't find this as a bug in the help section, so I > thought I should mention it. Whenever I include a citation > (M-i i) in a figure float, I get the following errors > on compile (at the end of the float): > Illegal

LyX servers are changing ip addresses

2000-08-31 Thread Lars Gullik Bjønnes
The LyX servers are changing ip addresses and the might we some interuptions of services because of that. Hopefully this will be quickly done. I expect everything to be working ok quite soon. Lgb

Re: SIGSEGV Segmentation fault with 1.1.5 ) (more info)

2000-08-31 Thread Sasa Janiska
On Thu, 31 Aug 2000, Allan Rae wrote: Thank you very much for your info. Here I'm sending more information in the attached file. Sincerely, Sasa (gdb) bt #0 0x402b01c8 in main_arena () from /lib/libc.so.6 #1 0x40215f7b in buffered_vfprintf (s=0x402b0120, format=0x4007e9f4 "%s%s\n",

Re: New export code

2000-08-31 Thread Andre Poenitz
> I strongly disagree. If you export to latex you are supposed to know > what you are doing. Well. I usually export to LaTeX to hand out the result to people without LyX. They hand it out to other people etc. It will almost always be used on systems that I don't know. Maybe some of them don't

Re: What is table-insert renamed to?

2000-08-31 Thread Dekel Tsur
On Wed, Aug 30, 2000 at 09:05:20PM -0300, Garst R. Reese wrote: > I did not have *that* problem, but Ctrl space inserted a hard space > which backspace could not remove. Trying delete just inserted another > hard space. > Also, enabling NEW_EXPORT resulted in a failure to compile with a msg >

Re: LyX and PDF file generation

2000-08-31 Thread Dekel Tsur
On Wed, Aug 30, 2000 at 10:53:33PM -0600, Michael O'Brien wrote: > A little experimentation has shown that the incompatability lies within > the default LyX preamble. The lines > \usepackage[T1]{fontenc} > \usepackage[latin1]{inputenc} > > create all the problems. If I export my

Re: New export code

2000-08-31 Thread Dekel Tsur
On Thu, Aug 31, 2000 at 04:45:14PM +0200, Juergen Vigna wrote: > > P.S.: Thanks Dekel for this solution! :) Actually, I got this code from lyx-users (it was posted by Matej Cepl).

Re: Feedback from www.lyx.org

2000-08-31 Thread Dekel Tsur
> Dimitris Galanakis ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > > > Hello, > I am trying to use lyx for writting greek. I noticed that I can use > reasonably well the babel

Re: What is table-insert renamed to?

2000-08-31 Thread Garst R. Reese
Dekel Tsur wrote: > > On Wed, Aug 30, 2000 at 09:05:20PM -0300, Garst R. Reese wrote: > > > I did not have *that* problem, but Ctrl space inserted a hard space > > which backspace could not remove. Trying delete just inserted another > > hard space. > > Also, enabling NEW_EXPORT resulted in a

RE: Any Plans on Using My Pspell Library Soon

2000-08-31 Thread Lior Silberman
On Thu, 31 Aug 2000, Juergen Vigna wrote: > > On 31-Aug-2000 Kevin Atkinson wrote: > > > > Well, I download the cvs version, Unfortunately I can't get a useful core > > dump because LyX catches SIGSERV, how can I avoid this > > > > Jürgen Kevin, Do you have a limit set on the

Math macro patch

2000-08-31 Thread Dekel Tsur
After having some frustration from math macros bugs, I've decided to take a deep breath and dive into the mathed code. I've managed to fix two bugs: 1) If a math macro is used in subscript/superscript, or if the argument of a macro contains a big operator, there are display bugs. I've fixed it

Re: What is table-insert renamed to?

2000-08-31 Thread Dekel Tsur
On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: > Dekel Tsur wrote: > > What did you do to enable the NEX_EXPORT ? > > You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h > > Perhaps you did it in commandtags.h, which also might explain the delete > > problem you

Re: What is table-insert renamed to?

2000-08-31 Thread Garst R. Reese
Dekel Tsur wrote: > > On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: > > Dekel Tsur wrote: > > > What did you do to enable the NEX_EXPORT ? > > > You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h > > > Perhaps you did it in commandtags.h, which also might explain

Re: casting and enums (ButtonPolicies)

2000-08-31 Thread Allan Rae
On 31 Aug 2000, Lars Gullik Bjønnes wrote: > Seems to me that someone has not quite understood how to avoid casting > when working with enums. > > First: whenever you have to use a cast you should think: "Something > fishy is going on, how can I avoid this." That's what I was thinking. I was

Re: What is table-insert renamed to?

2000-08-31 Thread Allan Rae
On Fri, 1 Sep 2000, Dekel Tsur wrote: > On Thu, Aug 31, 2000 at 03:00:51PM -0300, Garst R. Reese wrote: > > Dekel Tsur wrote: > > > What did you do to enable the NEX_EXPORT ? > > > You need to uncomment the "//#define NEW_EXPORT 1" in exporter.h > > > Perhaps you did it in commandtags.h, which

Re: LyX and PDF file generation

2000-08-31 Thread Allan Rae
On Thu, 31 Aug 2000, Dekel Tsur wrote: > A note for lyx-devel list: Wouldn't it be better to make LyX automatically > add "\usepackage{ae,aecompl}" to the latex file if the font encoding is T1 ? > Just think of the endless questions on this subject we will get if LyX 1.1.6 > do not do that

anoncvs.lyx.org && www.lyx.org down?

2000-08-31 Thread Marko Vendelin
ping does nothing, traceroute to aussie.lyx.org (195.0.254.205), 30 hops max, 38 byte packets ... 11 Norge2.NO.eu.net (193.71.71.17) 34.076 ms 33.891 ms 36.877 ms 12 storeslem.troll.no (195.139.0.102) 42.640 ms 46.310 ms 36.874 ms 13 * * * Marko

Re: anoncvs.lyx.org && www.lyx.org down?

2000-08-31 Thread Allan Rae
The recent change of IP addresses hasn't filtered through yet. Or dns is incorrect somewhere in norway. Lars, baywatch is fine so maybe there is a small problem. FWIW aussie.lyx.org is now at 213.203.58.30 so you can just make an entry in your local machines /etc/hosts if you like (assuming