1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/lisp/progmodes
Juri Linkov 0a4503de3a Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms
* lisp/progmodes/c-ts-mode.el:
* lisp/progmodes/cmake-ts-mode.el:
* lisp/progmodes/csharp-mode.el:
* lisp/progmodes/dockerfile-ts-mode.el:
* lisp/progmodes/elixir-ts-mode.el:
* lisp/progmodes/go-ts-mode.el:
* lisp/progmodes/heex-ts-mode.el:
* lisp/progmodes/java-ts-mode.el:
* lisp/progmodes/js.el:
* lisp/progmodes/json-ts-mode.el:
* lisp/progmodes/lua-ts-mode.el:
* lisp/progmodes/php-ts-mode.el:
* lisp/progmodes/python.el:
* lisp/progmodes/ruby-ts-mode.el:
* lisp/progmodes/rust-ts-mode.el:
* lisp/progmodes/sh-script.el:
* lisp/progmodes/typescript-ts-mode.el:
* lisp/textmodes/css-mode.el:
* lisp/textmodes/markdown-ts-mode.el:
* lisp/textmodes/mhtml-ts-mode.el:
* lisp/textmodes/toml-ts-mode.el:
* lisp/textmodes/yaml-ts-mode.el: In autoload forms replace
'(treesit-available-p)' with (boundp 'treesit-major-mode-remap-alist).
Calling 'treesit-available-p' in loaddefs.el is too early
since the tree-sitter library might not be loaded yet.
Checking if 'treesit-major-mode-remap-alist' is bound is
equivalent to checking if Emacs is compiled with tree-sitter support.
(bug#79622)
2025-10-16 09:45:30 +03:00
..
antlr-mode.el Prefer decf to cl-decf 2025-02-23 00:38:22 +01:00
asm-mode.el (asm-mode): Fix bug#75542 2025-01-16 17:18:24 -05:00
autoconf.el Improve autoconf-mode macro detection 2025-02-17 17:28:05 -08:00
bat-mode.el Prefer defvar-keymap in bat-mode.el 2025-01-20 18:32:33 +01:00
bug-reference.el (read-only-keymap-*): Be more careful with the namespace 2025-10-12 09:50:31 -04:00
c-ts-common.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
c-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
cc-align.el CC Mode: Don't indent a construct in a class after a template 2025-09-19 20:51:45 +00:00
cc-awk.el CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs 2025-06-23 11:50:07 +00:00
cc-bytecomp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cc-cmds.el CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs 2025-06-23 11:50:07 +00:00
cc-defs.el CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs 2025-06-23 11:50:07 +00:00
cc-engine.el ; * lisp/progmodes/cc-engine.el: Fix trailing whitespace. 2025-07-05 06:03:48 -04:00
cc-fonts.el CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs 2025-06-23 11:50:07 +00:00
cc-guess.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cc-langs.el CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs 2025-06-23 11:50:07 +00:00
cc-menus.el CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs 2025-06-23 11:50:07 +00:00
cc-mode.el Amend CC Mode so that the test suite in XEmacs runs error free 2025-06-11 13:43:50 +00:00
cc-styles.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cc-vars.el CC Mode: Don't indent a construct in a class after a template 2025-09-19 20:51:45 +00:00
cfengine.el Recommend using 'keymap-global-set' in Commentaries 2025-03-15 04:06:31 +01:00
cl-font-lock.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cmacexp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
cmake-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
compile.el Support Rust compiler messages in compile mode (bug#70794). 2025-05-22 11:53:34 +02:00
cperl-mode.el ; cperl-mode.el: Do not warn with valid character escapes 2025-08-22 15:03:17 +02:00
cpp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
csharp-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
cwarn.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
dcl-mode.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
dockerfile-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
ebnf-abn.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf-bnf.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf-dtd.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf-ebx.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf-iso.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf-otz.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf-yac.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
ebnf2ps.el Recommend using 'keymap-global-set' in Commentaries 2025-03-15 04:06:31 +01:00
ebrowse.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
eglot.el Eglot: Add LSP server for TOML. 2025-10-11 12:37:20 +03:00
elisp-mode.el ; Refine a few 'elisp-*' faces for dark backgrounds 2025-10-15 12:24:59 +02:00
elixir-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
erts-mode.el Prefer defface's ':weight bold' to obsolete alias ':bold t' 2025-01-21 09:29:09 +01:00
etags-regen.el Fix etags-regen-mode for remote projects (bug#79358) 2025-09-29 02:40:28 +03:00
etags.el Fix exact matching of Ada tags by 'M-.' 2025-05-27 13:50:12 +03:00
executable.el executable-interpret: Handle remote file names 2025-08-14 17:08:36 +02:00
f90.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
flymake-cc.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
flymake-proc.el Use replace-region-contents to replace insert+delete 2025-03-29 17:49:49 -04:00
flymake.el ; * lisp/progmodes/flymake.el (flymake-margin-indicators-string): Doc fix. 2025-10-10 09:36:09 +03:00
fortran.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
gdb-mi.el Fix gdb-mi startup when asking user about debuginfod 2025-09-14 08:55:44 +03:00
glasses.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
go-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
grep.el Merge from origin/emacs-30 2025-05-24 06:55:24 -04:00
gud.el "M-x lldb": bugfix source code location without column 2025-09-06 12:04:30 +03:00
heex-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
hideif.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
hideshow.el * lisp/progmodes/hideshow.el: Small improvements (bug#79585). 2025-10-11 21:37:52 +03:00
icon.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
inf-lisp.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
java-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
js.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
json-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
ld-script.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
lua-mode.el Make 'lua-prefix-key' option a 'key-sequence' 2025-08-29 09:47:24 +02:00
lua-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
m4-mode.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
make-mode.el (makefile-dependency-regex): Fix bug#76759 2025-03-09 22:07:39 -04:00
meta-mode.el Prefer defvar-keymap in meta-mode.el 2025-02-18 20:04:16 +01:00
mixal-mode.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
modula2.el Don't start docstrings with "This function" or similar 2024-12-26 21:02:45 +01:00
octave.el Use defvar-keymap for some trivial keymaps 2025-03-16 13:48:11 +01:00
opascal.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
pascal.el Revert addition of electric-block-comment-mode & follow-up commits 2025-04-22 20:47:56 +08:00
peg.el peg.el: Fix bug#79502 a bit more 2025-09-27 22:57:02 -04:00
perl-mode.el perl-mode.el: Avoid obsolete font-lock face vars 2025-04-04 23:53:10 -04:00
php-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
prog-mode.el Add tree-sitter version of prog-fill-reindent-defun (bug#78703) 2025-06-09 22:55:09 -07:00
project.el ; project-prompt-project-name: Fix pcase usage. 2025-10-01 11:27:25 +01:00
prolog.el Prefer defface's ':slant italic' to obsolete alias ':italic t' 2025-01-21 09:56:59 +01:00
ps-mode.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
python.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
ruby-mode.el ruby-syntax-propertize: Add exception for /= 2025-09-16 02:17:13 +03:00
ruby-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
rust-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
scheme.el (scheme-mode-variables): Fix bug#79282 2025-09-10 19:05:15 -04:00
sh-script.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
simula.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00
sql.el MariaDB and Mysql handle escaped aphostrophes in the same way 2025-03-20 14:47:18 +02:00
subword.el Make define-global-minor-mode alias obsolete 2025-02-26 06:37:52 +01:00
tcl.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
typescript-ts-mode.el Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms 2025-10-16 09:45:30 +03:00
vera-mode.el Merge branch 'scratch/no-purespace' into 'master' 2025-02-01 04:56:52 +01:00
verilog-mode.el Prefer defface's ':slant italic' to obsolete alias ':italic t' 2025-01-21 09:56:59 +01:00
vhdl-mode.el Prefer defface's ':slant italic' to obsolete alias ':italic t' 2025-01-21 09:56:59 +01:00
which-func.el Use defvar-keymap in which-func.el 2025-03-15 04:06:31 +01:00
xref.el New top-level buffer-local value functions 2025-05-15 13:40:04 +01:00
xscheme.el Update copyright year to 2025 2025-01-02 18:39:42 +01:00