You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #83 I was hoping to achieve a mechanism where I can automatically set prescient-filter-method according to the current completion context (e.g. the command which invoked completion).
I finally got round to trying out the solution kindly provided by @peterstuart in #110, and while I see it calling the prescient-filter-method function, I can't see any way to test whether the command invoking completion was org-refile. this-command is set to self-insert-command; completion-category evaluates to nil, current-minibuffer-command is set to nil.
Am I missing something, or does this mechanism simply not provide enough context to detect when certain commands such as org-refile are invoking completion?
The text was updated successfully, but these errors were encountered:
In #83 I was hoping to achieve a mechanism where I can automatically set
prescient-filter-method
according to the current completion context (e.g. the command which invoked completion).I finally got round to trying out the solution kindly provided by @peterstuart in #110, and while I see it calling the
prescient-filter-method
function, I can't see any way to test whether the command invoking completion wasorg-refile
.this-command
is set toself-insert-command
;completion-category
evaluates tonil
,current-minibuffer-command
is set tonil
.Am I missing something, or does this mechanism simply not provide enough context to detect when certain commands such as
org-refile
are invoking completion?The text was updated successfully, but these errors were encountered: