[mew-dist 19937] 半角カナ表示

yoshino at example.com yoshino at example.com
2001年 12月 26日 (水) 18:00:09 JST


solaris8でemacs-21.1とmew-2.1の組み合わせで使ってます。

webフォームを使用してメールで受け取った時半角カナが化けてしまいます。
平仮名、カタカナ、漢字は問題ありません。

やはりフォント設定がおかしいのでしょうか?

初心者ですいませんが、ご指導の程よろしくお願いします。


設定ファイル

# ~/.emacs

;; MEW 設定
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)

(setq mew-icon-directory "/usr/local/lib/emacs/etc/Mew")

(if (boundp 'read-mail-command)
    (setq read-mail-command 'mew))

(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
    (setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
    (define-mail-user-agent
      'mew-user-agent
      'mew-user-agent-compose
      'mew-draft-send-message
      'mew-draft-kill
      'mew-send-hook))

;; フォント設定
(setq standard-fontset-spec14
     "-*-fixed-medium-r-normal--14-*")
(create-fontset-from-fontset-spec standard-fontset-spec14 nil 'noerror)

(setq default-frame-alist
     (cons (cons 'font standard-fontset-spec14) default-frame-alist))

(set-language-environment "Japanese")




Mew-dist メーリングリストの案内