GNU bug report logs - #12254
24.2; completion fails backward-char

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Wed, 22 Aug 2012 02:42:01 UTC

Severity: normal

Tags: notabug

Found in version 24.2

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Leo <sdl.web <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 12254 <at> debbugs.gnu.org
Subject: bug#12254: 24.2; completion fails backward-char
Date: Fri, 31 Aug 2012 06:25:31 +0800
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




This bug report was last modified 12 years and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.