Re: Last prerelease of LyX 1.1.6

2001-01-08 Thread Jean-Marc Lasgouttes

> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

Garst> Jean-Marc Lasgouttes wrote:
>>  > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
>> 
>> >> > The last time I checked (weeks ago with CVS) I could not
>> compile >> with --with-pspell (0.11.2)Guess I'll try again. Garst
Garst> OK, here is the make.log from today's cvs
>>  I do not have pspell installed and it's a bit difficult to see
>> what to do, but it seems the following patch should help. Could you
>> try it out?
>> 
>> JMarc
Garst> Seems to work. Compiled, installed, started up, reconfigured,
Garst> restarted, and spellchecked. Thanks, Garst

And you do not have more problems related to image rendering than
usual?

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Garst R. Reese

Jean-Marc Lasgouttes wrote:
> 
> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
> 
> >> > The last time I checked (weeks ago with CVS) I could not compile
> >> with --with-pspell (0.11.2)Guess I'll try again. Garst
> Garst> OK, here is the make.log from today's cvs
> 
> I do not have pspell installed and it's a bit difficult to see what to
> do, but it seems the following patch should help. Could you try it
> out?
> 
> JMarc
Seems to work. Compiled, installed, started up, reconfigured, restarted,
and spellchecked.
Thanks,
Garst



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
| 
| Garst> 2.95.3test1 was announced on Freshmeat Garst
| 
| And they did not tel me :(
| 
| Anyway, I have not been able to figure out what is new exactly.

but this is not the same 2.95.3 that has been mentioned earlier...

Very little is new, it is a bugfix release.

Lgb



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread John Levon

On 5 Jan 2001, Jean-Marc Lasgouttes wrote:

> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
> 
> Garst> 2.95.3test1 was announced on Freshmeat Garst
> 
> And they did not tel me :(
> 
> Anyway, I have not been able to figure out what is new exactly.
> 
> JMarc
> 

actually, the reporter was probably using mandrake, which I think named
its hacked up 2.95.2 as 2.95.3 ...

far more confusing than what redhat did, but mandrake didn't get a word of
complaint ... hmm

john

-- 
"Unless you love someone, nothing else makes any sense."
- e.e. cummings




Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Jean-Marc Lasgouttes

> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

>> > The last time I checked (weeks ago with CVS) I could not compile
>> with --with-pspell (0.11.2)Guess I'll try again. Garst
Garst> OK, here is the make.log from today's cvs

I do not have pspell installed and it's a bit difficult to see what to
do, but it seems the following patch should help. Could you try it
out?

JMarc

Index: spellchecker.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/spellchecker.C,v
retrieving revision 1.42
diff -u -r1.42 spellchecker.C
--- spellchecker.C  2000/12/05 14:15:44 1.42
+++ spellchecker.C  2001/01/05 15:18:14
@@ -968,7 +968,8 @@
 
 #warning should go somewhere more sensible
 void sigchldhandler(pid_t pid, int * status)
-{ 
+{
+#ifndef USE_PSPELL
if (isp_pid > 0)
if (pid == isp_pid) {
isp_pid= -1;
@@ -976,5 +977,6 @@
   to nonblocking so we 
can 
   continue */
}
+#endif
sigchldchecker(pid, status);
 }



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Jean-Marc Lasgouttes

> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

Garst> 2.95.3test1 was announced on Freshmeat Garst

And they did not tel me :(

Anyway, I have not been able to figure out what is new exactly.

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Jean-Marc Lasgouttes

> "Micha" == =?iso-8859-2?Q?Micha=B3 Kuratczyk?=  writes:

Micha> 1) Current CVS version does not compile for me. gcc-2.95.3,
Micha> libstdc++-2.10.0.

Micha> FontInfo.o: In function `stringbuf::underflow(void)':
Micha> 
/home/users/kura/soft/lyx-devel/src/support/sstream.h(.gnu.linkonce.t._._7ostream+0x14):

Did you run 'make distclean' before recompiling? Since gcc 2.95.3
seems to have a proper sstream header, I do not see why we are not
using it. Could you send us the relevant excerpts of config.log?

JMarc




Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Garst R. Reese

Jean-Marc Lasgouttes wrote:
> 
> > "Micha" == =?iso-8859-2?Q?Micha=B3 Kuratczyk?=  writes:
> 
> Micha> On Sun, Dec 31, 2000 at 09:41:32AM +0100, Lars Gullik Bjønnes
> Micha> wrote:
> >> Please try this out so that we can deliver a stable release that
> >> will be really stable.
> Micha> 1) Current CVS version does not compile for me. gcc-2.95.3,
> Micha> libstdc++-2.10.0.
> 
> Hmm, does gcc 2.95.3 really exist?
> 
2.95.3test1 was announced on Freshmeat
Garst



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Jean-Marc Lasgouttes

> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:

Herbert> open a new lyx-file, change in layout-document-paper for
Herbert> example the topmargin, save the lyx-file and have a look at
Herbert> it with any other editor, the new values for the margins are
Herbert> not saved.

I cannot reproduce this. Could you give a detailed example?

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-05 Thread Jean-Marc Lasgouttes

> "Micha" == =?iso-8859-2?Q?Micha=B3 Kuratczyk?=  writes:

Micha> On Sun, Dec 31, 2000 at 09:41:32AM +0100, Lars Gullik Bjønnes
Micha> wrote:
>> Please try this out so that we can deliver a stable release that
>> will be really stable.
Micha> 1) Current CVS version does not compile for me. gcc-2.95.3,
Micha> libstdc++-2.10.0.

Hmm, does gcc 2.95.3 really exist?

Micha> 2) Because of (1) I do not know what about current LyX, but my
Micha> few days old version has a following unexpected behaviour
Micha> (bug?):

This is still the case.

Micha> When document looks like this: * | bar

Micha> The '*' is caused by . The '|' is cursor. The 'bar' is
Micha>  text.

Micha> Pressing [DELETE] causes this: bar

Micha> instead of expected (for me at least): * bar

This happens because the empty itemize paragraph is deleted by the
automatic mechanism which avoid empty paragraphs. I do not know how to
fix that...

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-04 Thread Jean-Marc Lasgouttes

> "Paul" == Paul Seelig <[EMAIL PROTECTED]> writes:

Paul> Thanks, that's what i did and it build just fine. I'm just
Paul> amazed about the fact that this LyX unlike former versions (for
Paul> me that's 1.1.5fix3) consumes up to almost 300MB of disk space
Paul> for building.

Current gcc versions are terrible wrt debug information size. Building
without -g is much better in this respect.

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-04 Thread Paul Seelig

On Thu, Jan 04, 2001 at 10:35:05AM +0100, Lars Gullik Bjønnes wrote:
> Lior Silberman <[EMAIL PROTECTED]> writes:
[...]
> | Try
> | increasing the space on the /tmp filesystem (e.g. there may be files you
> | don't need in there). If it is part of the swap device, add more swap
> | space.
> 
> Or try to just set "export TMPDIR="
> to a dir with more avail. space.
> 
Thanks, that's what i did and it build just fine.  I'm just amazed
about the fact that this LyX unlike former versions (for me that's
1.1.5fix3) consumes up to almost 300MB of disk space for building.

I've build a proper Debian/unstable .deb file and plan to provide it
at "ftp://ntama.uni-mainz.de/pub/debian/unofficial/" sometime tomorrow
or in the weekend, if anybody is interested.

I'm BTW *very* positively surprised by 1.1.6pre3!  In spite of the
still annoying xforms toolkit the user interface enhancements are
really a big step forward.  A big *THANK YOU* :-)

   Cheers, P. *8^)
-- 
    Paul Seelig <[EMAIL PROTECTED]> -
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   --- http://ntama.uni-mainz.de 



Re: Last prerelease of LyX 1.1.6

2001-01-04 Thread Lars Gullik Bjønnes

Lior Silberman <[EMAIL PROTECTED]> writes:

| On 3 Jan 2001, Paul Seelig wrote:
| 
| > > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6pre3.tar.gz
| > > 
| > I just can't get it built at all while it was easy to build
| > lyx-1.1.5fix3.  Here's where compilation repeatedly (5x) fails:
| > 
| 
| > --- snip 
| > g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ 
|-I../../../src/frontends/ -I../../.. -I../../.. -I../../../boost -isystem 
|/usr/X11R6/include -g -O -fno-rtti -fno-exceptions -W -Wall -c FormPreferences.C -o 
|FormPreferences.o
| > cc1plus: /tmp/cckmo0Pe.s: I/O error
| 
| This is a wild guess, but this could be a disk full problem.

Agree it looks like something like that.

| Try
| increasing the space on the /tmp filesystem (e.g. there may be files you
| don't need in there). If it is part of the swap device, add more swap
| space.

Or try to just set "export TMPDIR="
to a dir with more avail. space.

Lgb



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Lior Silberman



On 3 Jan 2001, Paul Seelig wrote:

> > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6pre3.tar.gz
> > 
> I just can't get it built at all while it was easy to build
> lyx-1.1.5fix3.  Here's where compilation repeatedly (5x) fails:
> 

> --- snip 
> g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ 
>-I../../.. -I../../.. -I../../../boost -isystem /usr/X11R6/include -g -O -fno-rtti 
>-fno-exceptions -W -Wall -c FormPreferences.C -o FormPreferences.o
> cc1plus: /tmp/cckmo0Pe.s: I/O error

This is a wild guess, but this could be a disk full problem. Try
increasing the space on the /tmp filesystem (e.g. there may be files you
don't need in there). If it is part of the swap device, add more swap
space.

> --- snip 
> 
> As you can see, i tried with both xforms-0.88 and xforms-0.89 and the
> error obviously occurs always in the same place.
> 
> System is GNU/Debian Linux (release unstable aka woody) with kernel
> 2.2.17 on an i586-233MMX.  Compiler is gcc/g++ version 2.95.2
> 2220, libc6 is 2.2.  I've attached the output of "./configure".
> 
> Thank you, P. *8^)
> 
> 

Good luck,
Lior.




Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Paul Seelig

[EMAIL PROTECTED] (Lars Gullik Bjxnnes) writes:

> ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.6pre3.tar.gz
> 
> Please try this out so that we can deliver a stable release that will
> be really stable.
> 
I just can't get it built at all while it was easy to build
lyx-1.1.5fix3.  Here's where compilation repeatedly (5x) fails:

--- snip 
==> ../nohup.lyx-xforms0.88 <==
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ 
-I../../.. -I../../.. -I../../../boost -isystem /usr/X11R6/include -g -O -fno-rtti 
-fno-exceptions -W -Wall -c FormPreferences.C -o FormPreferences.o
cc1plus: /tmp/cckmo0Pe.s: I/O error
make[5]: *** [FormPreferences.lo] Error 1
make[5]: Leaving directory `/usr/src/lyx-1.1.6pre3/src/frontends/xforms'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/lyx-1.1.6pre3/src/frontends'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.1.6pre3/src'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/usr/src/lyx-1.1.6pre3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/lyx-1.1.6pre3'
make: *** [build-stamp] Error 2
Command exited with non-zero status 2
1174.44user 173.60system 25:46.71elapsed 87%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (1023856major+1087707minor)pagefaults 0swaps

==> ../nohup.lyx-xforms0.88 <==
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ 
-I../../.. -I../../.. -I../../../boost -isystem /usr/X11R6/include -g -O -fno-rtti 
-fno-exceptions -W -Wall -c FormPreferences.C -o FormPreferences.o
cc1plus: /tmp/cc6rzKnh.s: I/O error
make[4]: *** [FormPreferences.lo] Error 1
make[4]: Leaving directory `/usr/src/lyx-1.1.6pre3/src/frontends/xforms'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.1.6pre3/src/frontends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/lyx-1.1.6pre3/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/src/lyx-1.1.6pre3/src'
make: *** [all-recursive] Error 1

==> ../nohup.lyx-xforms0.89 <==
g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ -I../../../src/frontends/ 
-I../../.. -I../../.. -I../../../boost -isystem /usr/X11R6/include -g -O -fno-rtti 
-fno-exceptions -W -Wall -c FormPreferences.C -o FormPreferences.o
cc1plus: /tmp/ccBlQ6Zb.s: I/O error
make[5]: *** [FormPreferences.lo] Error 1
make[5]: Leaving directory `/usr/src/lyx-1.1.6pre3/src/frontends/xforms'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/src/lyx-1.1.6pre3/src/frontends'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/lyx-1.1.6pre3/src'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/usr/src/lyx-1.1.6pre3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/lyx-1.1.6pre3'
make: *** [build-stamp] Error 2
Command exited with non-zero status 2
1173.61user 179.13system 31:57.97elapsed 70%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (1032542major+1103215minor)pagefaults 44swaps
--- snip 

As you can see, i tried with both xforms-0.88 and xforms-0.89 and the
error obviously occurs always in the same place.

System is GNU/Debian Linux (release unstable aka woody) with kernel
2.2.17 on an i586-233MMX.  Compiler is gcc/g++ version 2.95.2
2220, libc6 is 2.2.  I've attached the output of "./configure".

Thank you, P. *8^)


 Output of ./configure

-- 
    Paul Seelig <[EMAIL PROTECTED]> -
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   --- http://ntama.uni-mainz.de 



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Jean-Marc Lasgouttes

> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> EXTRA_DIST should to it.

Done.

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
| 
| Lars> No, not that I know of.
| 
| Lars> Have I said that earlier?
| 
| I don't think so. Is it enough to add it to EXTRA_DIST, or is there a
| special variable for scripts?

EXTRA_DIST should to it.

Lgb



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Jean-Marc Lasgouttes

> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:

Lars> No, not that I know of.

Lars> Have I said that earlier?

I don't think so. Is it enough to add it to EXTRA_DIST, or is there a
special variable for scripts?

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Lars Gullik Bjønnes

Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| > "Miyata" == Miyata Shigeru <[EMAIL PROTECTED]> writes:
| 
| Miyata> Here is an update of two OS/2 related files. Please replace
| Miyata> the old ones in CVS with them. And PLEASE PLEASE PLEASE
| Miyata> include autogen.sh in the distribution.
| 
| I updated the files. Lars, is there a reason why autogen.sh should not
| be in the distribution?

No, not that I know of.

Have I said that earlier?

Lgb



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Jean-Marc Lasgouttes

> "Miyata" == Miyata Shigeru <[EMAIL PROTECTED]> writes:

Miyata> Here is an update of two OS/2 related files. Please replace
Miyata> the old ones in CVS with them. And PLEASE PLEASE PLEASE
Miyata> include autogen.sh in the distribution.

I updated the files. Lars, is there a reason why autogen.sh should not
be in the distribution?

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Jean-Marc Lasgouttes

> "Florian" == Florian Cramer <[EMAIL PROTECTED]> writes:

Florian> Am Sun, 31.Dec.2000 um 09:41:32 +0100 schrieb Lars Gullik
Florian> Bjønnes:
>>  Please try this out so that we can deliver a stable release that
>> will be really stable.

Florian> When my locales are set to German, all pre-releases of LyX -
Florian> including this one - give me a weird mix of German and
Florian> English UI messages. While all dialogs are in German - which
Florian> the exception of tab titles in tabbed dialogues and
Florian> -->Layout-->Tabular-->LongTable -, the pull-down menus are in
Florian> English.

This is because the menus have not been translated in the new scheme
for german. 

Florian> Btw, is it possible to access tabbed dialogues with keyboard
Florian> shortcuts? (I must confessed that I am not too happy with
Florian> tabbed dialogues in general...)

I don't know about that, but if it is possible, we should certainly
have shortcuts.

JMarc



Re: Last prerelease of LyX 1.1.6

2001-01-03 Thread Michał Kuratczyk

On Sun, Dec 31, 2000 at 09:41:32AM +0100, Lars Gullik Bjřnnes wrote:
>Please try this out so that we can deliver a stable release that will
>be really stable.
1) Current CVS version does not compile for me. gcc-2.95.3, libstdc++-2.10.0.

FontInfo.o: In function `stringbuf::underflow(void)':
/home/users/kura/soft/lyx-devel/src/support/sstream.h(.gnu.linkonce.t._._7ostream+0x14):
undefined reference to `__vl.7ostream'
Spacing.o: In function `stringbuf::underflow(void)':
/home/users/kura/soft/lyx-devel/src/support/sstream.h(.gnu.linkonce.t._._7istream+0x14):
undefined reference to `__vl.7istream'
lyxlex.o: In function `LyXLex::text(void) const':
/usr/include/g++/std/bastring.h:215: undefined reference to `__vl.7istream'
support/.libs/libsupport.a(DebugStream.o): In function
`DebugStream::~DebugStream(void)':
/usr/include/g++/iostream.h:230: undefined reference to `__vl.7ostream'
collect2: ld returned 1 exit status

2) Because of (1) I do not know what about current LyX, but my few days old
version has a following unexpected behaviour (bug?):

When document looks like this:
* |
bar

The '*' is caused by .
The '|' is cursor.
The 'bar' is  text.

Pressing [DELETE] causes this:
bar

instead of expected (for me at least):
* bar

The behaviour is expected when document looks like this:
* foo |
bar

[DELETE] causes:
* foo bar

-- 
Michal Kuratczyk <[EMAIL PROTECTED]>



Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Juergen Vigna


On 02-Jan-2001 Lars Gullik Bjønnes wrote:
>| 
>| Well whatever! This needs fixing and I decided (2) is the way to go!
> 
> Depends how you did it...

Well as I said adding parameters to the functions in screen.C (I didn't
touch workarea!).

But you'll see soon I'll commit before 17:00 as then I'll have to go visit
Susana & Kai who are still in hospital.

  Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

We're only in it for the volume.
-- Black Sabbath




Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Florian Cramer

Am Sun, 31.Dec.2000 um 09:41:32 +0100 schrieb Lars Gullik Bjønnes:
> 
> Please try this out so that we can deliver a stable release that will
> be really stable.

When my locales are set to German, all pre-releases of LyX - including this
one - give me a weird mix of German and English UI messages. While all
dialogs are in German - which the exception of tab titles in tabbed
dialogues and -->Layout-->Tabular-->LongTable -, the pull-down menus are in
English.

Btw, is it possible to access tabbed dialogues with keyboard shortcuts? (I
must confessed that I am not too happy with tabbed dialogues in general...)

Florian

-- 
http://userpage.fu-berlin.de/~cantsin/
http://www.complit.fu-berlin.de/institut/lehrpersonal/cramer.html
PGP public key ID 6440BA05 



Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Lars Gullik Bjønnes

Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 02-Jan-2001 Juergen Vigna wrote:
| > 
| > BUT: However did this did it wrong because the text can now be owned
| >  by an inset too and so bv_owner == 0!!! Now the only way out of
| >  this dilemma is:
| > 
| > 1. (Re)Activate the WorkArea owner OR
| > 
| > 2. Adding a BufferView * parameter to the functions in question!
| > 
| > So What!?
| 
| Well whatever! This needs fixing and I decided (2) is the way to go!

Depends how you did it...

Lgb




Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Lars Gullik Bjønnes

Juergen Vigna <[EMAIL PROTECTED]> writes:

| On 01-Jan-2001 Herbert Voss wrote:
| > 
| > open the attached lyx-file, insert in the last line of the table any
| > character behind the \p and lyx crashs.
| > all works well until i append a new line into this table, went into
| > the left cell and wrote a backslash. reproducing this error is no
| > problem. the table was first written with 1.1.6pre2.
| 
| I tracked this down and this is due to a change in LyXScreen or better
| WorkArea where the owner() has been removed so that we don't have the
| owner anymore and look for the bv_owner of the text.
| 
| BUT: However did this did it wrong because the text can now be owned
|  by an inset too and so bv_owner == 0!!! Now the only way out of
|  this dilemma is:
| 
| 1. (Re)Activate the WorkArea owner OR
| 
| 2. Adding a BufferView * parameter to the functions in question!

This one. but _not_ if it means adding anything BufferView to
WorkArea.

Can you please tell me where it crashes.

Lgb



Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Juergen Vigna


On 01-Jan-2001 Herbert Voss wrote:
> 
> open a new lyx-file, change in layout-document-paper for example
> the topmargin, save the lyx-file and have a look at it with any
> other editor, the new values for the margins are not saved.
> 

I tried this and it works correctly (at least here with todays cvs)!

 Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Hacker's Quicky #313:
Sour Cream -n- Onion Potato Chips
Microwave Egg Roll
Chocolate Milk




Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Juergen Vigna


On 01-Jan-2001 Herbert Voss wrote:
> 
> open the attached lyx-file, insert in the last line of the table any
> character behind the \p and lyx crashs.
> all works well until i append a new line into this table, went into
> the left cell and wrote a backslash. reproducing this error is no
> problem. the table was first written with 1.1.6pre2.

Fixed! (will commit soon with other stuff still todo ;)

 Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

To be intoxicated is to feel sophisticated but not be able to say it.



#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 2,17
\textclass scrbook
\begin_preamble
\end_preamble
\options bibtotoc,idxtotoc
\language german
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 11
\spacing single 
\papersize Custom
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\paperorientation portrait
\paperwidth 15cm
\paperheight 22cm
\leftmargin 2cm
\topmargin 1cm
\rightmargin 2cm
\bottommargin 2cm
\headsep 1cm
\footskip 0cm
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle fancy

\layout Standard

a test
\layout Standard


\begin_inset  Tabular






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://www.iid.de/iukdg/iukdg.html}
\end_inset 




\begin_inset Text

\layout Standard

Informations- und Kommunikationsdienstegesetz der Bundesrepublik Deutschland
\end_inset 






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://www.mathcs.rhodes.edu/~barr/cryptolabtmp/}
\end_inset 




\begin_inset Text

\layout Standard

Cryptography
\end_inset 






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://www.math.ohiou.edu/~qvu/crypto/}
\end_inset 




\begin_inset Text

\layout Standard

An Introduction to Cryptography
\end_inset 






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://goethe.ira.uka.de/seminare/dzs/}
\end_inset 




\begin_inset Text

\layout Standard

Digitale Zahlungssysteme
\end_inset 






\begin_inset Text

\layout Standard


\backslash 
p
\end_inset 




\begin_inset Text

\layout Standard

\end_inset 





\end_inset 


\the_end





Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Juergen Vigna


On 02-Jan-2001 Juergen Vigna wrote:
> 
> BUT: However did this did it wrong because the text can now be owned
>  by an inset too and so bv_owner == 0!!! Now the only way out of
>  this dilemma is:
> 
> 1. (Re)Activate the WorkArea owner OR
> 
> 2. Adding a BufferView * parameter to the functions in question!
> 
> So What!?

Well whatever! This needs fixing and I decided (2) is the way to go!

   Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

I'll eat ANYTHING that's BRIGHT BLUE!!




Re: Last prerelease of LyX 1.1.6

2001-01-02 Thread Juergen Vigna


On 01-Jan-2001 Herbert Voss wrote:
> 
> open the attached lyx-file, insert in the last line of the table any
> character behind the \p and lyx crashs.
> all works well until i append a new line into this table, went into
> the left cell and wrote a backslash. reproducing this error is no
> problem. the table was first written with 1.1.6pre2.

I tracked this down and this is due to a change in LyXScreen or better
WorkArea where the owner() has been removed so that we don't have the
owner anymore and look for the bv_owner of the text.

BUT: However did this did it wrong because the text can now be owned
 by an inset too and so bv_owner == 0!!! Now the only way out of
 this dilemma is:

1. (Re)Activate the WorkArea owner OR

2. Adding a BufferView * parameter to the functions in question!

So What!?

   Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen VignaE-Mail:  [EMAIL PROTECTED]
Italienallee 13/N   Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen   Web: http://www.sad.it/~jug

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Argue for your limitations, and sure enough, they're yours.
-- Messiah's Handbook : Reminders for the Advanced Soul




Re: Last prerelease of LyX 1.1.6

2001-01-01 Thread Herbert Voss

"Lars Gullik Bjønnes" wrote:
> 
> What is supposed to be the last prerelease before 1.1.6 proper has now
> been released.
> 
> Even if there are no known serious bugs, please be
> clever and backup your LyX documents before tryinging it out.
> Especially since this version of LyX uses a fileformat that it not
> backwards compatible.

open the attached lyx-file, insert in the last line of the table any
character behind the \p and lyx crashs.
all works well until i append a new line into this table, went into
the left cell and wrote a backslash. reproducing this error is no
problem. the table was first written with 1.1.6pre2.

lyx 1.1.6 pre3 source file and also binaries
linux suse 7.0

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

#LyX 1.1 created this file. For more info see http://www.lyx.org/
\lyxformat 2,17
\textclass scrbook
\begin_preamble
\end_preamble
\options bibtotoc,idxtotoc
\language german
\inputencoding latin1
\fontscheme default
\graphics default
\paperfontsize 11
\spacing single 
\papersize Custom
\paperpackage a4
\use_geometry 1
\use_amsmath 1
\paperorientation portrait
\paperwidth 15cm
\paperheight 22cm
\leftmargin 2cm
\topmargin 1cm
\rightmargin 2cm
\bottommargin 2cm
\headsep 1cm
\footskip 0cm
\secnumdepth 4
\tocdepth 4
\paragraph_separation indent
\defskip medskip
\quotes_language german
\quotes_times 2
\papercolumns 1
\papersides 2
\paperpagestyle fancy

\layout Standard

a test
\layout Standard


\begin_inset  Tabular






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://www.iid.de/iukdg/iukdg.html}
\end_inset 




\begin_inset Text

\layout Standard

Informations- und Kommunikationsdienstegesetz der Bundesrepublik Deutschland
\end_inset 






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://www.mathcs.rhodes.edu/~barr/cryptolabtmp/}
\end_inset 




\begin_inset Text

\layout Standard

Cryptography
\end_inset 






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://www.math.ohiou.edu/~qvu/crypto/}
\end_inset 




\begin_inset Text

\layout Standard

An Introduction to Cryptography
\end_inset 






\begin_inset Text

\layout Standard


\latex latex 

\backslash 
path{http://goethe.ira.uka.de/seminare/dzs/}
\end_inset 




\begin_inset Text

\layout Standard

Digitale Zahlungssysteme
\end_inset 






\begin_inset Text

\layout Standard


\backslash 
p
\end_inset 




\begin_inset Text

\layout Standard

\end_inset 





\end_inset 


\the_end





Re: Last prerelease of LyX 1.1.6

2000-12-31 Thread Miyata Shigeru

Here is an update of two OS/2 related files.  Please
replace the old ones in CVS with them.
And PLEASE PLEASE PLEASE include autogen.sh in the distribution.

Regards,
SMiyata

 1.1.6-os2-support.tar.gz


Re: Last prerelease of LyX 1.1.6

2000-12-31 Thread Herbert Voss

"Lars Gullik Bjønnes" wrote:
> 
> What is supposed to be the last prerelease before 1.1.6 proper has now
> been released.
> 
> Even if there are no known serious bugs, please be
> clever and backup your LyX documents before tryinging it out.
> Especially since this version of LyX uses a fileformat that it not
> backwards compatible.

open a new lyx-file, change in layout-document-paper for example
the topmargin, save the lyx-file and have a look at it with any
other editor, the new values for the margins are not saved.

Herbert

with a happy new year to all of you :-)

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/



Re: Last prerelease of LyX 1.1.6

2000-12-31 Thread Kayvan A. Sylvan

On Sun, Dec 31, 2000 at 09:41:32AM +0100, Lars Gullik Bjønnes wrote:
> What is supposed to be the last prerelease before 1.1.6 proper has now
> been released. [...]

There are now RPM packages on my ftp server (ftp://ftp.sylvan.com/pub/lyx).

---Kayvan
-- 
Kayvan A. Sylvan
Sylvan Associates, Inc.
http://www.successlinks.com/kayvan



Re: Last prerelease of LyX 1.1.6

2000-12-31 Thread Garst R. Reese

"Garst R. Reese" wrote:
> 
> "Lars Gullik Bjønnes" wrote:
> >
> > What is supposed to be the last prerelease before 1.1.6 proper has now
> > been released.
> 
> > - PSpell library and Aspell spell checker support now included thanks
> >   largely to Kevin Atkinson (PSpell and Aspell maintainer).
> >
> The last time I checked (weeks ago with CVS) I could not compile with
> --with-pspell
> (0.11.2)Guess I'll try again.
> Garst
OK, here is the make.log from today's cvs

make[3]: Entering directory `/usr/local/garst/lyx-devel/src'
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -I../boost -I/usr/local/include   -isystem 
/usr/X11R6/include  -O -fno-rtti -fno-exceptions -W -Wall -c spellchecker.C
spellchecker.C:630: warning: #warning Why isnt word_ok a bool? (Lgb)
spellchecker.C:969: warning: #warning should go somewhere more sensible
spellchecker.C: In function `void sigchldhandler(int, int *)':
spellchecker.C:972: `isp_pid' undeclared (first use this function)
spellchecker.C:972: (Each undeclared identifier is reported only once
spellchecker.C:972: for each function it appears in.)
spellchecker.C:975: `isp_fd' undeclared (first use this function)
make[3]: *** [spellchecker.o] Error 1
make[3]: Leaving directory `/usr/local/garst/lyx-devel/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/garst/lyx-devel/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/usr/local/garst/lyx-devel/src'
make: *** [all-recursive] Error 1



Re: Last prerelease of LyX 1.1.6

2000-12-31 Thread Garst R. Reese

"Lars Gullik Bjønnes" wrote:
> 
> What is supposed to be the last prerelease before 1.1.6 proper has now
> been released.

> - PSpell library and Aspell spell checker support now included thanks
>   largely to Kevin Atkinson (PSpell and Aspell maintainer).
> 
The last time I checked (weeks ago with CVS) I could not compile with
--with-pspell
(0.11.2)Guess I'll try again.
Garst