all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: How to turn off conf-mode
Date: Fri, 14 Dec 2007 21:35:35 -0700	[thread overview]
Message-ID: <fjvlin$5lb$2@ger.gmane.org> (raw)
In-Reply-To: <8663z3b2of.fsf@zeus.knighten.org>

Robert L Knighten wrote:
> Thank you for your comments, they certainly make the issue clearer, but where
> I am still confused about how to change this in a useful way.  My problem
> isn't just what regular expression to use but rather that the one at issue is
> part of the defvar of auto-mode-alist that is created when files.el is an
> official part of emacs.  Of course I can change files.el, but I certainly do
> not want to do that.  And of course I can just redefine auto-mode-alist
> changing only the troublesome part, but again I hope there is a less extreme
> solution.

Put this in your .emacs file:

(add-to-list 'auto-mode-alist "\\(/\\|\\`\\)cf\\.out\\'" 'text-mode)


-- 
Kevin Rodgers
Denver, Colorado, USA

  reply	other threads:[~2007-12-15  4:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-11  6:42 How to turn off conf-mode Robert L Knighten
2007-12-11 14:36 ` Rupert Swarbrick
2007-12-12  6:49   ` Robert L Knighten
2007-12-12 20:50     ` Peter Dyballa
     [not found]     ` <mailman.4948.1197492613.18990.help-gnu-emacs@gnu.org>
2007-12-12 21:31       ` Sven Joachim
2007-12-12 22:14         ` Peter Dyballa
2007-12-13  5:10         ` Robert L Knighten
2007-12-15  4:35           ` Kevin Rodgers [this message]
     [not found]           ` <mailman.5051.1197783054.18990.help-gnu-emacs@gnu.org>
2007-12-16  8:33             ` Robert L Knighten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='fjvlin$5lb$2@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.