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

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

bug#12619: completion-at-point and changing buffer


From: Jorgen Schaefer
Subject: bug#12619: completion-at-point and changing buffer
Date: Wed, 24 Oct 2012 20:58:15 +0200

On Wed, 24 Oct 2012 13:48:33 -0400
Stefan Monnier <monnier@iro.umontreal.ca> wrote:

> You mean the patch below?
> I guess you're right, it's still needed for the use of `start' in:
> 
>               (lambda () "Cycle through the possible completions."
>                 (interactive)
>                 (let ((completion-extra-properties extra-prop))
>                   (completion-in-region start (point) table pred)))))
> 
> Can you confirm that this patch fixes it?

It does indeed. :-)

        -- Jorgen





reply via email to

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