Re: [Patch] Wrong handling of inserting Plain Text

2007-11-22 Thread Abdelrazak Younes
Pavel Sanda wrote: hi, 1.Insert->File->Plain Text 2.Cancel in Dialog 3. Error: Reading not UTF-8 encoded file The file is not UTF-8 encoded. It will be read as local 8Bit-encoded. If this does not give the correct result then please change the encoding of

Re: changeset/21691 breaks layout configuration

2007-11-22 Thread Bo Peng
On Nov 22, 2007 6:40 PM, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > With the new configure.py from changeset/21691 LyX 1.6svn cannot find any > layout file anymore. > When I revert to the former configure.py it works. > > Astonishingly there is no problem with LyX 1.5.3svn and the new version. I admi

Re: Eek, calling InsetNewline::latex !

2007-11-22 Thread Uwe Stöhr
> Do you still encounter this? I can confirm this, it's there since a few days. Uwe

[Patch] Wrong handling of inserting Plain Text

2007-11-22 Thread Pavel Sanda
hi, 1.Insert->File->Plain Text 2.Cancel in Dialog 3. Error: Reading not UTF-8 encoded file The file is not UTF-8 encoded. It will be read as local 8Bit-encoded. If this does not give the correct result then please change the encoding of the file to UTF-8 wi

changeset/21691 breaks layout configuration

2007-11-22 Thread Uwe Stöhr
With the new configure.py from changeset/21691 LyX 1.6svn cannot find any layout file anymore. When I revert to the former configure.py it works. Astonishingly there is no problem with LyX 1.5.3svn and the new version. regards Uwe

Re: Eek, calling InsetNewline::latex !

2007-11-22 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: I get this message a lot when using 1.6svn. Indication of a problem, or just ongoing work? I can provide test files if necessary. Do you still encounter this? It is not supposed to happen. I just compiled a new

Re: Problem with the toclevel of chapter* in book.layout.

2007-11-22 Thread Jean-Marc Lasgouttes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: > >> Here is my proposal. Since the style chapter is always suppressed in >> article, it is not a problem to update it in numarticle (which is not >> aptly named). > > How about renaming it aptly, then? This is 1.6 stu

Re: index-bug in 1.6.0svn with data loss

2007-11-22 Thread sebastian guttenberg
> I don't understand this. Perhaps you should try current SVN (which contains > my latest patch) Ah! Now it looks much better!! :-) No problems visible! I will tell you, if I encounter other ones. Thanks a lot! Sebastian -- This message has been scanned for viruses and dangerous content by Ma

different text-class warning

2007-11-22 Thread sebastian guttenberg
Hi all I just wanted to report a long-standing problem that I have due to a change from older to newer lyx (I think it was, when I changed to 1.4.3, but I am not sure). It is related to the editing of my multi-document thesis. The philosophy of my thesis was that I can print each child-document sep

Re: index-bug in 1.6.0svn with data loss

2007-11-22 Thread Martin Vermeer
On Thu, 22 Nov 2007 15:41:55 +0200 sebastian guttenberg <[EMAIL PROTECTED]> wrote: > > Ah, cursed whitespace. Just replace the tabs by eight spaces. > > ah, ok. Did that. I have > "good news": I get a different error message now ;-) : > > :~/lyx-devel$ lyxdev > Traceback (most recent call last)

Re: index-bug in 1.6.0svn with data loss

2007-11-22 Thread sebastian guttenberg
> Ah, cursed whitespace. Just replace the tabs by eight spaces. ah, ok. Did that. I have "good news": I get a different error message now ;-) : :~/lyx-devel$ lyxdev Traceback (most recent call last): File "/home/basti/lyx-devel/lib/./lyx2lyx/lyx2lyx", line 78, in doc.convert() File "/ho

Re: Problem with the toclevel of chapter* in book.layout.

2007-11-22 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Here is my proposal. Since the style chapter is always suppressed in > article, it is not a problem to update it in numarticle (which is not > aptly named). How about renaming it aptly, then? Jürgen

Re: Problem with the toclevel of chapter* in book.layout.

2007-11-22 Thread Martin Vermeer
On Wed, 21 Nov 2007 11:37:45 +0100 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > "Bo Peng" <[EMAIL PROTECTED]> writes: > > > I think the problem is that we would like to use .inc files to reduce > > repeated definition, but we also need to address differences in > > different .layout files by

[patch] bug 4371: pasting text as lines cannot be undone in tables

2007-11-22 Thread Juergen Spitzmueller
http://bugzilla.lyx.org/show_bug.cgi?id=4371 Since the patch seems uncontroversial, I'll commit to branch and trunk in a minute. Jürgen Index: src/insets/InsetTabular.cpp === --- src/insets/InsetTabular.cpp (Revision 21691) +++ src/i