From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Pennebaker Newsgroups: gmane.emacs.help Subject: makefile-mode: treat *.mf's as Makefiles Date: Wed, 29 May 2013 20:31:39 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1369873920 14166 80.91.229.3 (30 May 2013 00:32:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 00:32:00 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 30 02:32:01 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uhqme-0006tU-OC for geh-help-gnu-emacs@m.gmane.org; Thu, 30 May 2013 02:32:00 +0200 Original-Received: from localhost ([::1]:60665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uhqmd-00062D-Te for geh-help-gnu-emacs@m.gmane.org; Wed, 29 May 2013 20:31:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhqmP-00061z-7a for help-gnu-emacs@gnu.org; Wed, 29 May 2013 20:31:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhqmK-0004xH-Ee for help-gnu-emacs@gnu.org; Wed, 29 May 2013 20:31:45 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:55017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhqmK-0004xD-9a for help-gnu-emacs@gnu.org; Wed, 29 May 2013 20:31:40 -0400 Original-Received: by mail-ie0-f172.google.com with SMTP id 17so6162649iea.3 for ; Wed, 29 May 2013 17:31:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=o5xU1jGdlVYo7U6XpOmMLLkpzlP7mv/vlVyllkz6uTU=; b=ZIW0TeiicRaT/yBTKKicVre/3yS8VJnKdBohPiRTiT0z+7wmoN6HtZdjOpi1G2enYO Wm1jxauqYEPo6UDfas4cpQ/nDU/lcW5gBwEi3K/HcCZAqJQtnxqR3dzXXPhOzyte+udt vqA1cNAibABCMcOI/y0hvNwcUwJDJhqJlCXYgH211GhzqvHAmAWN3ZhPrhvlgt9ekZpl jSxh/UdQX3rQ99lOOO24cMxKUH7otI3I56x73nvANccHu3vuwMpbWNcgbpRz5g6cK9JJ pZZlXeZUnHuwk6rl9X7UISCeuYXLXN9D56wAtlAt8hLsZrf9tTywJ2/n6d51LmzwtgzX limQ== X-Received: by 10.42.196.138 with SMTP id eg10mr2212049icb.5.1369873899651; Wed, 29 May 2013 17:31:39 -0700 (PDT) Original-Received: by 10.43.156.137 with HTTP; Wed, 29 May 2013 17:31:39 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22c X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91151 Archived-At: Currently, I have the following in my .emacs: ;; We're Makefile, too! (add-to-list 'auto-mode-alist '("\\.mf\\'" . makefile-mode)) In the next version of makefile-mode, could we automatically treat *.mf files as Makefiles? -- Cheers, Andrew Pennebaker www.yellosoft.us