[Newbie] Completing M-x commands includes private functions (i.e.: pkg--foo) #606
-
|
Just installed and started using I was wondering if there is a way to filter our functions that have the form Am I in the right place for this question 😄 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Generally commands should not be marked with |
Beta Was this translation helpful? Give feedback.
Generally commands should not be marked with
--as private. In my configuration only very few commands are private and are still shown in M-x. They are usually special implementation details. They could be hidden by setting thecompletion-predicatetoignore. Please report to the respective package maintainers and ask them to mark these private commands as hidden via thecompletion-predicate.