[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU ELPA] New package proposal: aggressive-completion.el
From: |
Tassilo Horn |
Subject: |
Re: [GNU ELPA] New package proposal: aggressive-completion.el |
Date: |
Sun, 04 Apr 2021 21:05:10 +0200 |
User-agent: |
mu4e 1.5.11; emacs 28.0.50 |
"Basil L. Contovounesios" <contovob@tcd.ie> writes:
Hi Basil,
>> (defcustom aggressive-completion-no-complete-commands
>> '( left-char icomplete-fido-backward-updir minibuffer-complete
>> right-char delete-backward-char backward-kill-word
>> backward-kill-paragraph backward-kill-sentence backward-kill-sexp
>> delete-char kill-word kill-line completion-at-point)
>> "Commands after which automatic completion is not performed."
>> :type '(repeat command))
>
> Customising this gives an error, because there is no such thing as a
> 'command type (yet). It should probably be '(repeat function).
Indeed. I've just fixed that in 1.2. Also, that variable is now
`aggressive-completion-auto-complete-commands' because Stefan made me
aware that a whitelist of commands after which auto-completion kicks in
is much more compact than a blacklist of commands where it shouldn't
kick in.
And then I got a (wrong-type-argument number-or-marker-p tab), fixed it,
and pushed 1.3 some minutes after 1.2.
How hard can it be to get it right on the first try?!? ;-)
> Thanks for the cool package,
You're welcome!
Bye,
Tassilo
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, (continued)
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Manuel Uberti, 2021/04/03
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Jean Louis, 2021/04/03
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Tassilo Horn, 2021/04/03
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Basil L. Contovounesios, 2021/04/04
- Re: [GNU ELPA] New package proposal: aggressive-completion.el,
Tassilo Horn <=
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, T.V Raman, 2021/04/04
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Tassilo Horn, 2021/04/05
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, T.V Raman, 2021/04/05
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Stefan Monnier, 2021/04/04
- Re: [GNU ELPA] New package proposal: aggressive-completion.el, Tassilo Horn, 2021/04/05
Re: [GNU ELPA] New package proposal: aggressive-completion.el, Jean Louis, 2021/04/03
Re: [GNU ELPA] New package proposal: aggressive-completion.el, Philip Kaludercic, 2021/04/03
Re: [GNU ELPA] New package proposal: aggressive-completion.el, Philip Kaludercic, 2021/04/03