Re: Bidi support in Lyx 1.5 svn

2006-12-28 Thread Dov Feldstern
Hi! I don't know what to say, it's working for me even after setting the locales that you sent. Could it have to do with the screen-fonts? Perhaps True-type fonts (I don't know if that's what you're using) have a built-in BiDi algorithm or something? I'm using the culmus fonts, maybe you sho

Hebrew encoding (cp1255)

2006-12-28 Thread Dov Feldstern
Georg Baum wrote: On Sunday 24 December 2006 01:02, Dov Feldstern wrote: Okay, this is the issue: if a paragraph's language is Hebrew, then the encoding is identified correctly using "use language's default encoding". However, if the paragraph's language is English, but you have some Hebrew wo

Re: [PATCH] LyX/Mac menu merging

2006-12-28 Thread Bennett Helm
On Dec 22, 2006, at 10:43 AM, Jean-Marc Lasgouttes wrote: "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Can you try the following patch? The outcome should be the Jean-Marc> same in english, and in f

Re: Linuxdoc relicts?

2006-12-28 Thread Georg Baum
On Thursday 28 December 2006 22:04, Michael Gerz wrote: > Should we delete manpage.layout and remove the LinuxDoc code from the > other files? You need a memory upgrade ;-) We discussed this and more already, see thread "LinuxDoc questions" from august. Georg

Linuxdoc relicts?

2006-12-28 Thread Michael Gerz
Hello, by accident, I noticed that manpage.layout refers to LinuxDoc which AFAICS is no longer supported. A recursive grep shows that there are several other files which still handle LinuxDoc, too. Here are the relevant ones: ./development/FORMAT ./lib/configure.py ./lib/examples/docbook

[patch] fix bug 2927

2006-12-28 Thread Georg Baum
This patch fixes bug 2927. Note that we do not have the problem with the "unknown" encoding anymore (I found out that an 8859-6 definition is provided by the same package that provides the cp1256 encoding definition: http://tug.ctan.org/tex-archive/language/arabic/arabi/arabi/texmf/latex/arabi/)

Re: graphics converter broken

2006-12-28 Thread Georg Baum
On Thursday 28 December 2006 18:20, Michael Gerz wrote: > Something for the python gurus: > > File "C:/Dokumente und Einstellungen/user/Lokale > Einstellungen/Temp/lyx_tmpdir4040a03468/lyxconvert0.py", line 11 > SyntaxError: Non-ASCII character '\xc3' in file C:/Dokumente und > Einstellungen/user

Re: What to do if iconv fails?

2006-12-28 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Currently we are doing something illegal if iconv fails Georg> (creating a vector from two pointers, where the end is before Georg> the start). That throws a std::bad_alloc exception in my Georg> environment. What do we want to do? The

Re: [Cvslog] r16417 - in /lyx-devel/trunk: lib/configure.py src/export...

2006-12-28 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> On Thursday 28 December 2006 17:23, [EMAIL PROTECTED] wrote: >> Author: baum Date: Thu Dec 28 17:23:12 2006 New Revision: 16417 >> >> URL: http://www.lyx.org/trac/changeset/16417 Log: Add LyX 1.4.x >> format for export Georg> It is c

Re: Model/view separation of Paragraph class

2006-12-28 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> We advertise unicode for 1.5.0 a lot, therefore it should at least >> work with the more common languages (e.g. cjk). Abdelrazak> Indeed, we should not advertise unicode in 1.5 unless cjk Abdelrazak> and RTL works fine. If tha

Re: Towards LyX 1.4.4 [status update #1]

2006-12-28 Thread Georg Baum
On Thursday 28 December 2006 15:07, Jean-Marc Lasgouttes wrote: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > >> 2868 fixedintrunk, patch Vector graphics should be converted to pdf > >> for pdflatex e... > > Georg> That would look like the attached (untested). If that is OK > Georg> I

graphics converter broken

2006-12-28 Thread Michael Gerz
Something for the python gurus: File "C:/Dokumente und Einstellungen/user/Lokale Einstellungen/Temp/lyx_tmpdir4040a03468/lyxconvert0.py", line 11 SyntaxError: Non-ASCII character '\xc3' in file C:/Dokumente und Einstellungen/user/Lokale Einstellungen/Temp/lyx_tmpdir4040a03468/lyxconvert0.py o

Re: [Cvslog] r16417 - in /lyx-devel/trunk: lib/configure.py src/export...

2006-12-28 Thread Michael Gerz
Georg Baum schrieb: On Thursday 28 December 2006 17:23, [EMAIL PROTECTED] wrote: Author: baum Date: Thu Dec 28 17:23:12 2006 New Revision: 16417 URL: http://www.lyx.org/trac/changeset/16417 Log: Add LyX 1.4.x format for export It is clear that we want this. The question is: Do we want

Re: [Cvslog] r16417 - in /lyx-devel/trunk: lib/configure.py src/export...

2006-12-28 Thread Georg Baum
On Thursday 28 December 2006 17:23, [EMAIL PROTECTED] wrote: > Author: baum > Date: Thu Dec 28 17:23:12 2006 > New Revision: 16417 > > URL: http://www.lyx.org/trac/changeset/16417 > Log: > Add LyX 1.4.x format for export It is clear that we want this. The question is: Do we want to keep the 1.3.

Re: Model/view separation of Paragraph class

2006-12-28 Thread Georg Baum
On Thursday 28 December 2006 15:29, Abdelrazak Younes wrote: > Well, I reckon that in this particular case, the cleanup will improve > stability because we avoid altogether CoordCache and empty rows problem. > Lots of bugs and crashes were caused by metrics problem in the past so > this patch is

Re: Model/view separation of Paragraph class

2006-12-28 Thread José Matos
On Thursday 28 December 2006 2:29 pm, Abdelrazak Younes wrote: > So Jose? I see that you came back, care to give your opinion? Proceed (carefully). :-) > Abdel. -- José Abílio

Re: Model/view separation of Paragraph class

2006-12-28 Thread Michael Gerz
Abdelrazak Younes schrieb: Well, I reckon that in this particular case, the cleanup will improve stability because we avoid altogether CoordCache and empty rows problem. Lots of bugs and crashes were caused by metrics problem in the past so this patch is really beneficial to single view. By l

Re: Model/view separation of Paragraph class

2006-12-28 Thread Bo Peng
I guess that if Georg adds his vote, there is no need to wait for Jose approval because then, the patch would be backed up by three different developpers. I can not back up this patch since I do not have time to read it. I can, however, testify that when I examined the metrics stuff to fix some

Re: Model/view separation of Paragraph class

2006-12-28 Thread Abdelrazak Younes
Georg Baum wrote: On Wednesday 27 December 2006 23:52, Michael Gerz wrote: I suggest committing the patch sooner than later. I guess minor problems can be fixed afterwards. Creating a branch doesn't sound like a good idea. In the past, branches haven't been very successful. That is not true in

Re: Towards LyX 1.4.4 [status update #1]

2006-12-28 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I put this in since it is trivial. OK >> 2868 fixedintrunk, patch Vector graphics should be converted to pdf >> for pdflatex e... Georg> That would look like the attached (untested). If that is OK Georg> I'll test it and put it in.

Re: Change Tracking - Status Update

2006-12-28 Thread José Matos
On Saturday 23 December 2006 1:45 pm, Michael Gerz wrote: > Jose, all, Hi Michael, > one week of vacation and I didn't manage to write a single line of code :-( I can say the same thing. And don't if I should frown or smile. ;-) > As said before, change tracking works in general but "accept

Re: Including the Extended-Insets manual to next LyX 1.4.x release

2006-12-28 Thread José Matos
On Saturday 23 December 2006 11:49 am, [EMAIL PROTECTED] wrote: > I sympathize with you, but I'm sure it has nothing to do with you. There > hasn't been anything from Lars in a long while - I hope he's alright. I wrote to Lars, privately, supporting your request and I did not got any answer. I

Re: Model/view separation of Paragraph class

2006-12-28 Thread Georg Baum
On Wednesday 27 December 2006 23:52, Michael Gerz wrote: > I suggest committing the patch sooner than later. I guess minor problems > can be fixed afterwards. Creating a branch doesn't sound like a good > idea. In the past, branches haven't been very successful. That is not true in general, look e

Re: Towards LyX 1.4.4 [status update #1]

2006-12-28 Thread Georg Baum
On Wednesday 27 December 2006 15:56, Jean-Marc Lasgouttes wrote: > * These ones should probably be applied now: > 2476 fixedintrunk, patch Copied ERT inset produces wrong language I put this in since it is trivial. > 2868 fixedintrunk, patch Vector graphics should be converted to pdf f

Re: What to do if iconv fails?

2006-12-28 Thread Georg Baum
On Wednesday 27 December 2006 23:08, Michael Gerz wrote: > In case of an error, we could also try to convert each character > individually (some may survive iconv) but maybe this is too much effort > and leads to unwanted result as well. That would be easy to implement, but probably be slow, and i

Re: lyx2lyx doesn't recognize .lyx files from version 1.4.3

2006-12-28 Thread Georg Baum
On Thursday 28 December 2006 04:00, Jud Leonard wrote: > Lyx version 1.4.3 generates files with format 245, which is not > recognized by the current version of lyx2lyx. lyx2lyx claims that > formats up to 243 are known. I don't see this. What do you mean with 'current'? The branch that will becom

Re: Fix the cur.text() != this assertion crash.

2006-12-28 Thread Abdelrazak Younes
Bo Peng wrote: Dear all, The crash is easy to reproduce: click between two consecutive collapsable insets, and lyx will crash. Good catch Bo! Abdel.

Re: Model/view separation of Paragraph class

2006-12-28 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: Abdelrazak Younes wrote: Hello, Here is the first draft of the model/view separation of the Paragraph class. It is mostly working already execept for Copy&Paste and MultipleView. I've solve the C&P issue and many others. In single window mode,