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: Bugs caused by recent use of define-derived-mode Date: Tue, 03 Sep 2002 09:26:54 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200209020237.VAA26080@eel.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031059848 8631 127.0.0.1 (3 Sep 2002 13:30:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 3 Sep 2002 13:30:48 +0000 (UTC) Cc: 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 17mDlX-0002F6-00 for ; Tue, 03 Sep 2002 15:30:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17mEKG-0007Mh-00 for ; Tue, 03 Sep 2002 16:06:40 +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 17mDn5-00051b-00; Tue, 03 Sep 2002 09:32:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mDho-00045U-00 for emacs-devel@gnu.org; Tue, 03 Sep 2002 09:26:56 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mDhm-000456-00 for emacs-devel@gnu.org; Tue, 03 Sep 2002 09:26:56 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mDhm-00044z-00 for emacs-devel@gnu.org; Tue, 03 Sep 2002 09:26:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17mDhm-0002Ng-00; Tue, 03 Sep 2002 09:26:54 -0400 Original-To: teirllm@dms.auburn.edu In-Reply-To: <200209020237.VAA26080@eel.dms.auburn.edu> (message from Luc Teirlinck on Sun, 1 Sep 2002 21:37:26 -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:7377 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7377 One idea for how to fix the abbrev-table bugs is to modify define-derived-mode to accept some optional keywords as arguments before the body. :same-abbrev-table could mean to use the parent's abbrev table unmodified, and :same-syntax-table would do likewise for the syntax table. This change would be upward compatible for existing calls to define-derived-mode that work correctly.