From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: doclist Newsgroups: gmane.emacs.help Subject: Re: dir-locals and buffer-file-coding-system Date: Sun, 01 Nov 2009 08:23:40 -0500 Message-ID: <87my36bcpv.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257081884 23534 80.91.229.12 (1 Nov 2009 13:24:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2009 13:24:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 01 14:24:37 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N4aQ9-0000Zu-9s for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Nov 2009 14:24:37 +0100 Original-Received: from localhost ([127.0.0.1]:51742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4aQ8-0000sp-CC for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Nov 2009 08:24:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4aPi-0000sa-Fl for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:24:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4aPe-0000s5-5D for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:24:10 -0500 Original-Received: from [199.232.76.173] (port=55429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4aPd-0000s2-WD for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:24:06 -0500 Original-Received: from mail-qy0-f196.google.com ([209.85.221.196]:58850) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4aPd-0005H0-Mf for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:24:05 -0500 Original-Received: by qyk34 with SMTP id 34so2127280qyk.14 for ; Sun, 01 Nov 2009 05:24:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=jpOZsOzQaOvjr8qHkCJukjBge97Jep9CA7ai8kfVGlk=; b=huoeJo7hW6OnK2Mn2QMSQzq9orQxScpqsivlHYLm+NRUeq9Vtwe2l5QT4xFVpkUBKo Z4LT6hdqOHX2awoGh1LdZvalEM2s5Jj0wdeX7PB8WZhxxKDLZEofFac3prskRrE9y8hO Lzl7OB1r2k9Pi2KtAdmLwL5o639couLQ/Kkl4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=YBgWP4onBpVtvGoYs1NmKUVcRIcHpK4XyV0deyGj/RZJwpgVnYF7lMg9pJx+iJuOfm IioNmAgeV721vkbDYBQ6+HVokN9pLlGX/9jdnJPlzdYuYZM4d9R/2eHx3jJRbgB1Y39m GJghNtG9F//inNjCDvZGCyklmT4CqLtIXCyBI= Original-Received: by 10.224.105.31 with SMTP id r31mr2161010qao.374.1257081843405; Sun, 01 Nov 2009 05:24:03 -0800 (PST) Original-Received: from argus (bas16-montreal02-1279648852.dsl.bell.ca [76.69.228.84]) by mx.google.com with ESMTPS id 23sm1807572qyk.15.2009.11.01.05.24.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Nov 2009 05:24:02 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Fri, 30 Oct 2009 02:11:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:69375 Archived-At: Stefan Monnier writes: >> What is the correct way to handle file coding for files in a sub-directory? > > Try file-name-coding-system The documentation says that it is the "coding system for encoding file names". I want set the coding system for file *contents*.