From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [twb@cyber.com.au: Use lisp mode for .asd (ASDF) files] Date: Sat, 19 May 2007 18:31:50 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1179614133 26374 80.91.229.12 (19 May 2007 22:35:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 May 2007 22:35:33 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 20 00:35:32 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 1HpXWN-0000Vw-AF for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 00:35:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpXWM-0003fi-RF for ged-emacs-devel@m.gmane.org; Sat, 19 May 2007 18:35:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HpXSr-00078D-TA for emacs-devel@gnu.org; Sat, 19 May 2007 18:31:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HpXSr-00077X-7Q for emacs-devel@gnu.org; Sat, 19 May 2007 18:31:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HpXSq-00077F-Ui for emacs-devel@gnu.org; Sat, 19 May 2007 18:31:53 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HpXSq-0005J1-Ma for emacs-devel@gnu.org; Sat, 19 May 2007 18:31:52 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HpXSo-0000Ja-W9; Sat, 19 May 2007 18:31:51 -0400 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:71402 Archived-At: Please install this in the trunk. ------- Start of forwarded message ------- X-Spam-Status: No, score=0.6 required=5.0 tests=NO_REAL_NAME, UNPARSEABLE_RELAY autolearn=no version=3.1.0 Date: Sat, 19 May 2007 20:16:06 +1000 To: emacs-pretest-bug@gnu.org From: twb@cyber.com.au Cc: trentbuck@gmail.com Subject: Use lisp mode for .asd (ASDF) files The Common Lisp packaging system ASDF uses .asd files. The data therein has Common Lisp syntax. If nothing else uses .asd as an extension, it would be useful for Emacs to, by default, use lisp-mode for these files, i.e. (add-to-list 'auto-mode-alist '("\\.asd\\'" . lisp-mode)) _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------