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

[debian-users:01808] about info on XEmacs 20.2



こんにちは、岡本です。
現在、 XEmacs 20.2 をつかっています。
# 重いけど、カラフルなのが楽しいです。

この中には日本語で書かれた info がありますが
文字化けして読めません。
うまく読めている方いらっしゃいますか?
何か必要な設定などがあったら教えてください。

環境は Debian 1.3.1 です。
.emacs ファイルを以下につけておきます。
--
(load-library "egg-wnn")
(require 'mime-setup)


(display-time)


(setq enable-double-n-syntax t)


(setq load-path (cons "~/mew-1.70.orig" load-path))
;; mew
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-icon-directory "~/mew-1.70.orig/etc")


(setq mew-prog-send "impost")


(if (featurep 'mule)
    (eval-after-load "w3-forms"         ; for Japanese input
                     '(put 'text 'w3-widget-creation-function nil)))


;; Options Menu Settings
;; =====================
(cond
 ((and (string-match "XEmacs" emacs-version)
       (boundp 'emacs-major-version)
       (or (and
            (= emacs-major-version 19)
            (>= emacs-minor-version 14))
           (= emacs-major-version 20))
       (fboundp 'load-options-file))
  (load-options-file "/home/kazusan/.xemacs-options")))
;; ============================
;; End of Options Menu Settings
--
kazusan@xxxxxxxxxxxxxxx
岡本和己