Re: Thanks for lyx developers and users

2006-07-31 Thread Georg Baum
Am Montag, 31. Juli 2006 20:46 schrieb Lars Gullik Bjønnes: > Jose' Matos <[EMAIL PROTECTED]> writes: > > | Thanks to the help of lyx developers and users, tips, advice, humour, no smile > | Fridays and so on, I have today officially delivered my thesis. It was a > | breeze with LyX. :-) Cong

Re: Thanks for lyx developers and users

2006-07-31 Thread Edwin Leuven
Lars Gullik Bjønnes wrote: Stop that! ok Come help in the wondrous world of unicode. You can pick a char for your very own and cuddle it to your hearths desire. fortunately, being dutch, latin1 does it for me. but i must admit that you make it sound terribly tempting hadet! ;-)

Re: Thanks for lyx developers and users

2006-07-31 Thread Lars Gullik Bjønnes
Jose' Matos <[EMAIL PROTECTED]> writes: | On Monday 31 July 2006 19:46, Lars Gullik Bjønnes wrote: | > Very good. Now get your python conversion tools cranking. Unicode | > branch is ready for lyx2lyx magic. | | I am thinking about that and also about this (if you still remember it) | http://w

Re: Thanks for lyx developers and users

2006-07-31 Thread Jose' Matos
On Monday 31 July 2006 19:51, Edwin Leuven wrote: > Jose' Matos wrote: > > Thanks to the help of lyx developers and users, tips, advice, humour, no > > smile Fridays and so on, I have today officially delivered my thesis. > > welcome doctor, congratulations! Well not quite, the Viva (defense, wh

Re: Thanks for lyx developers and users

2006-07-31 Thread Jose' Matos
On Monday 31 July 2006 19:46, Lars Gullik Bjønnes wrote: > Very good. Now get your python conversion tools cranking. Unicode > branch is ready for lyx2lyx magic. I am thinking about that and also about this (if you still remember it) http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg2216

Re: Thanks for lyx developers and users

2006-07-31 Thread Lars Gullik Bjønnes
Edwin Leuven <[EMAIL PROTECTED]> writes: | Jose' Matos wrote: | > Thanks to the help of lyx developers and users, tips, advice, | > humour, no smile Fridays and so on, I have today officially | > delivered my thesis. | | welcome doctor, congratulations! | | > It was a breeze with LyX. :-) | | e

Re: Thanks for lyx developers and users

2006-07-31 Thread Edwin Leuven
Jose' Matos wrote: Thanks to the help of lyx developers and users, tips, advice, humour, no smile Fridays and so on, I have today officially delivered my thesis. welcome doctor, congratulations! It was a breeze with LyX. :-) even without unicode? (just teasin' lars ;-) Thanks guys (and

Re: Thanks for lyx developers and users

2006-07-31 Thread Lars Gullik Bjønnes
Jose' Matos <[EMAIL PROTECTED]> writes: | Thanks to the help of lyx developers and users, tips, advice, humour, no smile | Fridays and so on, I have today officially delivered my thesis. It was a | breeze with LyX. :-) Very good. Now get your python conversion tools cranking. Unicode branch is

Thanks for lyx developers and users

2006-07-31 Thread Jose' Matos
Thanks to the help of lyx developers and users, tips, advice, humour, no smile Fridays and so on, I have today officially delivered my thesis. It was a breeze with LyX. :-) Thanks guys (and gals), -- José Abílio

Re: r14526 - in /lyx-devel/branches/personal/larsbj/unicode/s...

2006-07-31 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | Author: larsbj | Date: Mon Jul 31 17:23:30 2006 | New Revision: 14526 | | URL: http://www.lyx.org/trac/changeset/14526 | Log: | Fix unicode drawing fro gtk as well And notice that no conversion functions was required to make this work. Aahhh, the wonders of ucs4 :-)

Re: Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | > | 2 The code itself in many of these functions reinvents the wheel. It | > | would be nice if ucs2_to_ucs4 et al were just iconv wrappers. | | > Aren't they just iconv wrappers? | > In what way are th

Re: Unicode - try it out

2006-07-31 Thread Angus Leeming
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | 2 The code itself in many of these functions reinvents the wheel. It > | would be nice if ucs2_to_ucs4 et al were just iconv wrappers. > Aren't they just iconv wrappers? > In what way are they reinventing the wheel? Maybe nothing. I guess these

Re: Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | > Note that it will most likely only work properly on linux. | > (I use wchar_t in a couple of places and that changes size on | > windows, also I use iconv quite heavily for the moment.) | | I've been

Re: Unicode - try it out

2006-07-31 Thread Angus Leeming
Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > Note that it will most likely only work properly on linux. > (I use wchar_t in a couple of places and that changes size on > windows, also I use iconv quite heavily for the moment.) I've been watching your progress on cvslog; I like the way it's lo

Re: Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I made some huge progress on the unicode branch this weekend, and we | are getting closer to a point where it can be merged with maintrunk. | | However, it would be nice if you could try it out. Especially if you | have easy access to something el

Unicode - try it out

2006-07-31 Thread Lars Gullik Bjønnes
I made some huge progress on the unicode branch this weekend, and we are getting closer to a point where it can be merged with maintrunk. However, it would be nice if you could try it out. Especially if you have easy access to something else than latin1... There are a lot of limitations yet, espe

Re: Signature is placed on top when exporting a letter to ascii

2006-07-31 Thread Georg Baum
Am Montag, 31. Juli 2006 12:47 schrieb Georg Baum: > The attached patch implements the additional converter. I will commit it > later today if nobody objects. I will use this better patch instead. The pstotext converter seems to work best. Georg Index: src/graph.C =

Re: Signature is placed on top when exporting a letter to ascii

2006-07-31 Thread Jose' Matos
On Monday 31 July 2006 11:47, Georg Baum wrote: > I like that idea. Actually I would nut put any energy at all in the native > ascii export, that is difficult to get right. Supposedly this is a minimum dependency path, no need to require external references. It is a fallback path and it was nev

Re: Signature is placed on top when exporting a letter to ascii

2006-07-31 Thread Georg Baum
Am Sonntag, 30. Juli 2006 22:40 schrieb Jose' Matos: > I am just proposing another path for plain text export, not to replace it. I like that idea. Actually I would nut put any energy at all in the native ascii export, that is difficult to get right. The attached patch implements the addition

Re: pkg-config - where is it available?

2006-07-31 Thread Georg Baum
Am Sonntag, 30. Juli 2006 20:19 schrieb Lars Gullik Bjønnes: > Ok, this is what I plan to commit barring comments. > > Now I can configure/build lyx-qt4 on my fc5 box without giving strange > args. (and if pkg-config is not available, the old method is used.) That works fine here. Georg