all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: Translated from Japanese - how should the header look?
Date: Thu, 27 Oct 2005 10:26:25 +0900	[thread overview]
Message-ID: <E1EUwXB-0008Fb-00@etlken> (raw)
In-Reply-To: <435FA746.5000203@student.lu.se> (message from Lennart Borgman on Wed, 26 Oct 2005 17:56:54 +0200)

In article <435FA746.5000203@student.lu.se>, Lennart Borgman <lennart.borgman.073@student.lu.se> 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
handa@m17n.org

  parent reply	other threads:[~2005-10-27  1:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-26  7:15 Translated from Japanese - how should the header look? Lennart Borgman
2005-10-26  7:50 ` Kenichi Handa
2005-10-26 15:56   ` Lennart Borgman
2005-10-26 16:22     ` Reiner Steib
2005-10-26 16:34       ` Lennart Borgman
2005-10-27  1:26     ` Kenichi Handa [this message]
2005-10-27  1:33       ` Miles Bader
2005-10-28  3:47         ` Richard M. Stallman
2005-10-27  1:30     ` Richard M. Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1EUwXB-0008Fb-00@etlken \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.