Re: Summary of 1.6 versus 1.5.5 WRT bugs

2008-07-05 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: If you know of any please set the version to 1.5.5. done. Jürgen

Re: Last ImageMagick has problem with slash based path on windows

2008-07-05 Thread Enrico Forestieri
On Fri, Jul 04, 2008 at 02:45:38PM +0200, Abdelrazak Younes wrote: src/support/os_win32.cpp: string const cygprefix = cygdrive + / + drive.substr(0, 1); This one is Enrico's domain :-) I made sure that cygdrive has no trailing slashes:

Re: Still no composing, and a crash...

2008-07-05 Thread Dov Feldstern
Moving this discussion from lyx-users to lyx-devel... The crash (trace below) seems to be related to file management in general, not to keyboard maps per se. So there are really two problems here: (1) the crash (2) getting compose keys to work (with or without using keymaps --- my guess is

Support request for Japanese without CJK, again (Re: [Fwd: About Japanese edition ...)

2008-07-05 Thread Tetsuya Makimura
Dear the developers of LyX, Abdelrazak Younes [EMAIL PROTECTED] writes: Juergen, Uwe, ... FYI, there are bugs related to CJK in bugzilla: ... Configuration and preview support by pLaTeX: http://bugzilla.lyx.org/show_bug.cgi?id=4290 ... I've put Uwe and Koki Yokota who have done things in

Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
This is related to bug 4812. When a LyX document is opened without a .layout file, a default layout is used. This file is unlikely to be compilable and the original layout information will be lost if the document is saved. I propose that we open the document in readonly mode in this case to

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
Bo Peng wrote: This is related to bug 4812. When a LyX document is opened without a .layout file, a default layout is used. This file is unlikely to be compilable and the original layout information will be lost if the document is saved. I propose that we open the document in readonly

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
On Sat, Jul 5, 2008 at 5:02 PM, Pavel Sanda [EMAIL PROTECTED] wrote: Bo Peng wrote: This is related to bug 4812. When a LyX document is opened without a .layout file, a default layout is used. This file is unlikely to be compilable and the original layout information will be lost if the

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
Bo Peng wrote: I propose that we open the document in readonly mode in this case to avoid data loss. maybe with some pop up dialog? We already have a dialog saying the layout file can not be found and a default layout will be used. The problem is that saving this document will lead to

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
i just meant popup to make him aware WHY readonly mode was chosen. pavel Ok. Will be done. Bo

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread rgheck
Pavel Sanda wrote: Bo Peng wrote: I propose that we open the document in readonly mode in this case to avoid data loss. maybe with some pop up dialog? We already have a dialog saying the layout file can not be found and a default layout will be used. The problem is that

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread rgheck
rgheck wrote: Pavel Sanda wrote: Bo Peng wrote: I propose that we open the document in readonly mode in this case to avoid data loss. maybe with some pop up dialog? We already have a dialog saying the layout file can not be found and a default layout will be used. The problem is that saving

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
rgheck wrote: i just meant popup to make him aware WHY readonly mode was chosen. No, I don't agree with this. How will the user manage ever to modify the file, if it's opened read-only? by copying the local layout to the appropriate place? pavel

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
rgheck wrote: i just meant popup to make him aware WHY readonly mode was chosen. No, I don't agree with this. How will the user manage ever to modify the file, if it's opened read-only? What I mean is: Maybe the user deleted the layout file and wants to use a new one, say, book. How does

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
On Sat, Jul 5, 2008 at 6:58 PM, Pavel Sanda [EMAIL PROTECTED] wrote: rgheck wrote: i just meant popup to make him aware WHY readonly mode was chosen. No, I don't agree with this. How will the user manage ever to modify the file, if it's opened read-only? The read-only status can be

Bug: open a readonly .lyx file without valid layout crashes lyx.

2008-07-05 Thread Bo Peng
As subject, backtrace is attached. This is a regression because 1.5.x works OK. #0 lyx::toqstr ([EMAIL PROTECTED]) at /usr/include/c++/4.2/bits/basic_string.h:596 #1 0x084d1eb9 in lyx::frontend::GuiErrorList::select (this=0x8d64bc0) at src/frontends/qt4/GuiErrorList.cpp:64 #2

Re: Summary of 1.6 versus 1.5.5 WRT bugs

2008-07-05 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > If you know of any please set the version to 1.5.5. done. Jürgen

Re: Last ImageMagick has problem with slash based path on windows

2008-07-05 Thread Enrico Forestieri
On Fri, Jul 04, 2008 at 02:45:38PM +0200, Abdelrazak Younes wrote: > > src/support/os_win32.cpp: string const cygprefix = cygdrive + > > "/" + drive.substr(0, 1); > > > > This one is Enrico's domain :-) I made sure that cygdrive has no trailing slashes:

Re: Still no composing, and a crash...

2008-07-05 Thread Dov Feldstern
Moving this discussion from lyx-users to lyx-devel... The crash (trace below) seems to be related to file management in general, not to keyboard maps per se. So there are really two problems here: (1) the crash (2) getting compose keys to work (with or without using keymaps --- my guess is

Support request for Japanese without CJK, again (Re: [Fwd: About Japanese edition ...)

2008-07-05 Thread Tetsuya Makimura
Dear the developers of LyX, Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Juergen, Uwe, ... > FYI, there are bugs related to CJK in bugzilla: ... > Configuration and preview support by pLaTeX: > http://bugzilla.lyx.org/show_bug.cgi?id=4290 ... > I've put Uwe and Koki Yokota who have done

Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
This is related to bug 4812. When a LyX document is opened without a .layout file, a default layout is used. This file is unlikely to be compilable and the original layout information will be lost if the document is saved. I propose that we open the document in readonly mode in this case to

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
Bo Peng wrote: > This is related to bug 4812. > > When a LyX document is opened without a .layout file, a default layout > is used. This file is unlikely to be compilable and the original > layout information will be lost if the document is saved. > > I propose that we open the document in

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
On Sat, Jul 5, 2008 at 5:02 PM, Pavel Sanda <[EMAIL PROTECTED]> wrote: > Bo Peng wrote: >> This is related to bug 4812. >> >> When a LyX document is opened without a .layout file, a default layout >> is used. This file is unlikely to be compilable and the original >> layout information will be

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
Bo Peng wrote: > >> I propose that we open the document in readonly mode in this case to > >> avoid data loss. > > > > maybe with some pop up dialog? > > We already have a dialog saying "the layout file can not be found and > a default layout will be used". The problem is that saving this >

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
> i just meant popup to make him aware WHY readonly mode was chosen. > pavel Ok. Will be done. Bo

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread rgheck
Pavel Sanda wrote: Bo Peng wrote: I propose that we open the document in readonly mode in this case to avoid data loss. maybe with some pop up dialog? We already have a dialog saying "the layout file can not be found and a default layout will be used". The problem is that

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread rgheck
rgheck wrote: Pavel Sanda wrote: Bo Peng wrote: I propose that we open the document in readonly mode in this case to avoid data loss. maybe with some pop up dialog? We already have a dialog saying "the layout file can not be found and a default layout will be used". The problem is that

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
rgheck wrote: >> i just meant popup to make him aware WHY readonly mode was chosen. >> >> > No, I don't agree with this. How will the user manage ever to modify the > file, if it's opened read-only? by copying the local layout to the appropriate place? pavel

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Pavel Sanda
rgheck wrote: >>> i just meant popup to make him aware WHY readonly mode was chosen. >>> >> No, I don't agree with this. How will the user manage ever to modify the >> file, if it's opened read-only? >> > What I mean is: Maybe the user deleted the layout file and wants to use a > new one, say,

Re: Open in read only mode when a layout file can not be located.

2008-07-05 Thread Bo Peng
On Sat, Jul 5, 2008 at 6:58 PM, Pavel Sanda <[EMAIL PROTECTED]> wrote: > rgheck wrote: >>> i just meant popup to make him aware WHY readonly mode was chosen. >>> >>> >> No, I don't agree with this. How will the user manage ever to modify the >> file, if it's opened read-only? The read-only status

Bug: open a readonly .lyx file without valid layout crashes lyx.

2008-07-05 Thread Bo Peng
As subject, backtrace is attached. This is a regression because 1.5.x works OK. #0 lyx::toqstr ([EMAIL PROTECTED]) at /usr/include/c++/4.2/bits/basic_string.h:596 #1 0x084d1eb9 in lyx::frontend::GuiErrorList::select (this=0x8d64bc0) at src/frontends/qt4/GuiErrorList.cpp:64 #2