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: html-mode demanding a bit too tight Date: Fri, 27 Apr 2007 01:59:45 -0400 Message-ID: References: <87647ooxwm.fsf@zip.com.au> <462CC030.8030203@gmail.com> <87mz0y8vyk.fsf@zip.com.au> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1177653951 15725 80.91.229.12 (27 Apr 2007 06:05:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Apr 2007 06:05:51 +0000 (UTC) Cc: user42@zip.com.au, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 27 08:05:47 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 1HhJaE-0002Ke-Ah for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2007 08:05:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhJg2-00081c-Js for ged-emacs-devel@m.gmane.org; Fri, 27 Apr 2007 02:11:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HhJdA-0006Rs-0W for emacs-devel@gnu.org; Fri, 27 Apr 2007 02:08:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HhJd9-0006RD-3W for emacs-devel@gnu.org; Fri, 27 Apr 2007 02:08:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhJd8-0006R4-UQ for emacs-devel@gnu.org; Fri, 27 Apr 2007 02:08:30 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HhJXJ-0008Jk-Oe for emacs-devel@gnu.org; Fri, 27 Apr 2007 02:02:29 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HhJUf-0003UX-2v; Fri, 27 Apr 2007 01:59:45 -0400 In-reply-to: (message from Stefan Monnier on Wed, 25 Apr 2007 13:36:56 -0400) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:70225 Archived-At: > What do people think of this method of fixing the problem? > It will allow moving certain patterns from `magic-mode-alist' > to `file-start-mode-alist', but only those we need to move. Sounds good to me. Could you try using my patch and doing that with it?