[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Defaults for elisp-mode files
From: |
Stefan Monnier |
Subject: |
Defaults for elisp-mode files |
Date: |
Wed, 03 Oct 2012 14:06:03 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
I'm seeing more and more Elisp files with "-*- lexical-binding: t;
coding: utf-8 -*-" showing up, and I expect them to become the norm in
the longer term.
So I think in the longer term these annotations should be made
unnecessary because they're ugly.
For the `utf-8', I guess we can simply set auto-coding-alist and we
could do that right now without much risk for serious breakage (IOW
I suggest we do that for the next release after 24.3).
But for the lexical-binding setting, it seems less obvious how to handle
such a switch (other than start warning any file which doesn't set it
explicitly to t or nil, and after a while change the default, and after
yet another while remove the warning, the whole process taking probably
more than 10 years). Any suggestion would be welcome.
Stefan
- Defaults for elisp-mode files,
Stefan Monnier <=
- RE: Defaults for elisp-mode files, Drew Adams, 2012/10/03
- Re: Defaults for elisp-mode files, Christopher Schmidt, 2012/10/03
- Re: Defaults for elisp-mode files, Juanma Barranquero, 2012/10/03
- Defaults for elisp-mode files, Stephen J. Turnbull, 2012/10/03
- Re: Defaults for elisp-mode files, Stefan Monnier, 2012/10/03
- Re: Defaults for elisp-mode files, Christopher Monsanto, 2012/10/03
- Re: Defaults for elisp-mode files, Juanma Barranquero, 2012/10/04
- Re: Defaults for elisp-mode files, Christopher Monsanto, 2012/10/04
- Re: Defaults for elisp-mode files, Juanma Barranquero, 2012/10/04
- Re: Defaults for elisp-mode files, Andreas Schwab, 2012/10/04