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

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

bug#45767: bug#45768: icomplete-mode does not provide in region completi


From: Lars Ingebrigtsen
Subject: bug#45767: bug#45768: icomplete-mode does not provide in region completion for dabbrev-completion
Date: Sat, 07 May 2022 17:51:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> No, it's not working as intended: what I wrote just means that the
> problem is in `dabbrev-completion` which shouldn't just call
> `completion-in-region` as it does.  It should either do it within
> a let-binding of `completion-in-region-mode-predicate` or with a call
> to `completion-at-point` instead (which will take care to bind
> `completion-in-region-mode-predicate`).
>
> I just pushed a patch doing the latter (and providing a new
> `dabbrev-capf` function).

Ah; thanks.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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