When someone runs LyX built without it patch he see not correct characters on screen and Intro does not readable. See attached patch. There is some addition for browsers search in this patch. Now configure searchs only for netscape it is very restricted by my mind.
Sorry for my ugly English. :( -- Lav GNU! ALT Linux! LaTeX! LyX!
--- lib/configure.orig Sat Jun 1 15:36:12 2002 +++ lib/configure Sat Jun 1 22:03:46 2002 @@ -16,6 +16,7 @@ lyx_keep_temps=no srcdir= lyx_suffix= +charmap=`locale charmap` #### Parse the command line for ac_option do @@ -562,9 +563,9 @@ # Search something to preview html echo $ac_n "checking for a HTML previewer""... $ac_c" -echo "$ac_t""(netscape)" ++echo "$ac_t""(galeon konqueror skipstone netscape)" HTML_VIEWER= -for ac_prog in netscape +for ac_prog in galeon konqueror skipstone netscape do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog ; ac_word=$2 @@ -1462,6 +1463,49 @@ $rc_entries \\font_encoding "$chk_fontenc" EOF + +######### Cyrillic defaults +########################## +case "$charmap" in + KOI8-R) +cat >>$outfile <<EOF +\\default_language russian +\\default_papersize "a4" +\\screen_font_scalable false +\\screen_font_encoding koi8-r +\\kbmap true +\\kbmap_primary "null.kmap" +\\kbmap_secondary "koi8-r.kmap" +EOF + ;; + CP1251) + cat >>$outfile <<EOF +\\default_language russian +\\default_papersize "a4" +\\screen_font_scalable false +\\screen_font_encoding cp1251 +EOF + ;; + KOI8-U) + cat >>$outfile <<EOF +\\default_papersize "a4" +\\screen_font_scalable false +\\screen_font_encoding koi8-u +\\kbmap true +\\kbmap_primary "null.kmap" +\\kbmap_secondary "koi8-u.kmap" +EOF + + ;; + PT154) + cat >>$outfile <<EOF +\\default_papersize "a4" +\\screen_font_scalable false +\\screen_font_encoding paratype-cp154 +EOF + ;; + *) :;; +esac ######## X FONTS # create a fonts.dir file to make X fonts available to LyX