Navi2ch for Emacs (Part 22)at UNIX
Navi2ch for Emacs (Part 22) - 暇つぶし2ch336:
24/09/28 10:48:53.14 .net
emacsで変換を抑止するには
(let ((table (make-translation-table-from-alist
'((#x301c . #x301c) (#xff5e . #xff5e))) ))
(mapc
(lambda (coding-system)
(coding-system-put coding-system :decode-translation-table table)
(coding-system-put coding-system :encode-translation-table table)
)
'(utf-8 cp932)))
かな


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch