help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: about xhtml-mode encoding problem


From: 呂 克
Subject: Re: about xhtml-mode encoding problem
Date: Tue, 10 Jul 2007 01:12:52 +0900
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Sorry I had a mistake.
The problem is on  *nxhtml-mode*,not xhtml-mode.

I added these line in my .emacs.
load-file (concat plugin_path "/nxml/autostart.el"))
(setq auto-mode-alist (cons '("\\.jsp$" . nxhtml-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.asp$" . nxhtml-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.php$" . nxhtml-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.phtml$" . nxhtml-mode) auto-mode-alist))

(modify-coding-system-alist 'file "\\.jsp\\'" 'sjis)
(add-to-list 'file-coding-system-alist '("\\.jsp\\'" . sjis))
(add-to-list 'file-coding-system-alist '("\\.xhtml\\'" . sjis))
(prefer-coding-system 'sjis)

But I'm sorry to say all of them doesn't work.
when I save the file it become utf-8.
I'm using emacs 22 on linux and windows xp.



Peter Dyballa wrote:

Am 09.07.2007 um 16:44 schrieb lu:

I want to know How to solve this problem.

You might try to use (file) local variables in the first line(s) of the file that are a valid XHTML comment:

    <comment string> -*- coding: sjis;

or insert a

    (prefer-coding-system 'sjis)

into your ~/.emacs file. More elaborate would be (not sure whether it works)

    (modify-coding-system-alist 'file "\\.xhtml\\'" 'sjis)

or, which works for me with different values:

    (add-to-list 'file-coding-system-alist '("\\.xhtml\\'" . sjis))

--
Greetings

  Pete

"A mathematician is a machine that turns coffee into theorems."





--
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ラクスドウ 株式会社
呂 克(ロ コク)
〒103-0014 東京都中央区日本橋蛎殻町1-5-4 塩田ビル4F
HP: http://www.luxdo.co.jp
TEL:03-3249-3405  FAX:03-5641-1955
E-mail: lu@luxdo.co.jp
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]