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: Mon, 13 Feb 2006 08:44:00 +1100 Message-ID: <87wtg02qxr.fsf@zip.com.au> References: <200602110013.k1B0DRH23757@f7.net> <87y80iod9m.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 1139780704 20523 80.91.229.2 (12 Feb 2006 21:45:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 21:45:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 12 22:45:02 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 1F8P1X-0005mR-5h for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 22:44:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8P1W-0001wG-Kh for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 16:44:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8P1I-0001sd-8f for emacs-devel@gnu.org; Sun, 12 Feb 2006 16:44:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8P1G-0001rr-JK for emacs-devel@gnu.org; Sun, 12 Feb 2006 16:44:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8P1G-0001ro-Fs for emacs-devel@gnu.org; Sun, 12 Feb 2006 16:44:34 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8P5Y-0000ht-N4 for emacs-devel@gnu.org; Sun, 12 Feb 2006 16:49:01 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1CLiUsq007219 for ; Mon, 13 Feb 2006 08:44:31 +1100 Original-Received: from localhost (ppp2D33.dyn.pacific.net.au [61.8.45.51]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id k1CLiTmJ029063 for ; Mon, 13 Feb 2006 08:44:30 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1F8P0k-00022Z-00; Mon, 13 Feb 2006 08:44:02 +1100 Original-To: emacs-devel@gnu.org In-Reply-To: <87y80iod9m.fsf@jurta.org> (Juri Linkov's message of "Sat, 11 Feb 2006 03:11:33 +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:50427 Archived-At: Juri Linkov writes: > > it is easy to add @documentencoding to the source Texinfo file. I suppose it'd be nice if emacs looked for that to know the file coding. Another entry for `auto-coding-functions' I guess.