いろいろおぼえがき

xemacs-21.4.12

FreeBSD 4.8-RELEASE + ports-current + xemacs-21.4.12 で起こる、 いろいろ変わったこと。

設定ファイル

.emacs ではなく、.xemacs/init.el を読みに行きます。 日本語設定では、次の点が違います。

Ctrl-o での canna の起動

対処法 は xemacs-21.1.14 と同じ

起動時のフォントエラー

起動時に
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string "-*-gothic-medium-r-normal--14-120-75-75-c-*-*-*" to type FontSet
というエラーが出る。

/usr/local/lib/xemacs/mule-packages/etc/app-defaults/ja/Emacs に ある次の行をコメントアウト(行の先頭に ! を付ける)する
*fontList: -*-gothic-medium-r-normal--14-120-75-75-c-*-*-*:

mozilla

日本語入力の日本語変換の窓を入力フォームの真下に置きたい。
~/.mozilla/xxx/yyy/prefs.js に次の行を追加する
user_pref("xim.input_style", "over-the-spot");
mozilla の外枠左側に置きたい場合は、over-the-spot を on-the-spot に変える。 参考サイト:http://www.coolbrain.net/Mozilla.html

proxy 経由の ftp

  1. proxy server に ftp する
    % ftp proxy.server.name
  2. name: が出たら ftp サーバのログインネームを入れる
    (公開 ftp サーバの場合は anonymous でいいでしょう)
  3. password: が出たら ftp サーバのパスワードを入れる (公開 ftp サーバの場合は e-mail アドレスでいいでしょう)

Last modified: Wed Apr 20 15:44:52 JST 2011