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: Re: Ruby mode added Date: Wed, 10 Dec 2008 11:24:10 -0800 (PST) Message-ID: <200812101924.mBAJOA7G026325@mothra.ics.uci.edu> References: <87y6yn26gk.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228937103 11306 80.91.229.12 (10 Dec 2008 19:25:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2008 19:25:03 +0000 (UTC) Cc: Phil Hagelberg , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 10 20:26:07 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 1LAUgx-0005i3-Pc for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 20:25:52 +0100 Original-Received: from localhost ([127.0.0.1]:42945 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUfm-0005Aa-D0 for ged-emacs-devel@m.gmane.org; Wed, 10 Dec 2008 14:24:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAUfX-00054M-5h for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:24:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAUfU-00053V-6j for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:24:22 -0500 Original-Received: from [199.232.76.173] (port=53012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAUfT-00053A-Tf for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:24:19 -0500 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:63724) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1LAUfS-0005bZ-R2 for emacs-devel@gnu.org; Wed, 10 Dec 2008 14:24:19 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id mBAJOA7V015317; Wed, 10 Dec 2008 11:24:10 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBAJOA7G026325; Wed, 10 Dec 2008 11:24:10 -0800 (PST) In-Reply-To: <87y6yn26gk.fsf@cyd.mit.edu> (Chong Yidong's message of "Wed, 10 Dec 2008 14:08:59 -0500") Original-Lines: 12 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBAJOA7V015317 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:106770 Archived-At: Chong Yidong writes: > Does anyone see any problem? Not exactly a problem, but isn't the preferred style for the auto-mode-alist regexp to use \\' instead of $ ? What's the latest on the policy for adding stuff to auto-mode-alist and interpreter-mode-alist? Should it go in files.el or be autoloaded? Not ruby related, but given we are talking about auto-mode-alist: shouldn't nxml be added to it somehow?