emacs-devel
[Top][All Lists]
Advanced

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

Re: Translated from Japanese - how should the header look?


From: Kenichi Handa
Subject: Re: Translated from Japanese - how should the header look?
Date: Thu, 27 Oct 2005 10:26:25 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Lennart Borgman <address@hidden> writes:

> Kenichi Handa wrote:
>>> ;; -*- Mode: Emacs-Lisp ; coding: sjis-dos -*-
>>> ;;; cmd-mode.el --- Editing of MS Windows cmd and bat files
>>>     
>>> 
>> The node "Library Headers" of Elisp info describes the
>> convention.
>>   
>> 
> Thanks, I see. The --*-- spec should be on the same line as the description:

> ;;; cmd-mode.el --- Editing of MS Windows cmd and bat files ;; -*- Mode: 
> Emacs-Lisp ; coding: sjis-dos -*-

You don't need "mode: Emacs-Lisp" because the file has
extension ".el".  Such a file is automatically visitted in
emacs-lisp mode.   And if the first line gets too longer,
you can put coding: sjis-dos at the end of a file using
locale variable section.

> Thanks Handa. I will remember now ;-)  -- Is Kenichi or Handa your first 
> name?

Kenichi is my first name.

---
Kenichi Handa
address@hidden




reply via email to

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