From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: What are 'mode' and 'coding'? Date: Sat, 25 Nov 2006 12:25:23 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1164450757 4778 80.91.229.2 (25 Nov 2006 10:32:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Nov 2006 10:32:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 25 11:32:34 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gnupm-0006GQ-0S for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Nov 2006 11:32:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnupl-0006sL-3l for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Nov 2006 05:32:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gnuis-0003tH-6G for help-gnu-emacs@gnu.org; Sat, 25 Nov 2006 05:25:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gnuiq-0003rn-B7 for help-gnu-emacs@gnu.org; Sat, 25 Nov 2006 05:25:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnuiq-0003rd-2m for help-gnu-emacs@gnu.org; Sat, 25 Nov 2006 05:25:24 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gnuip-0005IZ-Uq for help-gnu-emacs@gnu.org; Sat, 25 Nov 2006 05:25:24 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-232-240.inter.net.il [83.130.232.240]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GJC61408 (AUTH halo1); Sat, 25 Nov 2006 12:25:21 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Leo on Thu, 23 Nov 2006 13:31:47 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38956 Archived-At: > From: Leo > Date: Thu, 23 Nov 2006 13:31:47 +0000 > > One can write "-*-mode:emacs-lisp;coding:utf-8;-*-" on the head of a > file to force emacs to use emacs-lisp-mode and utf-8 coding. I am > wondering what are `mode' and `coding'. I use 'C-h v' on them and > there are no such variables. See the node "File Variables" in the Emacs manual, it explains all that.