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: enriched-mode problems Date: Fri, 17 Jun 2005 00:38:50 -0400 Message-ID: References: <20050615.070838.116346726.wl@gnu.org> <87u0jzsr9i.fsf@xs4all.nl> <87mzpqbk51.fsf@xs4all.nl> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118983347 7873 80.91.229.2 (17 Jun 2005 04:42:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Jun 2005 04:42:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 17 06:42:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dj8fk-000631-KN for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 06:41:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj8lI-00056L-EW for ged-emacs-devel@m.gmane.org; Fri, 17 Jun 2005 00:47:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dj8iZ-0003kz-2r for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:44:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dj8iV-0003jD-EW for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:44:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dj8iT-0003eI-Ka for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:44:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dj8f9-0000Hn-QD for emacs-devel@gnu.org; Fri, 17 Jun 2005 00:41:03 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dj8d0-0002AD-Vp; Fri, 17 Jun 2005 00:38:51 -0400 Original-To: Lute Kamstra In-reply-to: <87mzpqbk51.fsf@xs4all.nl> (message from Lute Kamstra on Thu, 16 Jun 2005 13:45:14 +0200) 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:38995 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38995 > It might be useful to find a way to arrange a warning when files use > Mode: or -*-...-*- to specify minor modes. In general, there are examples of minor modes (Ralf and David gave an example) for which it is useful to turn them on (or off) for a certain file because of the _contents_ of that file. So it would be nice to have a mechanism to do this. I don't understand what the scenario would be. Why would those minor modes be on, in the first place, in these files?