comparison yahtml.el @ 477:31864e5830fe dev

Default value of yahtml-kanji-code changed to 4(utf-8).
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Sep 2017 16:32:30 +0859
parents d6952c7e35cc
children 723f136edde5
comparison
equal deleted inserted replaced
476:50351656cb6b 477:31864e5830fe
49 ;;; 49 ;;;
50 ;;; .htaccess が作れない場合は 50 ;;; .htaccess が作れない場合は
51 ;;; (setq yahtml-kanji-code 2) 51 ;;; (setq yahtml-kanji-code 2)
52 ;;; ;HTMLファイルの漢字コードを変更する場合は 52 ;;; ;HTMLファイルの漢字コードを変更する場合は
53 ;;; ;1=SJIS、2=JIS、3=EUC 4=UTF-8 53 ;;; ;1=SJIS、2=JIS、3=EUC 4=UTF-8
54 ;;; ;で設定して下さい。デフォルトは 2 です。 54 ;;; ;で設定して下さい。デフォルトは 4 です。
55 ;;; 55 ;;;
56 ;;; を適切に書き換えて ~/.emacs に足して下さい。 56 ;;; を適切に書き換えて ~/.emacs に足して下さい。
57 ;;; 57 ;;;
58 ;;;[Commentary] 58 ;;;[Commentary]
59 ;;; 59 ;;;
184 ;;; --- customizable variable starts here --- 184 ;;; --- customizable variable starts here ---
185 (defvar yahtml-prefix "\C-c" 185 (defvar yahtml-prefix "\C-c"
186 "*Prefix key stroke of yahtml functions.") 186 "*Prefix key stroke of yahtml functions.")
187 (defvar yahtml-image-viewer "display" "*Image viewer program") 187 (defvar yahtml-image-viewer "display" "*Image viewer program")
188 (defvar yahtml-www-browser "firefox" "*WWW Browser command") 188 (defvar yahtml-www-browser "firefox" "*WWW Browser command")
189 (defvar yahtml-kanji-code 2 189 (defvar yahtml-kanji-code 4
190 "*Kanji coding system number of html file; 1=sjis, 2=jis, 3=euc, 4=UTF-8") 190 "*Kanji coding system number of html file; 1=sjis, 2=jis, 3=euc, 4=UTF-8")
191 ;;(defvar yahtml-coding-system 191 ;;(defvar yahtml-coding-system
192 ;; (cdr (assq yahtml-kanji-code YaTeX-kanji-code-alist)) 192 ;; (cdr (assq yahtml-kanji-code YaTeX-kanji-code-alist))
193 ;; "Kanji coding system") 193 ;; "Kanji coding system")
194 (and (featurep 'mule) 194 (and (featurep 'mule)

yatex.org