bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60888: 29.0.60; Lost c-or-c++-ts-mode


From: Juri Linkov
Subject: bug#60888: 29.0.60; Lost c-or-c++-ts-mode
Date: Tue, 17 Jan 2023 19:20:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

I started to rely on c-or-c++-ts-mode because there is no other replacement
to use for such mappings in init files:

  (when (and (treesit-ready-p 'c t) (treesit-ready-p 'cpp t))
    (add-to-list 'major-mode-remap-alist '(c-or-c++-mode . c-or-c++-ts-mode)))

c-or-c++-mode is activated for all .h files, so there should be the 
corresponding
c-or-c++-ts-mode, but it's lost somewhere in emacs-29.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]