From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: New special-mode parent Date: Fri, 13 Jun 2008 10:56:39 -0600 Message-ID: References: Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1213376234 2262 80.91.229.12 (13 Jun 2008 16:57:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2008 16:57:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 13 18:57:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K7Caw-0002Ql-6R for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 18:57:46 +0200 Original-Received: from localhost ([127.0.0.1]:56178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7Ca7-0003v4-TO for ged-emacs-devel@m.gmane.org; Fri, 13 Jun 2008 12:56:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K7Ca2-0003ul-2c for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:56:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K7Ca1-0003uR-El for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:56:49 -0400 Original-Received: from [199.232.76.173] (port=52502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K7Ca1-0003uM-7V for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:56:49 -0400 Original-Received: from mx1.redhat.com ([66.187.233.31]:60376) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K7Ca0-00037H-E3 for emacs-devel@gnu.org; Fri, 13 Jun 2008 12:56:49 -0400 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5DGufH2008715; Fri, 13 Jun 2008 12:56:41 -0400 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5DGufLH007972; Fri, 13 Jun 2008 12:56:41 -0400 Original-Received: from opsy.redhat.com (vpn-10-79.bos.redhat.com [10.16.10.79]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5DGueLf028971; Fri, 13 Jun 2008 12:56:41 -0400 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 17F5E378182; Fri, 13 Jun 2008 10:56:40 -0600 (MDT) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Fri\, 13 Jun 2008 11\:49\:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99126 Archived-At: >>>>> "Stefan" == Stefan Monnier writes: Stefan> (put 'special-mode 'mode-class 'special) I think it would be nice is define-derived-mode automatically did this for modes derived from special-mode. Tom