emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: python-mode.el doesn't associate python-mode with .PY files


From: Juanma Barranquero
Subject: Re: python-mode.el doesn't associate python-mode with .PY files
Date: Sun, 31 Dec 2006 13:59:09 +0100

On 12/31/06, Lennart Borgman <address@hidden> wrote:

Would it perhaps be better to have default t on systems where file name
case does not matter?

You should've read the docstring...

(defcustom auto-mode-case-fold nil
 "Non-nil means to try second pass through `auto-mode-alist'.
This means that if the first case-sensitive search through the alist fails
to find a matching major mode, a second case-insensitive search is made.
On systems with case-insensitive file names, this variable is ignored,
since only a single case-insensitive search through the alist is made."
 :group 'files
 :version "22.1"
 :type 'boolean)

                   /L/e/k/t/u




reply via email to

[Prev in Thread] Current Thread [Next in Thread]