From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: enriched-mode and switching major modes. Date: Mon, 13 Sep 2004 03:00:56 -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> <200409110214.i8B2EaZ12276@raven.dms.auburn.edu> <200409112151.i8BLpRB13427@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095058938 23943 80.91.229.6 (13 Sep 2004 07:02:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2004 07:02:18 +0000 (UTC) Cc: boris@gnu.org, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 09:02:10 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 1C6kqo-00046X-00 for ; Mon, 13 Sep 2004 09:02:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6kwJ-0001Rh-V9 for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2004 03:07:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6kvv-0001IA-7J for emacs-devel@gnu.org; Mon, 13 Sep 2004 03:07:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6kvt-0001Hj-UE for emacs-devel@gnu.org; Mon, 13 Sep 2004 03:07:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6kvt-0001HC-Pn for emacs-devel@gnu.org; Mon, 13 Sep 2004 03:07:25 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C6kpj-0001fE-Ql for emacs-devel@gnu.org; Mon, 13 Sep 2004 03:01:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C6kpc-0007fC-NO; Mon, 13 Sep 2004 03:00:56 -0400 Original-To: Stefan In-reply-to: (message from Stefan on Sat, 11 Sep 2004 18:55:49 -0400) 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:27070 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27070 It seems you don't realize that a lot of elisp code suffers from such "not 100% correct state if C-g is hit at the wrong moment". It's not such a big deal. We do try to fix such problems when we find them. Anyway, what do you think of the other solution I proposed?