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

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

bug#12254: 24.2; completion fails backward-char


From: Leo
Subject: bug#12254: 24.2; completion fails backward-char
Date: Fri, 31 Aug 2012 06:25:31 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (OS X 10.8.1)

On 2012-08-30 23:39 +0800, Stefan Monnier wrote:
> === modified file 'lisp/minibuffer.el'
> --- lisp/minibuffer.el        2012-08-14 17:10:38 +0000
> +++ lisp/minibuffer.el        2012-08-30 15:39:14 +0000
> @@ -1821,7 +1821,9 @@
>   `:predicate'        a predicate that completion candidates need to satisfy.
>   `:exclusive'        If `no', means that if the completion table fails to
>     match the text at point, then instead of reporting a completion
> -   failure, the completion should try the next completion function.")
> +   failure, the completion should try the next completion function.
> +As is the case with most hooks, the functions are responsible to preserve
> +things like point and current buffer.")
>  
>  (defvar completion--capf-misbehave-funs nil
>    "List of functions found on `completion-at-point-functions' that misbehave.

Thank you. That looks good ;)

Leo





reply via email to

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