From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesc Rocher Newsgroups: gmane.emacs.devel Subject: file local variables Date: Mon, 14 Dec 2009 19:24:27 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd138c0645617047ab4630c X-Trace: ger.gmane.org 1260815108 15596 80.91.229.12 (14 Dec 2009 18:25:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Dec 2009 18:25:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 14 19:25:02 2009 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 1NKFbP-0001DG-24 for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2009 19:24:59 +0100 Original-Received: from localhost ([127.0.0.1]:58303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKFbO-0005b9-M3 for ged-emacs-devel@m.gmane.org; Mon, 14 Dec 2009 13:24:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKFbJ-0005ak-UH for emacs-devel@gnu.org; Mon, 14 Dec 2009 13:24:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKFbF-0005ZQ-LB for emacs-devel@gnu.org; Mon, 14 Dec 2009 13:24:53 -0500 Original-Received: from [199.232.76.173] (port=37193 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKFbF-0005ZN-Dr for emacs-devel@gnu.org; Mon, 14 Dec 2009 13:24:49 -0500 Original-Received: from mail-pw0-f47.google.com ([209.85.160.47]:33782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKFbE-0000D1-Tu for emacs-devel@gnu.org; Mon, 14 Dec 2009 13:24:49 -0500 Original-Received: by pwi1 with SMTP id 1so2385210pwi.26 for ; Mon, 14 Dec 2009 10:24:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=IDWqep7ECphOxgSGNVrNA3DhTJEzOYepEojz7krBDRk=; b=kazoBvZBQKZQfWP0/C6KkHHvAJ/EcPLLzvF47bqdrCcaL0R2Rs4zuICmHw/nnmasGX 7wxmp2fjIyI6y6bUtCu+Ft6zObyKAfrJWWKRwo9KCRRFmNdAFrt5rPE311woHYBwCT9i W3oSPztrP1KUKqfa5/v19GMYaK9PjvS0cvePQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=M2X4bWA80uj94t3NsRkVNbTtFYPCAiSE2c2pNIujauimRMHUP4CT9+vuxC/sHHooWD MMChmkrC9I1x79+zFiRCCKti7l6o9S2wPrLOtykKPT55NUY0PusUnOqtcd5Q/0XbCmon Vlr6eKAFYrzErav/SgPfJE57K1665K1dc1ShI= Original-Received: by 10.141.105.5 with SMTP id h5mr3543518rvm.178.1260815087064; Mon, 14 Dec 2009 10:24:47 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:118623 Archived-At: --000e0cd138c0645617047ab4630c Content-Type: text/plain; charset=ISO-8859-1 Hi, File local variables doesn't work as expected. If you 'emacs -Q' a file with Local Variables: mode: text mode: auto-fill End: or with any other combination of a major and a minor mode, then the major mode is ignored. Is this a bug? This works fine with emacs-23.1, where both modes are activated... -- rocher --000e0cd138c0645617047ab4630c Content-Type: text/html; charset=ISO-8859-1 Hi,

File local variables doesn't work as expected. If you 'emacs -Q' a file with

Local Variables:
mode: text
mode: auto-fill
End:

or with any other combination of a major and a minor mode, then the major
mode is ignored. Is this a bug? This works fine with emacs-23.1, where both
modes are activated...

-- rocher

--000e0cd138c0645617047ab4630c--