From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9796: 24.0.90; Major mode selection after "save as" Date: Wed, 19 Oct 2011 21:26:45 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1319074025 7796 80.91.229.12 (20 Oct 2011 01:27:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2011 01:27:05 +0000 (UTC) Cc: 9796@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 20 03:27:01 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGhPR-0003Bu-63 for geb-bug-gnu-emacs@m.gmane.org; Thu, 20 Oct 2011 03:27:01 +0200 Original-Received: from localhost ([::1]:50702 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGhPQ-0000oi-Lf for geb-bug-gnu-emacs@m.gmane.org; Wed, 19 Oct 2011 21:27:00 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGhPO-0000oS-2Z for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 21:26:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGhPN-0002m1-0C for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 21:26:58 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGhPM-0002lx-Rz for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 21:26:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RGhQQ-0001co-68 for bug-gnu-emacs@gnu.org; Wed, 19 Oct 2011 21:28:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 20 Oct 2011 01:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9796 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9796-submit@debbugs.gnu.org id=B9796.13190740756234 (code B ref 9796); Thu, 20 Oct 2011 01:28:02 +0000 Original-Received: (at 9796) by debbugs.gnu.org; 20 Oct 2011 01:27:55 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGhQJ-0001cT-BK for submit@debbugs.gnu.org; Wed, 19 Oct 2011 21:27:55 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGhQG-0001cM-E1 for 9796@debbugs.gnu.org; Wed, 19 Oct 2011 21:27:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RGhPB-0006Yi-S8; Wed, 19 Oct 2011 21:26:45 -0400 X-Spook: Honduras Baranyi Soviet BROMURE Panama ammunition smuggle X-Ran: 0.x9k,qOkbPp:%TxlUsTn9oa@HN[b59z5k@i#njOuz2.8,QWXne'[ZGR#a&(4n:Kkjr;gu X-Hue: blue X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Wed, 19 Oct 2011 20:30:53 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 19 Oct 2011 21:28:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52890 Archived-At: Stefan Monnier wrote: > As mentioned in some earlier post (several months ago), I think that > normal-mode should run hack-local-variables. It already does (and always has)? set-auto-mode is being used here though, not normal-mode.