From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Should `auto-coding-functions' be mode-specific? Date: Thu, 04 Jan 2007 17:33:39 -0500 Message-ID: References: <87ejqd88iv.fsf@pacem.orebokech.com> <20070103120901.GC3554@vin.lip.ens-lyon.fr> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1167950083 27117 80.91.229.12 (4 Jan 2007 22:34:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 22:34:43 +0000 (UTC) Cc: vincent@vinc17.org, romain@orebokech.com, walters@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 04 23:34:41 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2bAW-0000Py-2F for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 23:34:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2bAV-0003r0-FG for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 17:34:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2b9x-0003Zb-NH for emacs-devel@gnu.org; Thu, 04 Jan 2007 17:34:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2b9w-0003Z6-VL for emacs-devel@gnu.org; Thu, 04 Jan 2007 17:34:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2b9w-0003Z0-Px for emacs-devel@gnu.org; Thu, 04 Jan 2007 17:34:04 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2b9v-0007kK-Ut for emacs-devel@gnu.org; Thu, 04 Jan 2007 17:34:04 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1H2b9X-00036w-Mg; Thu, 04 Jan 2007 17:33:39 -0500 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Thu, 04 Jan 2007 13:14:23 +0900) 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:64779 Archived-At: And sgml-xml-auto-coding-function checks whether the buffer is XML or not. So, sgml-html-meta-auto-coding-function should do the similar check too. Someone who knows the syntax of HTML well, please fix the function. Would someone please do this, then ack?