From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Cancel enabling of minor-mode. Date: Thu, 28 Nov 2013 10:06:47 -0500 Message-ID: References: <87li08u366.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1385651243 5416 80.91.229.3 (28 Nov 2013 15:07:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2013 15:07:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nicolas Richard Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 28 16:07:27 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Vm3Bc-00068W-Vw for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Nov 2013 16:07:25 +0100 Original-Received: from localhost ([::1]:42538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm3Bc-0001fS-Da for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Nov 2013 10:07:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm3BC-0001Qc-87 for help-gnu-emacs@gnu.org; Thu, 28 Nov 2013 10:07:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vm3B4-00038d-3W for help-gnu-emacs@gnu.org; Thu, 28 Nov 2013 10:06:58 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:39470) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm3B3-00038T-Uu for help-gnu-emacs@gnu.org; Thu, 28 Nov 2013 10:06:50 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id rASF6mMC003114; Thu, 28 Nov 2013 10:06:48 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id E1216B4014; Thu, 28 Nov 2013 10:06:47 -0500 (EST) In-Reply-To: <87li08u366.fsf@yahoo.fr> (Nicolas Richard's message of "Thu, 28 Nov 2013 13:22:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4775=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4775> : inlines <268> : streams <1081556> : uri <1608328> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94702 Archived-At: > IIUC, it will still run any hook associated with the mode like for any > mode change (+ show the message "Test mode disabled"). Not too bad, but > not exactly like cancelling either. I guess it depends on your definition of "canceling". Stefan