[EMAIL PROTECTED] wrote:

> 
>> You should set the xforms.Fontset option in your .Xdefaults file. (I
> think
>> that the syntax is correct but am not too sure. Try. If successful,
> you'll
>> get
>>         fontset == 1
>> 
>> I think that you need to restart X after changing .Xdefaults.
> 
> 
> Isn't it possible to make the end-users to "just rpm install of CJK-LyX"
> and then fire "lyx"  to get the effect? I know there are some CJK-LyX
> users who think setting things in .Xdefaults or in .Xresources or
> wherever, too complicated.

Wow!

You could supply them with a shell-script wrapper:

$ cat cjklyx
#! /bin/sh
if [ $# = 0 ]; then
        lyx -fontset
elif (echo $* | grep '[-]fontset' > /dev/null); then
        lyx $@
else
        lyx -fontset $@
fi

-- 
Angus

Reply via email to