1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
emacs/lisp/progmodes
Paul Nelson 67c89a675d Add repeat-map for Python indentation commands
* lisp/progmodes/python.el (python-indent-repeat-map): New
keymap for repeating Python indentation commands when using
'repeat-mode' (bug#77417).
2025-04-04 09:42:43 +03:00
..
antlr-mode.el Prefer decf to cl-decf 2025-02-23 00:38:22 +01:00
asm-mode.el
autoconf.el Improve autoconf-mode macro detection 2025-02-17 17:28:05 -08:00
bat-mode.el
bug-reference.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
c-ts-common.el Fix c-ts-common-baseline-indent-rule for lists (bug#76908) 2025-03-11 02:36:11 -07:00
c-ts-mode.el Improve treesit settings for typescript/tsx-ts-mode (bug#73404) 2025-03-05 19:44:44 +02:00
cc-align.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cc-awk.el
cc-bytecomp.el
cc-cmds.el
cc-defs.el
cc-engine.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cc-fonts.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cc-guess.el
cc-langs.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cc-menus.el
cc-mode.el C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +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 C++ Mode: Fix some indentation bugs. FIxes bug#19867 2025-03-27 10:24:48 +00:00
cfengine.el Recommend using 'keymap-global-set' in Commentaries 2025-03-15 04:06:31 +01:00
cl-font-lock.el
cmacexp.el
cmake-ts-mode.el
compile.el Make compilation-filter-hook into a defcustom 2025-03-20 19:21:08 +01:00
cperl-mode.el Merge from origin/emacs-30 2025-03-12 10:09:09 +08:00
cpp.el
csharp-mode.el Add the treesit 'list' thing to csharp/go/php/rust-ts-mode (bug#73404) 2025-03-15 20:37:46 +02:00
cwarn.el
dcl-mode.el
dockerfile-ts-mode.el Improve fontification of docker-files 2025-02-23 01:03:00 +01:00
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
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 Replace uses of replace-buffer-contents 2025-03-29 17:49:49 -04:00
elisp-mode.el Fix capitalization ELisp -> Elisp 2025-03-12 09:38:33 +08:00
elixir-ts-mode.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
erts-mode.el
etags-regen.el Use defvar-keymap for some trivial keymaps 2025-03-16 13:48:11 +01:00
etags.el
executable.el
f90.el
flymake-cc.el
flymake-proc.el Use replace-region-contents to replace insert+delete 2025-03-29 17:49:49 -04:00
flymake.el Add jump action to margin indicators in flymake 2025-03-27 20:15:45 +02:00
fortran.el
gdb-mi.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
glasses.el
go-ts-mode.el Merge from origin/emacs-30 2025-03-30 16:17:00 +02:00
grep.el grep: Signal error if unable to access directory 2025-03-01 03:24:48 +01:00
gud.el Prefer '(oddp A)' to '(= 1 (% A 2))' 2025-02-17 05:37:10 +01:00
heex-ts-mode.el
hideif.el Prefer incf to cl-incf in progmodes/*.el 2025-02-25 08:28:30 +01:00
hideshow.el Use TS to support 'hs-minor-mode' in 'lua-ts-mode' 2025-03-08 20:50:59 +02:00
icon.el
inf-lisp.el
java-ts-mode.el Add some keywords to java-ts-mode--keywords (bug#75154) 2025-03-16 22:44:05 -07:00
js.el Improve treesit settings for js/typescript/ruby-ts-mode (bug#73404) 2025-03-06 20:22:50 +02:00
json-ts-mode.el
ld-script.el
lua-ts-mode.el ; Update version comment in 'lua-ts-mode' 2025-03-22 09:12:01 +02:00
m4-mode.el
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
modula2.el
octave.el Use defvar-keymap for some trivial keymaps 2025-03-16 13:48:11 +01:00
opascal.el
pascal.el Prefer defvar-keymap in pascal.el 2025-02-18 20:04:16 +01:00
peg.el PEG: Fix bug#76555 2025-03-27 08:59:32 -04:00
perl-mode.el
php-ts-mode.el Merge from origin/emacs-30 2025-03-30 16:17:00 +02:00
prog-mode.el Adapt query-replace and lazy highlighting to text conversion 2025-02-17 16:47:09 +08:00
project.el Fix C-x p p for remote directories with no Tramp connection 2025-04-04 02:19:45 +03:00
prolog.el
ps-mode.el
python.el Add repeat-map for Python indentation commands 2025-04-04 09:42:43 +03:00
ruby-mode.el Prefer '(oddp A)' to '(= 1 (logand A 1))' 2025-02-17 19:33:56 +01:00
ruby-ts-mode.el Fix capitalization ELisp -> Elisp 2025-03-12 09:38:33 +08:00
rust-ts-mode.el Add the treesit 'list' thing to csharp/go/php/rust-ts-mode (bug#73404) 2025-03-15 20:37:46 +02:00
scheme.el
sh-script.el
simula.el
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 Tighten the criteria for a defun in typescript-ts-mode (bug#77369) 2025-03-29 21:18:24 -07:00
vera-mode.el
verilog-mode.el
vhdl-mode.el
which-func.el Use defvar-keymap in which-func.el 2025-03-15 04:06:31 +01:00
xref.el xref: error -> user-error: reduce debug-on-error annoyance 2025-03-21 21:11:07 -04:00
xscheme.el