From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: enriched-mode and switching major modes. Date: 06 Sep 2004 12:42:33 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200409042358.i84Nwjt19152@raven.dms.auburn.edu> <200409060059.i860xdo20431@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094489013 17715 80.91.224.253 (6 Sep 2004 16:43:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2004 16:43:33 +0000 (UTC) Cc: boris@gnu.org, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 06 18:43:22 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4MaQ-0003tA-00 for ; Mon, 06 Sep 2004 18:43:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4Mfa-0003mX-Ve for ged-emacs-devel@m.gmane.org; Mon, 06 Sep 2004 12:48:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4MfO-0003mQ-Ce for emacs-devel@gnu.org; Mon, 06 Sep 2004 12:48:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4MfN-0003lx-FM for emacs-devel@gnu.org; Mon, 06 Sep 2004 12:48:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4MfN-0003lt-B1 for emacs-devel@gnu.org; Mon, 06 Sep 2004 12:48:29 -0400 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C4MZk-0005aF-0J; Mon, 06 Sep 2004 12:42:40 -0400 Original-Received: from empanada.home ([67.68.216.103]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040906164037.DTBO1960.simmts7-srv.bellnexxia.net@empanada.home>; Mon, 6 Sep 2004 12:40:37 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 851DC2D7E0F; Mon, 6 Sep 2004 12:42:33 -0400 (EDT) Original-To: Luc Teirlinck In-Reply-To: <200409060059.i860xdo20431@raven.dms.auburn.edu> Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26830 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26830 > I now believe that Enriched mode should be temporarily disabled when > switching major modes and later re-enabled by post-command-hook. That I agree about switching it off in before-change-major-mode, but I see no reason to switch it back on afterwards. This would basically mean to make it permanant-local . Stefan