From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Recent attempts at standardizing major mode definitions. Date: Thu, 5 Sep 2002 12:15:44 -0500 (CDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200209051715.MAA02393@eel.dms.auburn.edu> References: <200209020240.VAA26083@eel.dms.auburn.edu> <200209021651.g82Gpe007333@rum.cs.yale.edu> <200209040135.UAA28343@eel.dms.auburn.edu> <200209041524.g84FOtX19235@rum.cs.yale.edu> <200209042152.QAA00662@eel.dms.auburn.edu> <200209051554.g85FsES26157@rum.cs.yale.edu> <200209051652.LAA02190@eel.dms.auburn.edu> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031246128 31431 127.0.0.1 (5 Sep 2002 17:15:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 17:15:28 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17n0E3-0008Ap-00 for ; Thu, 05 Sep 2002 19:15:27 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17n0np-0005KX-00 for ; Thu, 05 Sep 2002 19:52:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n0Ff-0003Hh-00; Thu, 05 Sep 2002 13:17:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17n0EN-0003Et-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 13:15:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17n0EK-0003Ee-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 13:15:46 -0400 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17n0EK-0003Ea-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 13:15:44 -0400 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id MAA09986; Thu, 5 Sep 2002 12:15:42 -0500 (CDT) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id MAA02393; Thu, 5 Sep 2002 12:15:44 -0500 (CDT) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: teirllm@dms.auburn.edu In-Reply-To: <200209051652.LAA02190@eel.dms.auburn.edu> (message from Luc Teirlinck on Thu, 5 Sep 2002 11:52:02 -0500 (CDT)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7569 >From my previous message: Yes. Before Emacs21, there was no fundamental-mode-abbrev-table, Actually, if I remember correctly, there was a fundamental-mode-abbrev-table, even before Emacs21. However, due to a bug in the C code, it did not get set to the local abbrev table in fundamental-mode. In other words, it was theoretically defined, but invisible to ordinary users. Gerd fixed the bug in the C code. Sincerely, Luc.