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:43:36 -0500 Message-ID: <87eioibbsn.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 1257083057 26490 80.91.229.12 (1 Nov 2009 13:44:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2009 13:44:17 +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:44:11 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 1N4aj4-0007oy-T4 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Nov 2009 14:44:11 +0100 Original-Received: from localhost ([127.0.0.1]:53176 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4aj4-0002up-49 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Nov 2009 08:44:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4aif-0002sm-Oh for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:43:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4aib-0002q9-2M for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:43:45 -0500 Original-Received: from [199.232.76.173] (port=44012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4aia-0002pw-QG for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:43:40 -0500 Original-Received: from mail-yw0-f194.google.com ([209.85.211.194]:38381) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4aia-0007tv-EF for help-gnu-emacs@gnu.org; Sun, 01 Nov 2009 08:43:40 -0500 Original-Received: by ywh32 with SMTP id 32so4015600ywh.14 for ; Sun, 01 Nov 2009 05:43:39 -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=4ji6t33nm9Z5+9FGGD1SV+GSgBMXsWaY0Y0CUTIgpxk=; b=WGHvxDLWdlJQIPw4YoQ2TRdjNTMj/Huq3I0QcFz3vBoukDeRwK95FXnM6lE23gkY3n wM+/VFG5t7RXoLLx9F6pQTFPMwft/SN3uAcnzcnpviW99eub4lquQTUqtZa5o3JbWYdi LvMc3iqDIyoNTfOd8dfd60pkqASGIgwS5bwnM= 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=k92RtuXCa05thubQOQo6n+mw5TG1nH0s0gWUlNbGjl/OBGPJJUR05P1erxepZ+oqid FnYju9zXR6D9sXGDrjtjpEa53oW48jqNuroZfPeQmD3U7kAkRy6WBi6rZQivCW+YayjL JduMOSwaqURSLPZgNMwWj1/lLze9Kc6Y15wcw= Original-Received: by 10.91.38.13 with SMTP id q13mr364407agj.36.1257083019739; Sun, 01 Nov 2009 05:43:39 -0800 (PST) Original-Received: from argus (bas16-montreal02-1279648852.dsl.bell.ca [76.69.228.84]) by mx.google.com with ESMTPS id 8sm2125967yxg.60.2009.11.01.05.43.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 01 Nov 2009 05:43:39 -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:69376 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 There seems to be a typo in the documentation string for file-name-coding-system. It reads If it is nil, `default-file-name-coding-system' (which see) is used. The "(which see)" part seems unintelligble to me.