all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#67701: 29.1; [PATCH] rust-ts-mode: Add electric indentation chars
@ 2023-12-07 22:16 Christophe TROESTLER
  2023-12-08 19:40 ` Dmitry Gutov
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe TROESTLER @ 2023-12-07 22:16 UTC (permalink / raw)
  To: 67701

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]


This is a patch against the emacs-29 branch to add more chars to the electric indentation for rust-ts-mode.

Best,
Christophe


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-rust-ts-mode-Add-electric-indentation-chars.patch --]
[-- Type: text/x-diff; name="0001-rust-ts-mode-Add-electric-indentation-chars.patch", Size: 954 bytes --]

From fd261c2157b2c85c9e1f902bb81d84f9cde78ea9 Mon Sep 17 00:00:00 2001
From: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Date: Thu, 7 Dec 2023 23:03:07 +0100
Subject: [PATCH] rust-ts-mode: Add electric indentation chars
Content-Type: text/plain; charset="utf-8"

---
 lisp/progmodes/rust-ts-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/progmodes/rust-ts-mode.el b/lisp/progmodes/rust-ts-mode.el
index 8127aa956f4..cc803f5f91a 100644
--- a/lisp/progmodes/rust-ts-mode.el
+++ b/lisp/progmodes/rust-ts-mode.el
@@ -435,6 +435,10 @@ rust-ts-mode
     (setq-local indent-tabs-mode nil
                 treesit-simple-indent-rules rust-ts-mode--indent-rules)
 
+    ;; Electric
+    (setq-local electric-indent-chars
+                (append "{}():;,#" electric-indent-chars))
+
     ;; Navigation.
     (setq-local treesit-defun-type-regexp
                 (regexp-opt '("enum_item"
-- 
2.42.0


[-- Attachment #3: ATT00001.txt --]
[-- Type: text/plain, Size: 40848 bytes --]




In GNU Emacs 29.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.38,
 cairo version 1.16.0) of 2023-08-30, modified by Debian built on
 x86-csail-01
System Description: Debian GNU/Linux trixie/sid

Configured using:
 'configure --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/libexec
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-libsystemd --with-pop=yes
 --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils
 --with-native-compilation --build x86_64-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/libexec
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-libsystemd --with-pop=yes
 --enable-locallisppath=/etc/emacs:/usr/local/share/emacs/29.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/29.1/site-lisp:/usr/share/emacs/site-lisp
 --with-sound=alsa --without-gconf --with-mailutils
 --with-native-compilation --with-pgtk 'CFLAGS=-g -O2
 -ffile-prefix-map=/build/reproducible-path/emacs-29.1+1=. -fstack-protector-strong
 -Wformat -Werror=format-security -Wall' 'CPPFLAGS=-Wdate-time
 -D_FORTIFY_SOURCE=2' LDFLAGS=-Wl,-z,relro'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP
NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB

Important settings:
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_NUMERIC: en_US.UTF-8
  value of $LC_TIME: en_GB.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Magit

Minor modes in effect:
  desktop-save-mode: t
  TeX-PDF-mode: t
  global-git-commit-mode: t
  magit-auto-revert-mode: t
  shell-dirtrack-mode: t
  mu4e-modeline-mode: t
  minions-mode: t
  global-edit-server-edit-mode: t
  server-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  buffer-read-only: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
~/software/OCaml/dune/editor-integration/emacs/dune-flymake hides /home/trch/.opam/4.14.1/share/emacs/site-lisp/dune-flymake
~/software/OCaml/dune/editor-integration/emacs/dune hides /home/trch/.opam/4.14.1/share/emacs/site-lisp/dune
/home/trch/software/mu/build/mu4e/mu4e-server hides /home/trch/software/mu/mu4e/mu4e-server
/home/trch/software/mu/build/mu4e/mu4e-mark hides /home/trch/software/mu/mu4e/mu4e-mark
/home/trch/software/mu/build/mu4e/mu4e-org hides /home/trch/software/mu/mu4e/mu4e-org
/home/trch/software/mu/build/mu4e/mu4e-helpers hides /home/trch/software/mu/mu4e/mu4e-helpers
/home/trch/software/mu/build/mu4e/mu4e-icalendar hides /home/trch/software/mu/mu4e/mu4e-icalendar
/home/trch/software/mu/build/mu4e/mu4e-context hides /home/trch/software/mu/mu4e/mu4e-context
/home/trch/software/mu/build/mu4e/mu4e-lists hides /home/trch/software/mu/mu4e/mu4e-lists
/home/trch/software/mu/build/mu4e/mu4e-search hides /home/trch/software/mu/mu4e/mu4e-search
/home/trch/software/mu/build/mu4e/mu4e-modeline hides /home/trch/software/mu/mu4e/mu4e-modeline
/home/trch/software/mu/build/mu4e/mu4e-query-items hides /home/trch/software/mu/mu4e/mu4e-query-items
/home/trch/software/mu/build/mu4e/mu4e hides /home/trch/software/mu/mu4e/mu4e
/home/trch/software/mu/build/mu4e/mu4e-folders hides /home/trch/software/mu/mu4e/mu4e-folders
/home/trch/software/mu/build/mu4e/mu4e-speedbar hides /home/trch/software/mu/mu4e/mu4e-speedbar
/home/trch/software/mu/build/mu4e/mu4e-headers hides /home/trch/software/mu/mu4e/mu4e-headers
/home/trch/software/mu/build/mu4e/mu4e-message hides /home/trch/software/mu/mu4e/mu4e-message
/home/trch/software/mu/build/mu4e/mu4e-update hides /home/trch/software/mu/mu4e/mu4e-update
/home/trch/software/mu/build/mu4e/mu4e-actions hides /home/trch/software/mu/mu4e/mu4e-actions
/home/trch/software/mu/build/mu4e/mu4e-notification hides /home/trch/software/mu/mu4e/mu4e-notification
/home/trch/software/mu/build/mu4e/mu4e-thread hides /home/trch/software/mu/mu4e/mu4e-thread
/home/trch/software/mu/build/mu4e/mu4e-contrib hides /home/trch/software/mu/mu4e/mu4e-contrib
/home/trch/software/mu/build/mu4e/mu4e-obsolete hides /home/trch/software/mu/mu4e/mu4e-obsolete
/home/trch/software/mu/build/mu4e/mu4e-contacts hides /home/trch/software/mu/mu4e/mu4e-contacts
/home/trch/software/mu/build/mu4e/mu4e-bookmarks hides /home/trch/software/mu/mu4e/mu4e-bookmarks
/home/trch/software/mu/build/mu4e/mu4e-mime-parts hides /home/trch/software/mu/mu4e/mu4e-mime-parts
/home/trch/software/mu/build/mu4e/mu4e-view hides /home/trch/software/mu/mu4e/mu4e-view
/home/trch/software/mu/build/mu4e/mu4e-compose hides /home/trch/software/mu/mu4e/mu4e-compose
/home/trch/software/mu/build/mu4e/mu4e-vars hides /home/trch/software/mu/mu4e/mu4e-vars
/home/trch/software/mu/build/mu4e/mu4e-window hides /home/trch/software/mu/mu4e/mu4e-window
/home/trch/software/mu/build/mu4e/mu4e-main hides /home/trch/software/mu/mu4e/mu4e-main
/home/trch/.emacs.d/elpa/company-20231207.1344/company-bbdb hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-bbdb
/home/trch/.emacs.d/elpa/company-20231207.1344/company hides /home/trch/.emacs.d/elpa/company-20231122.1759/company
/home/trch/.emacs.d/elpa/company-20231207.1344/company-oddmuse hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-oddmuse
/home/trch/.emacs.d/elpa/company-20231207.1344/company-dabbrev hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-dabbrev
/home/trch/.emacs.d/elpa/company-20231207.1344/company-clang hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-clang
/home/trch/.emacs.d/elpa/company-20231207.1344/company-abbrev hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-abbrev
/home/trch/.emacs.d/elpa/company-20231207.1344/company-capf hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-capf
/home/trch/.emacs.d/elpa/company-20231207.1344/company-ispell hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-ispell
/home/trch/.emacs.d/elpa/company-20231207.1344/company-keywords hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-keywords
/home/trch/.emacs.d/elpa/company-20231207.1344/company-dabbrev-code hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-dabbrev-code
/home/trch/.emacs.d/elpa/company-20231207.1344/company-css hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-css
/home/trch/.emacs.d/elpa/company-20231207.1344/company-elisp hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-elisp
/home/trch/.emacs.d/elpa/company-20231207.1344/company-pkg hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-pkg
/home/trch/.emacs.d/elpa/company-20231207.1344/company-tempo hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-tempo
/home/trch/.emacs.d/elpa/company-20231207.1344/company-tng hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-tng
/home/trch/.emacs.d/elpa/company-20231207.1344/company-autoloads hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-autoloads
/home/trch/.emacs.d/elpa/company-20231207.1344/company-template hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-template
/home/trch/.emacs.d/elpa/company-20231207.1344/company-yasnippet hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-yasnippet
/home/trch/.emacs.d/elpa/company-20231207.1344/company-semantic hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-semantic
/home/trch/.emacs.d/elpa/company-20231207.1344/company-files hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-files
/home/trch/.emacs.d/elpa/company-20231207.1344/company-gtags hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-gtags
/home/trch/.emacs.d/elpa/company-20231207.1344/company-etags hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-etags
/home/trch/.emacs.d/elpa/company-20231207.1344/company-nxml hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-nxml
/home/trch/.emacs.d/elpa/company-20231207.1344/company-cmake hides /home/trch/.emacs.d/elpa/company-20231122.1759/company-cmake
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-wgsl hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-wgsl
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ruby-lsp hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ruby-lsp
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-idris hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-idris
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-html hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-html
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-icons hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-icons
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-dhall hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-dhall
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-racket hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-racket
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-move hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-move
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-cmake hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-cmake
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-javascript hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-javascript
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-remark hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-remark
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-typeprof hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-typeprof
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-sqls hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-sqls
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-astro hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-astro
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-fsharp hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-fsharp
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-crystal hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-crystal
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-beancount hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-beancount
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-magik hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-magik
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-svelte hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-svelte
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-pyls hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-pyls
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-solidity hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-solidity
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-haxe hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-haxe
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-credo hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-credo
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-mojo hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-mojo
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-gleam hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-gleam
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-bufls hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-bufls
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-elixir hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-elixir
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-diagnostics hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-diagnostics
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-iedit hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-iedit
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-lens hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-lens
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-v hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-v
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-openscad hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-openscad
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-cypher hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-cypher
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-clangd hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-clangd
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-steep hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-steep
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-tex hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-tex
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-css hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-css
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-d hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-d
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-camel hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-camel
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ansible hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ansible
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-purescript hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-purescript
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-pylsp hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-pylsp
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-mode hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-mode
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-nix hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-nix
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-rust hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-rust
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ruff-lsp hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ruff-lsp
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-perl hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-perl
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-vimscript hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-vimscript
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ocaml hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ocaml
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-zig hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-zig
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-pwsh hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-pwsh
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-go hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-go
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-r hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-r
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-nginx hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-nginx
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-mode-pkg hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-mode-pkg
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-tilt hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-tilt
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-elm hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-elm
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-emmet hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-emmet
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-completion hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-completion
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-sml hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-sml
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-volar hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-volar
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-jq hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-jq
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-bash hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-bash
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-erlang hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-erlang
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-terraform hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-terraform
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-mdx hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-mdx
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-golangci-lint hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-golangci-lint
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-marksman hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-marksman
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-prolog hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-prolog
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-markdown hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-markdown
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ttcn3 hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ttcn3
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-toml hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-toml
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ada hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ada
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-semgrep hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-semgrep
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-vetur hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-vetur
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-sorbet hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-sorbet
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-graphql hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-graphql
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-semantic-tokens hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-semantic-tokens
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-gdscript hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-gdscript
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ido hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ido
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-vhdl hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-vhdl
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-awk hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-awk
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-rubocop hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-rubocop
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-headerline hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-headerline
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-angular hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-angular
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-lua hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-lua
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-yaml hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-yaml
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-perlnavigator hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-perlnavigator
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-xml hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-xml
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-hack hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-hack
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-eslint hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-eslint
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-mint hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-mint
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-dockerfile hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-dockerfile
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-kotlin hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-kotlin
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-fortran hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-fortran
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-csharp hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-csharp
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-ruby-syntax-tree hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-ruby-syntax-tree
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-protocol hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-protocol
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-groovy hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-groovy
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-glsl hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-glsl
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-modeline hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-modeline
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-solargraph hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-solargraph
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-dired hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-dired
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-php hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-php
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-clojure hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-clojure
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-dot hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-dot
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-mode-autoloads hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-mode-autoloads
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-actionscript hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-actionscript
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-nim hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-nim
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-pls hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-pls
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-json hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-json
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-rf hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-rf
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-vala hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-vala
/home/trch/.emacs.d/elpa/lsp-mode-20231203.705/lsp-verilog hides /home/trch/.emacs.d/elpa/lsp-mode-20231120.1519/lsp-verilog
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-sparse-checkout hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-sparse-checkout
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-notes hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-notes
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-core hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-core
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-bundle hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-bundle
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-pull hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-pull
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-margin hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-margin
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-bisect hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-bisect
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-process hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-process
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-autorevert hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-autorevert
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-worktree hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-worktree
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-tag hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-tag
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-diff hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-diff
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-sequence hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-sequence
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-stash hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-stash
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-transient hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-transient
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-commit hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-commit
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-branch hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-branch
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-apply hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-apply
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-submodule hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-submodule
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-files hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-files
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-log hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-log
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-merge hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-merge
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-refs hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-refs
/home/trch/.emacs.d/elpa/magit-20231204.1839/git-rebase hides /home/trch/.emacs.d/elpa/magit-20231120.2359/git-rebase
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-ediff hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-ediff
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-subtree hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-subtree
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-reflog hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-reflog
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-patch hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-patch
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-reset hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-reset
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-git hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-git
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-wip hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-wip
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-blame hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-blame
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-extras hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-extras
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-status hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-status
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-bookmark hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-bookmark
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-remote hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-remote
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-fetch hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-fetch
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-gitignore hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-gitignore
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-mode hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-mode
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-base hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-base
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-push hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-push
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-autoloads hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-autoloads
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-repos hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-repos
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-clone hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-clone
/home/trch/.emacs.d/elpa/magit-20231204.1839/magit-pkg hides /home/trch/.emacs.d/elpa/magit-20231120.2359/magit-pkg
/home/trch/.emacs.d/elpa/magit-section-20231204.1903/magit-section hides /home/trch/.emacs.d/elpa/magit-section-20231014.1405/magit-section
/home/trch/.emacs.d/elpa/magit-section-20231204.1903/magit-section-autoloads hides /home/trch/.emacs.d/elpa/magit-section-20231014.1405/magit-section-autoloads
/home/trch/.emacs.d/elpa/magit-section-20231204.1903/magit-section-pkg hides /home/trch/.emacs.d/elpa/magit-section-20231014.1405/magit-section-pkg
/home/trch/.emacs.d/elpa/git-commit-20231204.1839/git-commit hides /home/trch/.emacs.d/elpa/git-commit-20231030.2243/git-commit
/home/trch/.emacs.d/elpa/git-commit-20231204.1839/git-commit-pkg hides /home/trch/.emacs.d/elpa/git-commit-20231030.2243/git-commit-pkg
/home/trch/.emacs.d/elpa/git-commit-20231204.1839/git-commit-autoloads hides /home/trch/.emacs.d/elpa/git-commit-20231030.2243/git-commit-autoloads
/home/trch/.emacs.d/elpa/markdown-mode-20231130.549/markdown-mode hides /home/trch/.emacs.d/elpa/markdown-mode-20231028.853/markdown-mode
/home/trch/.emacs.d/elpa/markdown-mode-20231130.549/markdown-mode-autoloads hides /home/trch/.emacs.d/elpa/markdown-mode-20231028.853/markdown-mode-autoloads
/home/trch/.emacs.d/elpa/markdown-mode-20231130.549/markdown-mode-pkg hides /home/trch/.emacs.d/elpa/markdown-mode-20231028.853/markdown-mode-pkg
/home/trch/.emacs.d/elpa/transient-20231205.1848/transient-autoloads hides /home/trch/.emacs.d/elpa/transient-20231121.1154/transient-autoloads
/home/trch/.emacs.d/elpa/transient-20231205.1848/transient hides /home/trch/.emacs.d/elpa/transient-20231121.1154/transient
/home/trch/.emacs.d/elpa/transient-20231205.1848/transient-pkg hides /home/trch/.emacs.d/elpa/transient-20231121.1154/transient-pkg
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/deb-view hides /usr/share/emacs/site-lisp/elpa/debian-el-37/deb-view
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-bug hides /usr/share/emacs/site-lisp/elpa/debian-el-37/debian-bug
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/apt-utils hides /usr/share/emacs/site-lisp/elpa/debian-el-37/apt-utils
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/preseed hides /usr/share/emacs/site-lisp/elpa/debian-el-37/preseed
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/apt-sources hides /usr/share/emacs/site-lisp/elpa/debian-el-37/apt-sources
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-autoloads hides /usr/share/emacs/site-lisp/elpa/debian-el-37/debian-autoloads
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-el hides /usr/share/emacs/site-lisp/elpa/debian-el-37/debian-el
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-el-autoloads hides /usr/share/emacs/site-lisp/elpa/debian-el-37/debian-el-autoloads
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/gnus-BTS hides /usr/share/emacs/site-lisp/elpa/debian-el-37/gnus-BTS
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-el-pkg hides /usr/share/emacs/site-lisp/elpa/debian-el-37/debian-el-pkg
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/deb-view hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/deb-view
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/apt-utils hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/apt-utils
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/preseed hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/preseed
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-bug hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/debian-bug
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/apt-sources hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/apt-sources
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-autoloads hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/debian-autoloads
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-el hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/debian-el
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-el-autoloads hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/debian-el-autoloads
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/gnus-BTS hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/gnus-BTS
/home/trch/.emacs.d/elpa/debian-el-20231017.1037/debian-el-pkg hides /usr/share/emacs/site-lisp/elpa-src/debian-el-37/debian-el-pkg
/home/trch/.emacs.d/elpa/transient-20231205.1848/transient hides /usr/share/emacs/29.1/lisp/transient
/home/trch/.emacs.d/elpa/seq-2.24/seq hides /usr/share/emacs/29.1/lisp/emacs-lisp/seq

Features:
(shadow visual-fill-column emacsbug magit-patch magit-subtree
magit-gitignore magit-ediff help-at-pt cl-print help-fns pulse dabbrev
vc-hg vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view vc misearch
multi-isearch timezone texinfo texinfo-loaddefs toolbar-x context
plain-tex reporter tempo make-mode ediff ediff-merg ediff-mult
ediff-wind ediff-diff ediff-help ediff-init ediff-util let-alist
benchmark loaddefs-gen lisp-mnt radix-tree url-cache url-http url-auth
url-gw display-line-numbers magit-extras face-remap sort smiley
shr-color mm-archive mail-extr qp textsec uni-scripts idna-mapping
ucs-normalize uni-confusable textsec-check so-long cus-edit cus-start
cus-load view lsp-jq lsp-zig lsp-tilt lsp-steep lsp-svelte lsp-sqls
lsp-solidity lsp-ruby-syntax-tree lsp-ruby-lsp lsp-yaml lsp-xml
lsp-vimscript lsp-vhdl lsp-volar lsp-vetur lsp-html lsp-verilog lsp-vala
lsp-v lsp-typeprof lsp-ttcn3 lsp-toml lsp-terraform lsp-tex lsp-sorbet
lsp-solargraph lsp-semgrep lsp-rust lsp-rubocop lsp-rf lsp-ruff-lsp
lsp-remark lsp-racket lsp-r lsp-purescript lsp-pylsp lsp-pyls lsp-pwsh
lsp-php lsp-pls lsp-perlnavigator lsp-perl lsp-openscad lsp-ocaml
lsp-mojo lsp-magik lsp-nix lsp-nim lsp-nginx lsp-move lsp-mint lsp-mdx
lsp-marksman lsp-markdown lsp-lua lsp-kotlin lsp-json lsp-javascript
lsp-idris lsp-haxe lsp-groovy lsp-hack lsp-graphql lsp-glsl lsp-gleam
lsp-golangci-lint lsp-gdscript lsp-fsharp lsp-fortran lsp-eslint
lsp-erlang lsp-emmet lsp-elixir lsp-elm lsp-dockerfile lsp-dhall lsp-d
lsp-cypher lsp-css lsp-csharp lsp-crystal lsp-credo lsp-cmake
lsp-clojure lsp-semantic-tokens lsp-clangd lsp-bufls lsp-go
lsp-beancount lsp-bash lsp-astro lsp-awk lsp-ansible lsp-angular lsp-ada
lsp-actionscript lsp-lens lsp-modeline lsp-headerline lsp-icons
lsp-diagnostics lsp-completion lsp-mode lsp-protocol tree-widget spinner
network-stream nsm markdown-mode color lv inline ht f f-shortdoc s
rust-utils rust-mode rust-rustfmt rust-playpen rust-compile rust-cargo
cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs conf-mode sh-script executable tar-mode arc-mode
archive-mode dired-aux oc-basic ol-eww eww url-queue mm-url ol-rmail
ol-mhe ol-irc ol-info ol-gnus nnselect ol-docview doc-view jka-compr
image-mode exif ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi
bug-reference company-oddmuse company-keywords company-etags etags
fileloop company-gtags company-dabbrev-code company-dabbrev
company-files company-clang company-capf company-cmake company-semantic
company-template company-bbdb company eglot external-completion array
jsonrpc ert ewoc debug backtrace xref yasnippet vc-git vc-dispatcher
reftex-auc reftex-dcr reftex reftex-loaddefs reftex-vars flyspell ispell
latexenc preview latex latex-flymake tex-ispell tex-style tex-mode
desktop frameset font-latex tex texmathp bibtex dune-flymake
flymake-proc flymake project dune skeleton smie rust-playground
time-stamp rust-ts-compile compile rust-ts-mode c-ts-common treesit
abridge-diff magit-bookmark magit-submodule magit-blame magit-stash
magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone
magit-remote magit-commit magit-sequence magit-notes magit-worktree
magit-tag magit-merge magit-branch magit-reset magit-files magit-refs
magit-status magit magit-repos magit-apply magit-wip magit-log
which-func imenu magit-diff smerge-mode diff diff-mode easy-mmode
git-commit log-edit pcvs-util add-log magit-core magit-autorevert
magit-margin magit-transient magit-process with-editor comp comp-cstr
warnings shell magit-mode transient cl-extra edmacro kmacro magit-git
magit-base magit-section cursor-sensor crm dash erc-goodies erc
erc-backend erc-networks erc-common erc-compat erc-loaddefs org-agenda
org-element org-persist xdg org-id avl-tree mu4e-icalendar
gnus-icalendar org-capture org-refile gnus-cite mu4e-contrib eshell
esh-cmd generator esh-ext esh-opt esh-proc esh-io esh-arg esh-module
esh-groups esh-util files-x mu4e mu4e-org mu4e-notification
notifications mu4e-main smtpmail mu4e-view mu4e-mime-parts thingatpt
gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum
gnus-group gnus-undo gnus-start gnus-dbus dbus gnus-cloud nnimap nnmail
mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int gnus-range
gnus-win gnus wid-edit mu4e-headers mu4e-thread mu4e-actions
mu4e-compose nnheader range mu4e-search mu4e-lists mu4e-bookmarks
mu4e-mark mu4e-message shr pixel-fill kinsoku url-file svg xml dom
flow-fill mule-util hl-line mu4e-contacts mu4e-update mu4e-folders
mu4e-context mu4e-query-items mu4e-server mu4e-modeline mu4e-vars
mu4e-helpers mu4e-config mu4e-window bookmark pp ido message sendmail
yank-media puny rfc822 mml mml-sec gnus-util text-property-search
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util
ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader
mu4e-obsolete org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro
org-src ob-comint org-pcomplete pcomplete comint ansi-osc ansi-color
ring org-list org-footnote org-faces org-entities time-date noutline
outline icons ob-emacs-lisp ob-core ob-eval org-cycle org-table ol
org-fold org-fold-core org-keys oc org-loaddefs find-func org-version
org-compat org-macs format-spec timeclock epa-file epa derived epg
rfc6068 epg-config quail help-mode autorevert filenotify icalendar
diary-lib diary-loaddefs cal-menu calendar cal-loaddefs minions compat
edit-server advice server finder-inf adoc-mode-autoloads
auctex-autoloads tex-site auto-complete-autoloads company-autoloads
debian-el-autoloads debian-el dired dired-loaddefs eglot-jl-autoloads
htmlize-autoloads julia-ts-mode-autoloads julia-mode-autoloads
lsp-mode-autoloads ht-autoloads lua-mode-autoloads lv-autoloads
magit-filenotify-autoloads magithub-autoloads ghub+-autoloads
apiwrap-autoloads ghub-autoloads magit-autoloads pcase
magit-section-autoloads git-commit-autoloads minions-autoloads
popup-autoloads pylint-autoloads markdown-mode-autoloads f-autoloads
sage-shell-mode-autoloads rx transient-autoloads treepy-autoloads
with-editor-autoloads info compat-autoloads seq-autoloads
yasnippet-autoloads package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv
bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip
cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/pgtk-win pgtk-win term/common-win pgtk-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads dbusbind
inotify dynamic-setting system-font-setting font-render-setting cairo
gtk pgtk lcms2 multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 3425145 380704)
 (symbols 48 76502 227)
 (strings 32 598238 34875)
 (string-bytes 1 20343262)
 (vectors 16 239313)
 (vector-slots 8 4683731 450188)
 (floats 8 1172 1419)
 (intervals 56 227704 7621)
 (buffers 984 104))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67701: 29.1; [PATCH] rust-ts-mode: Add electric indentation chars
  2023-12-07 22:16 bug#67701: 29.1; [PATCH] rust-ts-mode: Add electric indentation chars Christophe TROESTLER
@ 2023-12-08 19:40 ` Dmitry Gutov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2023-12-08 19:40 UTC (permalink / raw)
  To: Christophe TROESTLER, 67701-done

Version: 29.1

On 08/12/2023 00:16, Christophe TROESTLER wrote:
> 
> This is a patch against the emacs-29 branch to add more chars to the electric indentation for rust-ts-mode.
> 

Thanks, installed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-08 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 22:16 bug#67701: 29.1; [PATCH] rust-ts-mode: Add electric indentation chars Christophe TROESTLER
2023-12-08 19:40 ` Dmitry Gutov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.