From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: deriving from prog-mode (was: Re: Pretest begins end-June) Date: Wed, 15 Jun 2011 10:58:26 -0400 Message-ID: References: <87y61ojhp4.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1308153604 24123 80.91.229.12 (15 Jun 2011 16:00:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 16:00:04 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 17:59:59 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QWsVW-0006EI-KG for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 17:59:54 +0200 Original-Received: from localhost ([::1]:53559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWsVV-0001f5-Gw for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 11:59:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWrY9-00026s-Ra for emacs-devel@gnu.org; Wed, 15 Jun 2011 10:58:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWrY3-0001xV-Jv for emacs-devel@gnu.org; Wed, 15 Jun 2011 10:58:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWrY3-0001xR-C0 for emacs-devel@gnu.org; Wed, 15 Jun 2011 10:58:27 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QWrY2-0003V0-Fk; Wed, 15 Jun 2011 10:58:26 -0400 In-Reply-To: (Stefan Monnier's message of "Mon, 13 Jun 2011 23:58:20 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140502 Archived-At: Stefan Monnier writes: >> Also how about making sure that more programming modes are derived from >> prog-mode? > > That would be nice, yes. Feel free to install such changes. Cited patch checked in. It looks like the only remaining stragglers in lisp/progmodes are cperl-mode.el (which, AFAIR, is not maintained here) and delphi.el (which passes an extra `skip-initial-parsing' to `delphi-mode'.