Re: [unicode,patch] Update to unicode.C

2006-09-11 Thread Enrico Forestieri
On Tue, Sep 12, 2006 at 02:25:43AM +0200, Enrico Forestieri wrote: > On Mon, Sep 11, 2006 at 11:09:52PM +, Angus Leeming wrote: > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > This is due to the fact that boost 1.34 defaults to windows paths and > > > API even on cygwin. The attached pa

Re: [unicode,patch] Update to unicode.C

2006-09-11 Thread Enrico Forestieri
On Mon, Sep 11, 2006 at 11:09:52PM +, Angus Leeming wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > This is due to the fact that boost 1.34 defaults to windows paths and > > API even on cygwin. The attached patch fixes this problem. I am going > > to commit it soon as I think it is n

Re: [unicode,patch] Update to unicode.C

2006-09-11 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > This is due to the fact that boost 1.34 defaults to windows paths and > API even on cygwin. The attached patch fixes this problem. I am going > to commit it soon as I think it is not controversial. Looks reasonable indeed. Aren't you forgetting Bo's

Re: [unicode,patch] Update to unicode.C

2006-09-11 Thread Enrico Forestieri
On Mon, Sep 11, 2006 at 02:41:01AM +0200, Enrico Forestieri wrote: > On Mon, Sep 11, 2006 at 01:37:32AM +0200, Enrico Forestieri wrote: > > > $ ./src/lyx > > Same as entered returned > > Unable to determine the path to the LyX binary from the command line > > ./src/lyx > > Something weird is goi

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Enrico Forestieri
On Mon, Sep 11, 2006 at 01:37:32AM +0200, Enrico Forestieri wrote: > $ ./src/lyx > Same as entered returned > Unable to determine the path to the LyX binary from the command line ./src/lyx Something weird is going on, as if I invoke lyx through a full path: $ /usr/local/src/lyx/lyx-1.5.0svn/buil

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Enrico Forestieri
On Sun, Sep 10, 2006 at 10:26:18PM +0200, Lars Gullik Bjønnes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > | On Sun, Sep 10, 2006 at 08:26:02PM +0200, Lars Gullik Bjønnes wrote: > | > | > Enrico Forestieri <[EMAIL PROTECTED]> writes: > | > > | > | On Sun, Sep 10, 2006 at 01:18:56A

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Lars Gullik Bjønnes
Enrico Forestieri <[EMAIL PROTECTED]> writes: | On Sun, Sep 10, 2006 at 08:26:02PM +0200, Lars Gullik Bjønnes wrote: | | > Enrico Forestieri <[EMAIL PROTECTED]> writes: | > | > | On Sun, Sep 10, 2006 at 01:18:56AM +0200, Lars Gullik Bjønnes wrote: | > | | > | > | > | > This patch tries to simp

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Enrico Forestieri
On Sun, Sep 10, 2006 at 08:26:02PM +0200, Lars Gullik Bjønnes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > | On Sun, Sep 10, 2006 at 01:18:56AM +0200, Lars Gullik Bjønnes wrote: > | > | > > | > This patch tries to simplify the code a bit. Further installments in > | > progress. >

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Lars Gullik Bjønnes
Enrico Forestieri <[EMAIL PROTECTED]> writes: | On Sun, Sep 10, 2006 at 01:18:56AM +0200, Lars Gullik Bjønnes wrote: | | > | > This patch tries to simplify the code a bit. Further installments in | > progress. | > | > This works for me, but I'd be happy if someone else also took the time | > to

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Enrico Forestieri
On Sun, Sep 10, 2006 at 01:18:56AM +0200, Lars Gullik Bjønnes wrote: > > This patch tries to simplify the code a bit. Further installments in > progress. > > This works for me, but I'd be happy if someone else also took the time > to test it. Especially windows people. Sorry, but I have a probl

Re: [unicode,patch] Update to unicode.C

2006-09-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | This patch tries to simplify the code a bit. Further installments in | progress. | | This works for me, but I'd be happy if someone else also took the time | to test it. Especially windows people. | | I'll hold off committing this until tomorrow.

[unicode,patch] Update to unicode.C

2006-09-09 Thread Lars Gullik Bjønnes
This patch tries to simplify the code a bit. Further installments in progress. This works for me, but I'd be happy if someone else also took the time to test it. Especially windows people. I'll hold off committing this until tomorrow. Index: src/support/unicode.C ===