1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00
emacs/test/lisp/progmodes
Yuan Fu b80f36b88c
Make c-ts-mode-set-style's effect local (bug#61245)
Now c-ts-mode-set-style's effect is local, and there is a new function
c-ts-mode-set-global-style that changes the global setting.

* lisp/progmodes/c-ts-mode.el:
(c-ts-mode--indent-style-setter): Use c-ts-mode-set-style.
(c-ts-mode-indent-style)
(c-ts-mode--prompt-for-style): Minor change in docstring.
(c-ts-mode-set-global-style): New function (from c-ts-mode-set-style).
(c-ts-mode-set-local-style): Remove function (became c-ts-mode-set-style).
(c-ts-mode-set-style): Renamed from c-ts-mode-set-local-style.
* test/lisp/progmodes/c-ts-mode-resources/indent-bsd.erts:
* test/lisp/progmodes/c-ts-mode-resources/indent.erts: Use
c-ts-mode-set-style.
2023-02-04 15:33:26 -08:00
..
c-ts-mode-resources Make c-ts-mode-set-style's effect local (bug#61245) 2023-02-04 15:33:26 -08:00
cperl-mode-resources ; Fix typos 2022-12-26 10:42:02 +01:00
elisp-mode-resources lisp/emacs-lisp/lisp-mode.el: Fix parser state corruption. 2021-11-08 07:38:41 +01:00
flymake-resources Keep and report "foreign" diangnostics in flymake-cc Flymake backend 2021-09-14 12:22:15 +01:00
go-ts-mode-resources Fix switch statement indentation for go-ts-mode (bug#61238) 2023-02-04 19:26:05 +01:00
js-resources Convert manual js indent tests to unit tests 2020-10-18 02:28:22 +02:00
project-resources Bring back the project--value-in-dir logic 2022-12-09 18:19:36 +02:00
ruby-mode-resources ruby-ts-mode: Fix two additional cases with ruby-method-call-indent=nil 2023-01-22 04:55:13 +02:00
sh-script-resources Improve indentation of some shell script forms 2022-02-07 09:13:54 +01:00
xref-resources Speed up xref rendering for matches on very long lines 2021-03-08 04:25:15 +02:00
asm-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
autoconf-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bat-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
bug-reference-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
c-ts-mode-tests.el Tweak BSD style indentation (bug#60984) 2023-01-22 11:14:00 +01:00
cc-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
compile-tests.el Add tests for compilation support for TypeScript (bug#61104) 2023-02-04 09:19:40 +01:00
cperl-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
eglot-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
elisp-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
etags-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
executable-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
f90-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
flymake-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
gdb-mi-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
glasses-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
go-ts-mode-tests.el Fix switch statement indentation for go-ts-mode (bug#61238) 2023-02-04 19:26:05 +01:00
grep-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
hideshow-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
js-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
octave-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
opascal-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pascal-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
perl-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
project-tests.el Make project-current not error out inside non-existent dirs 2023-01-28 03:20:29 +02:00
ps-mode-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
python-tests.el Fix 'python-shell-buffer-substring' when START is in middle of 1st line 2023-01-07 10:57:38 +02:00
ruby-mode-tests.el (ruby-ts-add-log-current-function): Fix when between two methods 2023-01-04 00:38:01 +02:00
ruby-ts-mode-tests.el (ruby-ts--indent-rules): Indent inside empty parens properly 2023-01-19 19:44:10 +02:00
scheme-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sh-script-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
sql-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
subword-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
tcl-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xref-tests.el ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00