From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: adding new modes Date: Thu, 17 May 2007 10:55:44 -0400 Message-ID: References: <200705161649.l4GGngSD026759@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179413760 7523 80.91.229.12 (17 May 2007 14:56:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 May 2007 14:56:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 17 16:55:57 2007 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 1HohOT-00022t-Pn for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 16:55:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HohWZ-00040o-Kc for ged-emacs-devel@m.gmane.org; Thu, 17 May 2007 11:04:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HohWV-0003vP-Hj for emacs-devel@gnu.org; Thu, 17 May 2007 11:04:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HohWU-0003sN-DK for emacs-devel@gnu.org; Thu, 17 May 2007 11:04:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HohWU-0003ru-81 for emacs-devel@gnu.org; Thu, 17 May 2007 11:04:10 -0400 Original-Received: from 18.red-83-50-230.dynamicip.rima-tde.net ([83.50.230.18] helo=alfajor.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HohOM-0000za-RU for emacs-devel@gnu.org; Thu, 17 May 2007 10:55:47 -0400 Original-Received: by alfajor.home (Postfix, from userid 20848) id 1D1C91C5B3; Thu, 17 May 2007 10:55:44 -0400 (EDT) In-Reply-To: <200705161649.l4GGngSD026759@oogie-boogie.ics.uci.edu> (Dan Nicolaescu's message of "Wed\, 16 May 2007 09\:49\:42 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) X-detected-kernel: 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:71253 Archived-At: > What is the standard procedure for adding new modes to emacs (if > there's any)? I would be nice to see at least add verilog-mode and > vera-mode. Basically, suggest it here, arguing why it's necessary. Also the authors should be willing to sign the relevant legal paperwork. > There was talk at some point about adding php-mode. > Also some more vc back-ends would be good: vc-hg, vc-git, and maybe vc-p4.el It all sounds OK to me, except for vc-p4 since p4 is non-free. Stefan