From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: globalized minor modes - priority over mode hook? Date: Mon, 26 Apr 2010 10:30:13 -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 1272292452 6957 80.91.229.12 (26 Apr 2010 14:34:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 26 Apr 2010 14:34:12 +0000 (UTC) Cc: "emacs-devel@gnu.org devel" To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 26 16:34:10 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O6PNx-0000zF-PE for ged-emacs-devel@m.gmane.org; Mon, 26 Apr 2010 16:34:10 +0200 Original-Received: from localhost ([127.0.0.1]:38017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6PNw-0000Uw-RT for ged-emacs-devel@m.gmane.org; Mon, 26 Apr 2010 10:34:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6PKM-0007iQ-4h for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:30:26 -0400 Original-Received: from [140.186.70.92] (port=35618 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6PKK-0007gF-6Y for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:30:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6PKF-000279-Lg for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:30:20 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:18659 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6PKF-000273-Ie for emacs-devel@gnu.org; Mon, 26 Apr 2010 10:30:19 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAApA1UvO+KoL/2dsb2JhbACcOnLBBYUMBIwN X-IronPort-AV: E=Sophos;i="4.52,273,1270440000"; d="scan'208";a="62506734" Original-Received: from 206-248-170-11.dsl.teksavvy.com (HELO pastel.home) ([206.248.170.11]) by ironport2-out.pppoe.ca with ESMTP; 26 Apr 2010 10:30:13 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 52BB37F22; Mon, 26 Apr 2010 10:30:13 -0400 (EDT) In-Reply-To: (David Reitter's message of "Sun, 25 Apr 2010 19:42:33 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:124219 Archived-At: > `run-mode-hooks' runs the mode hooks first, then > after-change-major-mode-hooks. That would be a bug. Do you have a recipe to reproduce it? Stefan