From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "r.stiltskin" Newsgroups: gmane.emacs.help Subject: Re: editing mode: .ml files Date: Sun, 18 Jun 2006 07:39:30 -0700 (PDT) Message-ID: <4924006.post@talk.nabble.com> References: <4917903.post@talk.nabble.com> <87odwrp5lz.fsf@tiger.rapttech.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150641587 25062 80.91.229.2 (18 Jun 2006 14:39:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jun 2006 14:39:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 18 16:39:46 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FryRE-0008Aq-5l for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jun 2006 16:39:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FryRD-0003am-Nt for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Jun 2006 10:39:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FryR3-0003aT-9l for help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 10:39:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FryR2-0003a9-VE for Help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 10:39:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FryR2-0003a6-Lk for Help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 10:39:32 -0400 Original-Received: from [72.21.53.35] (helo=talk.nabble.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fryb8-0007k0-5l for Help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 10:49:58 -0400 Original-Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FryR1-0000HS-0M for Help-gnu-emacs@gnu.org; Sun, 18 Jun 2006 07:39:31 -0700 Original-To: Help-gnu-emacs@gnu.org In-Reply-To: X-Nabble-Sender: jkammet@yahoo.com X-Nabble-From: "r.stiltskin" X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35529 Archived-At: Yes, I haven't gotten around to installing an ml-mode yet, but I'd like to get rid of the lisp association. I see that it appears in files.el in the section: (defvar auto-mode-alist (mapc (lambda (elt) (cons (purecopy (car elt)) (cdr elt))) '... ("\\.ml\\'" . lisp-mode) ...' but deleting the .ml line from files.el doesn't seem to have any effect -- emacs still comes up with ("\\.ml\\'" . lisp-mode) included in auto-mode-alist. How can I get rid of it? -- View this message in context: http://www.nabble.com/editing-mode%3A-.ml-files-t1804515.html#a4924006 Sent from the Emacs - Help forum at Nabble.com.