> Kayvan> Who is who in that picture?
> Andre, Jose, Konni, Alfredo, Francesca (sp?), Lars, me, Angus, Jean-Marc.
Could you mark banner.ppm as BINARY, please?
CVS, by default, tranfers files in text mode.
Regards,
SMiyata
Dekel Tsur <[EMAIL PROTECTED]> wrote:
I'm relieved to see you are safe.
Regards,
SMiyata
Aditya Gilra <[EMAIL PROTECTED]> wrote:
> I have some experience in C/Java programming,
> but I've never contributed to an open-source project
> before though I'd certainly like to.
>
> Pl. inform how to proceed and which parts of the code
> to look at for Hindi rendering.
Sorry, I actually do
Aditya Gilra <[EMAIL PROTECTED]> wrote:
> Could you inform how long it is before lyx supports
> hindi/devanagari pages in unicode. I learn that
> unicode support is present but I couldn't see how
> in 1.1.6 . Do I need to get the development version
> for it.
It is unlikely to be supported unles
I wrote:
> Since I cannot compile LyX any more here, I would like Windows developers
> to submit the final patch.
Thanks to a help from Ilya Zakharevich, I modified syscall() of EMX and
I can compile LyX again on OS/2. Well, almost.
In buffer.C, is included before "LString.h", which breaks the
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> It seems to me that at the time SMiyata submitted it more for comments
> than actual inclusion. Anyway, I think we really need something like
> that.
Yes, but one of the reason was that I cannot test the code on systems
other than OS/2.
> - pay
Baruch Even <[EMAIL PROTECTED]> wrote:
> It seems like we can start using namespaces freely, at least as far as
> the developers go. There was no yelling, and so far it seems that no
> mercenary had an attempt on my life.
Had I a time to contribute to the LyX development, I would have yelled.
gc
[EMAIL PROTECTED] (Lars Gullik Bj\o nnes) wrote:
> because of?
In the case LFUN_DATE_INSERT in Dispatch() switch, time() and
localtime() are used.
> (and I hope will do)
Of course will do. Sorry.
Regards,
SMiyata
Juergen Vigna <[EMAIL PROTECTED]> wrote:
> > And I still don't understand _why_ this is needed.
>
> You will!
>
> Diff attached (I was about to commit you just beat me for about 5 minutes
> with your mail ;)
Sorry for a very late reply. But I forgot to tell you one thing.
You have to #include
I think I know what's going on.
When you are moving the cursor in a big tabular inset,
InsetTabular::moveRight() etc. calls
InsetTabular::ActivateCellInset() when the cursor moves into a
new cell, which then calls
InsetText::Edit() which then calls
InsetText::SetFont() which then calls
LyXText::S
A further correction:
> After all CJK are really easy to typeset languages.
> What we consider a single character in everyday life
> corresponds to a single wide character in the sense of
> encodings.
Jamo might be an exception. But I presume you are predominantly
using Johab.
Regards,
I wrote:
> LyXParagraph::GetChar(wchar_t) is necessary.
Sorry, it was a typo.
wchar_t LyXParagraph::GetChar() is necessary.
After all CJK are really easy to typeset languages.
What we consider a single character in everyday life
corresponds to a single wide character in the sense of
encodings.
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
<[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
<[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
Dekel Tsur <[EMAIL PROTECTED]> wrote:
> Pango might be useful, but it might be too much work to make LyX use it.
> We first need to switch to 16/32-bit internal text representation. Only
> after that we should consider whether to use Pango.
LyXParagraph::value_type is used only in the class LyXP
Baruch Even <[EMAIL PROTECTED]> wrote:
> There is also Pango at http://www.pango.org/
> Which is supposed to handle various languages including bidirectional
> and the various strange languages around.
>
> It's task is ordering and shaping of characters, it is build into GTK 2,
> but it is writt
Amir Karger <[EMAIL PROTECTED]> wrote:
> pardon me for asking, but I can't help noticing that almost every letter is
> mapped to "t". That's a pretty strange keymap! How does the thai alphabet
> work?
???
Anyway, if you want ot get a headache, try
http://www.unicode.org/unicode/uni2book/ch09.pdf
([EMAIL PROTECTED](B (J(Lars(B (JGullik(B (JBj(B\o nnes) wrote:
> (JWhy(B (Jdo(B (Jyou(B (Jneed(B (Jthe(B (Jargc(B (Jcheck?(B
> (J(and(B (Jisn't(B (Jargc(B (Jalways(B (J!0?)(B
As I say, it is a hack. In order to build some global
instances of classes, e.g. lyxrc,
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Herbert, did you solve this problem?? It could maybe be a wrong
> language description somewhere... Do you use greek? Do you have your
> own language file?
It is that lyxlex does not respect newlines. In 1.1.6 languages file
looked like
# name
Appearently, I have to attract more attention.
[EMAIL PROTECTED] (Lars Gullik Bj\onnes) wrote:
> +#ifdef __EMX__
> + ::unlink(to.c_str());
> +#endif
>
> Why not lyx::unlink(to); ?
Simply, I overlooked it.
> To me it look good and certainly a step in the right direction.
>
> I
Herbert Voss <[EMAIL PROTECTED]> wrote:
> exporting to tex gives the following lyx-command:
>
> %% LyX specific LaTeX commands.
> \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
> greek
>
> %% User specified LaTeX c
I haven't modified my code to use traits as suggested by
Lars. However it seems to work all right.
Please take a look, comment, critisize, and help me write
a clean code. Please do not apply every thing blindly.
BTW I had to modify the type of BufferView::Pimpl::Position::par_pos
from int to Ly
Sorry it had nothing to do with static member initialization.
I removed an infinite loop in my code and LyX starts without
crash.
[EMAIL PROTECTED] (Lars Gullik Bj~nnes) wrote:
> No. But we should perhaps do it with traits instead?
>
> struct unix_traits {
> static)
>
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> There is no real differenciation between PS and compouter modern
> fonts. Where would you put malvern, concrete or cmbright fonts in your
> dichotomy? All the fonts should be mixed, ps or not ps.
Sorry for nitpicking, but Adobe standarized the na
I apologize if my wording did sound (quite intentionary) harsh.
Dekel Tsur <[EMAIL PROTECTED]> wrote:
> >- if a user doesn't read the documentation of TeX/LyX,
> > then s/he won't get a optimal outputs;
>
> This is an important issue. Even though I wrote a comprehensive explanation
>
Here is an update of two OS/2 related files. Please
replace the old ones in CVS with them.
And PLEASE PLEASE PLEASE include autogen.sh in the distribution.
Regards,
SMiyata
1.1.6-os2-support.tar.gz
Amir Karger <[EMAIL PROTECTED]> wrote:
> Otherwise, you'd have to write it so that it automatically displayed what
> the person's personal bindings were at that time, or something.
Why don't you write a perl script to parse users' lyxrc, preference, ui and
bind files, and to update UserGuide.lyx
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Bunzip2 tells me that the file is corrupted. Could you resend it,
> please?
Sorry. I hope it's OK this time.
Regards,
SMiyata
os2-stuff.tar.gz
I forgot one thing: Will you please distribute autogen.sh
with 1.1.6?
It seems due to Dekel's change of $$FName etc.,
lib/configure.cmd needs further small modification.
I will do it when 1.1.6 is really imminent.
Regards,
SMiyata
Sorry but I really don't have time to fix the OS/2 support stuffs
properly. So will you please replace the files
development/OS2/quick_fix.patch
lib/configure.cmd
README.OS2
with the ones attached below?
Regards,
SMiyata
BZh91AY&SYíz¹î (ÿòïÿþ`/^÷wÍ[v¯·zE/°
It is already Friday here in Japan. But I presume it is still
not for most of you, and I hope it all right for me to turn down
all the objections I've expressed here towards Dekel Tsur's
efforts for the LyX internationalization instead of accusing him
further.
Today Sun Microsystems is supposed
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote:
> f.eks. it_DE is german spoken in italy (written) (or at least
> similar)
No, it's other way around. The format is
xx_YY.zz
where
xx: ISO-639 lower-case two-letter language code;
YY: ISO-3166 upper-case two-letter country code
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote:
> Hmm, not quite true? 0.88 does not use XmbLookupString and we use the
> LyXLookupString as we did earlier, but at a different point in the X
> callback chain. In 0.89 XForms uses XmbLookupStrin internally and we
> only use XLookupString to get hold
> nm libforms.a|grep LookupKeysym
> ?
U XLookupKeysym
Sorry I was confused.
Regards,
SMiyata
Baruch Even <[EMAIL PROTECTED]> wrote:
> I think that we do not understand each other.
Probably.
> The reason for the LyXImage is to be a container of the native image data
> structure that is to be used in Painter. What I want is to have
> PainterBase::image() that receives LyXImage and draws
[EMAIL PROTECTED] (Lars Gullik Bj nes) wrote:
> | Now Lars, just FYI on CJK. If kinput2 (the most popular input method
> | server for Japanese) is used to input Japanese, then all the keyboard
> | event with keysym != 0 should be discarded because they are all bogus.
> | kinput2 always set keys
"Garst R. Reese" <[EMAIL PROTECTED]> wrote:
> > had no problems (and he is using 0.88 right?)
> right. WM is fvwm2, libc2.1.3
Strange. What is the output of
nm libforms.a|grep LookupKeysym
?
Now Lars, just FYI on CJK. If kinput2 (the most popular input method
server for Japanese) is u
Baruch Even <[EMAIL PROTECTED]> wrote:
> I've added a method to PainterBase and Painter, called image() which is
> equivalent to pixmap() but gets a LyXImage const *, the Painter::image()
> actually gets the Pixmap out of the LyXImage and calls Painter::pixmap(),
> I didn't remove Painter::pixmap
[EMAIL PROTECTED] wrote:
> #3: This may be doable with PSTricks, but certainly not "natively".
If it is doable on the LaTeX side, then it is doable in LyX if we use
a custom font renderer. Dekel recently proposed to use FreeType and
IMHO this is the way to go.
> #10 and #12: These two points s
Some one checked in a DOS text file from a UNIX machine.
Could you recode it, please?
Regards,
SMiyata
Dekel Tsur <[EMAIL PROTECTED]> wrote:
> We need to change the internal text storage from 8-bit to 16/32-bit,
> before we can use such a patch.
Yes, I realize this (and called it 2. in the previous message.)
> We also want to be able to render simultaneously Japanese, Hebrew, Russia
> etc. Is it
(I still have some difficulty sending mails.)
"Asger K. Alstrup Nielsen" <[EMAIL PROTECTED]> wrote:
> Could you factor out this part of the patch?
> Then we can look at it, and if it looks good, apply it to cvs.
I will try. But please wait!
> So the font selection is based on the global LC_CTY
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> which displays ThisIsLaTeX2e if \documentclass is defined. What
> happens when you run this under miktex? Where does the output go?
> Maybe is it standard error instead of stdout?
I think the problem is somewhere else. At least the patch below
m
Martin Norb$BgD(Bk <[EMAIL PROTECTED]> wrote:
> Great! What I really need is a TrueType (or similar) font with all the
> math and symbols from unicode. All I have now is the Gnu Unifont
> (http://czyborra.com/unifont/), but it's only 8x16 pixels. =20
Great! Try and halt X (font) server for a
[EMAIL PROTECTED] (Lars Gullik Bjnes) wrote:
> We have therefore come to the conclusion that we should stop all
> development on the current 1.1.x series, and rather consider that as a
> library of good ideas. We will instead create a new 1.1.x series based
> on the very stable upcomming 1.0.4. H
[EMAIL PROTECTED] wrote:
> I could spec what is needed
> (based on the bidi facilities in hebrew latex). I could perhaps
> find a student or a team to do coding in a software project course
> next year. But if we do anything I would like it to be part of the
> usual distribution so that it is mai
[EMAIL PROTECTED] (Lars Gullik Bjnnes) wrote:
> I am not sure if you know the difference between UNIX sockets and BSD
> sockets. BSD sockets is used for networking and accessing computers
> and otherplaces in the network, when you connect to a BSD socket you
> connect to a ip number and a port. U
John Wood <[EMAIL PROTECTED]> wrote:
> im hoping lyx can output in sjis :)
I do not recommend SJIS. However if you are going to write in SJIS
with Kawakami's patch, then please change the line 3652 of text2.C
(InsertKanjiString) to
((unsigned char) string[i] /*& 127*/) >= ' ') {
Other
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Mmm, I have been pointed to
> http://cgi.din.or.jp/~kawakami/LyX/index.html
>
> Do you know about this work? Are you working on it?
No, I didn't know that. If you are not using main stream systems
like MS Windoze or Linux, some of the informatio
Sorry Netscape screws it up.
Regards,
SMiyata
begin 666 os2configure.tar.bz2
M0EIH.3%!629366"JU`(`&E'?D/1RW__^``0$"&`8'5H?)N&;
MKEM+H.XX5"7-58YU'W,F@TTR]V*ZHUNR5*>O=J*%*I0U8U*D]C%`[W<#K6X2
MA`D8AIIH`(PC01IC53:C>FIM1,U/1E#])/4/4R>4'J`&FIIIH@$C1J?J@:-,
M@T-`:&C(-```X&@-!HT#
"Arnd Hanses" <[EMAIL PROTECTED]> wrote:
> l.60-64 old:
> call SysFileTree 'reLyX\reLyx.cmd', 'found', 'F'
> if found.0 = 0 then
> RELYX='none'
> else
> RELYX='reLyX.cmd'
>
> l.60-63 new:
> if \(''=SysSearchPath('PATH','RELYX.CMD')) then
> RELYX='reLyX.cmd'
> else
> RELYX='non
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> OK. If I write the code for unix, can you do the OS/2 adaptation?
Sure, I will, of course. Do you think I should check out 1.0 CVS
or can I wait for 1.0.1pre package?
> Miyata> BTW I guess configure does not detect shell aliases, right?
> Miyat
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> I think we can use the portable versions of the auxilliary files. The
> problem is with the autoconf script itself.
I found out today that autoconf 2.13 for OS/2 uses auxilliary
files from AC_PREFIX/share/autoconf rather than those in the
current
Sorry for the late reply.
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> And would
> latex "\\batchmode\\input{file.tex}"
> work? This is what unix requires, I think.
No. It is not system dependent but highly shell dependent.
I don't have a time to look into emacs source but something
like l
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
> Yes, that's it. Could somebody tell whether emTeX supports this? I
> think the answer is 'yes' but I'd rather be sure to avoid stupid
> problems.
Please use double quotes rather than single quotes.
latex "\batchmode\input{file.tex}"
emTeX does
56 matches
Mail list logo