From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: Re: [help-texinfo] Re: coding systems vs. info files Date: Tue, 14 Feb 2006 09:07:24 +1100 Message-ID: <87fymmsyjn.fsf@zip.com.au> References: <200602110013.k1B0DRH23757@f7.net> <87y80iod9m.fsf@jurta.org> <87wtg02qxr.fsf@zip.com.au> <87u0b3i2gj.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139868625 17409 80.91.229.2 (13 Feb 2006 22:10:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 22:10:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 23:10:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8ltT-0003mL-Vn for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 23:10:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8ltR-0007CK-0S for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 17:10:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8lrF-0005k2-2K for emacs-devel@gnu.org; Mon, 13 Feb 2006 17:07:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8lrC-0005gr-SB for emacs-devel@gnu.org; Mon, 13 Feb 2006 17:07:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8lrC-0005g2-BN for emacs-devel@gnu.org; Mon, 13 Feb 2006 17:07:42 -0500 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8lvi-0005go-Vc for emacs-devel@gnu.org; Mon, 13 Feb 2006 17:12:23 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1DM7d6L015896 for ; Tue, 14 Feb 2006 09:07:39 +1100 Original-Received: from localhost (ppp230A.dyn.pacific.net.au [61.8.35.10]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1DM7cSk009668 for ; Tue, 14 Feb 2006 09:07:39 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1F8lqv-0005Tl-00; Tue, 14 Feb 2006 09:07:25 +1100 Original-To: emacs-devel@gnu.org In-Reply-To: <87u0b3i2gj.fsf@jurta.org> (Juri Linkov's message of "Mon, 13 Feb 2006 19:48:29 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50488 Archived-At: Juri Linkov writes: > > Other similar modes use the variable `file-coding-system-alist', > with an entry like > > ("\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'" . latexenc-find-file-coding-system) This came up before ... I couldn't understand what auto-coding-functions is for if not to determine coding from file contents.