[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:24964] ATOKX on Potato



いつもお世話になっております。
Netscape Emacs では、ATOKXがちゃんと動作していますが、
(変換候補が番号だけで、文字が表示されませんが・・・)
kterm 上では、全く動いてくれません。どう設定すればいいのか
教えてください。 参考までに、.bash_profile, .xsession, .Xresources
は下記の通りです。
よろしくお願いします。



[.Xresources]

KTerm*VT100*trnslations:    #override \
	Shift<Key>space: begin-conversion(JAPANESE_CONVERSION)

!---------------------------------------------------------
! emacs の設定
!---------------------------------------------------------
! emacs20 のフォント設定
Emacs.Fontset-0: -*-fixed-medium-r-normal--14-*-*-*-*-*-fontset-14,\
  korean-ksc5601:-*-mincho-medium-r-normal--16-*-*-*-*-*-ksc*-*,\
  chinese-gb2312:-*-fang*-medium-r-normal--16-*-*-*-*-*-gb2312*-*
Emacs.Fontset-1: -*-fixed-medium-r-normal--12-*-*-*-*-*-fontset-12
Emacs.Fontset-2: -*-fixed-medium-r-normal--24-*-*-*-*-*-fontset-24
Emacs.Fontset-3: -*-fixed-medium-r-normal--16-*-*-*-*-*-fontset-16,\
  korean-ksc5601:-*-mincho-medium-r-normal--16-*-*-*-*-*-ksc*-*,\
  chinese-gb2312:-*-fang*-medium-r-normal--16-*-*-*-*-*-gb2312*-*
Emacs.Font: fontset-14

! xemacs21 のフォント設定 (あまりうまく動かないけど)
XEmacs.default.attributeFont: -*-fixed-medium-r-normal--16-*-*-*-*-*-*-*
!XEmacs.default.attributeFont: -*-fixed-medium-r-normal--14-*-*-*-*-*-*-*


Netscape*inputMethod: htt
Netscape*international: True
Emacs*inputMethod: htt
Kterm*inputMethod: htt


[.bash_profile]

LANG=ja_JP.ujis
JLESSCHARSET=japanese-ujis
XMODIFIERS="@im=htt"
#CANNAHOST=localhost

export LANG JLESSCHARSET XMODIFIERS


[.xsession]

#! /bin/sh
  .~/.bash_profile

  kterm -km euc &
  xeyes -geometry +1115+0 &
  /usr/lib/im/locale/ja/atokserver/atokx_client &

#=======================================================================
# gnome がインストールされているときは、それがすべてに優先します。
# (以降は実行されません。)
#-----------------------------------------------------------------------
if [ -x /usr/bin/gnome-session ] ; then
  exec /usr/bin/gnome-session
fi


#=======================================================================
# Window Manager を起動する (exec を使うので、これ以降は何を書いても無効)
# .xsession の、user-ja が書き込んだよりも前で $WINDOW_MANAGER を
# 設定すると、動作が変わります。
# $WINDOW_MANAGER が設定されていたら、それを起動する。
# $WINDOW_MANAGER が "NONE" なら、なにもしない (これ以降に制御がいく)
# $WINDOW_MANAGER が設定されていないなら、/etc/X11/window-managers に従う。
# 
# $PASS_THROUGH が設定されていたら (空文字列以外)、ウィンドウマネージャーは
#     バックグラウンドプロセスで走る。
#-----------------------------------------------------------------------
if [ "$WINDOW_MANAGER" != "NONE" ] ; then
  if [ -z "$WINDOW_MANAGER" ] ; then
    for i in /usr/bin/x-window-manager `sed 's/#.*//' /etc/X11/window-managers` /usr/bin/X11/{asclassic,wmaker,fvwm2,fvwm95,fvwm,twm}
    do
      if [ -x $i ] ; then
        WINDOW_MANAGER=$i
        break
      fi
    done
  fi
  if [ -n "$WINDOW_MANAGER" ] ; then
    if [ -n "$PASS_THROUGH" ] ; then
      $WINDOW_MANAGER &
    else
      exec $WINDOW_MANAGER
    fi
  fi
fi



また、user-ja-conf 設定した状態では、gnome のメニューが日本語表示されていたのに
上の設定にしたところ、英語になってしまいした。 

//////////////////////
Taka kobane  
Seeds Corporation
kobane@xxxxxxxxxxxxxxx
//////////////////////