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: Dmitry Gutov
Subject: bug#60888: 29.0.60; Lost c-or-c++-ts-mode
Date: Tue, 17 Jan 2023 20:22:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 17/01/2023 19:20, Juri Linkov wrote:
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.

Apparently it was decided that it's a new feature, and thus too late for emacs-29.





reply via email to

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