[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74404: [PATCH] Give Completion Preview bindings higher precedence
From: |
Sean Whitton |
Subject: |
bug#74404: [PATCH] Give Completion Preview bindings higher precedence |
Date: |
Fri, 22 Nov 2024 18:08:47 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
On Sun 17 Nov 2024 at 12:16pm -05, Stefan Monnier via "Bug reports for GNU
Emacs, the Swiss army knife of text editors" wrote:
> BTW, maybe we should add some notion of minor mode precedence since such
> problems are actually fairly common. We could do something similar to
> what we do with `add-hook`, so `add-minor-mode` takes care of obeying
> the ordering constraints.
We could also have a customisation option that allows the user to
override the default priorities. As minor modes are always interned
symbols, this would be possible in a way that it isn't for hook
priorities.
--
Sean Whitton