gecko/extensions/universalchardet/tests
Jim Blandy 4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
..
bug9357_text.html
bug171813_text.html
bug306272_text.html
bug421271_text.html
bug426271_text-euc-jp.html
bug426271_text-utf-8.html
bug431054_text.html
bug488426_text.html
bug547487_text.html
bug620106_text.html
bug631751be_text.html
bug631751le_text.html
bug638318_text.html
bug811363-1.text
bug811363-2.text
bug811363-3.text
bug811363-4.text
bug811363-5.text
bug811363-6.text
bug811363-7.text
bug811363-8.text
bug811363-9.text
bug811363-invalid-1.text
bug811363-invalid-2.text
bug811363-invalid-3.text
bug811363-invalid-4.text
bug811363-invalid-5.text
CharsetDetectionTests.js
chrome.ini
moz.build
test_bug9357.html
test_bug171813.html
test_bug306272.html
test_bug421271.html
test_bug426271-euc-jp.html
test_bug426271-utf-8.html
test_bug431054-japanese.html
test_bug431054.html
test_bug488426.html
test_bug547487.html
test_bug620106.html
test_bug631751be.html
test_bug631751le.html
test_bug638318.html
test_bug811363-1-1.html
test_bug811363-1-2.html
test_bug811363-1-3.html
test_bug811363-1-4.html
test_bug811363-1-5.html
test_bug811363-2-1.html
test_bug811363-2-2.html
test_bug811363-2-3.html
test_bug811363-2-4.html
test_bug811363-2-5.html
test_bug811363-2-6.html
test_bug811363-2-7.html
test_bug811363-2-8.html
test_bug811363-2-9.html