Re: A major bug with tabular (lyx-1.1.6fix1)

2001-02-11 Thread Juergen Vigna
On 09-Feb-2001 Lars Gullik Bjønnes wrote: > >| Thus the reserved text buffer accounts for less than 2/3 of the memory >| use. Not to say that we shouldn't reduce it, but perhaps we can find some >| ways to save more space. E.g. not allocate anything until the user >| actually puts something in

crash on Figure inset (CVS version).

2001-02-11 Thread R. Lahaye
Hi, I'm running 1.2.0CVS on my Linux Mandrake 7.2 PC (Xforms 0.89). The crash occurs when giving too large numbers in the figure inset. Open the UserGuide.lyx, make it editable (buffer-toggle-read-only) and goto the platypus figure float. Click on it, so that the "Figure" window pops up. Selec

Re: need a help for CJK-LyX

2001-02-11 Thread Miyata Shigeru
Dekel Tsur <[EMAIL PROTECTED]> wrote: > I agree. The first step for the integration of CJK support is to change the > internal text representation to UCS-4 (namely change LyXParagraph::value_type > to wchar), and change the encoding of LyX files to UTF-8. sizeof(wchar_t) need not be 4. I've hea

Re: need a help for CJK-LyX

2001-02-11 Thread Miyata Shigeru
<[EMAIL PROTECTED]> wrote: > The only problem I have is the cursor movements on screens. > That is, the cursor does not move with the input local characters. [...] > Sorry for my ignorance, but is it absolute > necessity to use char->wchar_t conversion to get the correct cursor movements? LyXPa

Re: need a help for CJK-LyX

2001-02-11 Thread cghan
On Sun, 11 Feb 2001, Dekel Tsur wrote: > I agree. The first step for the integration of CJK support is to change the > internal text representation to UCS-4 (namely change LyXParagraph::value_type > to wchar),> and change the encoding of LyX files to UTF-8. > Support for CJK latex, and for CJK IM

Re: need a help for CJK-LyX

2001-02-11 Thread cghan
On Sun, 11 Feb 2001, Miyata Shigeru wrote: > What is the purpose of BufferView::getWorkArea() ? Isn't it identical to > BufferView::workarea() ? Yes, you are right. It is the left-over from the previous CJK-LyX which had to be cleaned up. > What exactly is the problem with "lyxfont::width" part

Re: need a help for CJK-LyX

2001-02-11 Thread Dekel Tsur
On Sun, Feb 11, 2001 at 10:59:57PM +0900, Miyata Shigeru wrote: > <[EMAIL PROTECTED]> wrote: > > > Attached is my recent attempt of CJK-LyX patch againt lyx-1.1.6. It is > > very incomplete, especially in the "lyxfont::width" part in "font.C". I > > hope you have time to examine the codes and gi

Re: need a help for CJK-LyX

2001-02-11 Thread Miyata Shigeru
<[EMAIL PROTECTED]> wrote: > Attached is my recent attempt of CJK-LyX patch againt lyx-1.1.6. It is > very incomplete, especially in the "lyxfont::width" part in "font.C". I > hope you have time to examine the codes and give me any resolution, hints, > or comments. I have migrated my developmen