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

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

bug#60525: 29.0.60; tree-sitter support in semantic-symref


From: Dmitry Gutov
Subject: bug#60525: 29.0.60; tree-sitter support in semantic-symref
Date: Wed, 4 Jan 2023 14:06:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 04/01/2023 09:43, Juri Linkov wrote:
But also note that such duplication is unavoidable in many other places.
For example, to support abbreviations there is the need to manually
rename

   (define-abbrev-table 'ruby-mode-abbrev-table

to

   (define-abbrev-table 'ruby-base-mode-abbrev-table

in ~/.emacs.d/abbrev_defs.  But on exiting Emacs it insists
on saving duplicate abbrevs to

   (define-abbrev-table 'ruby-ts-mode-abbrev-table

Perhaps something could be done inside abbrev (e.g. save which major mode it was enabled in). Not sure.





reply via email to

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