[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 59f8c56d9e: files.el (major-mode-remap-alist): New custom var
From: |
Lars Ingebrigtsen |
Subject: |
Re: master 59f8c56d9e: files.el (major-mode-remap-alist): New custom var (bug#58075) |
Date: |
Mon, 03 Oct 2022 18:43:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Stefan Monnier via Mailing list for Emacs changes <emacs-diffs@gnu.org>
writes:
> * lisp/files.el (major-mode-remap-alist): New custom var.
> (set-auto-mode--last): New var.
> (set-auto-mode-0): Obey `major-mode-remap-alist`.
I'm seeing a number of test failures currently:
4 files contained unexpected results:
lisp/textmodes/tildify-tests.log
lisp/textmodes/reftex-tests.log
lisp/gnus/mml-sec-tests.log
lisp/electric-tests.log
I didn't think they had anything to do with this, but:
Test tildify-space-undo-test-tex backtrace:
nil()
tex--redirect-to-submode(#f(compiled-function () (interactive nil) #
apply(tex--redirect-to-submode #f(compiled-function () (interactive
tex-mode()
funcall(tex-mode)
in
3 unexpected results:
FAILED tildify-space-test-tex
FAILED tildify-space-undo-test-tex
FAILED tildify-test-tex
I haven't checked whether all these failures are related to this,
though.
(This is --with-native-compilation, if it makes a difference.)
- Re: master 59f8c56d9e: files.el (major-mode-remap-alist): New custom var (bug#58075),
Lars Ingebrigtsen <=