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

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

Re: Partial completion and completions-first-difference.


From: Matt Hodges
Subject: Re: Partial completion and completions-first-difference.
Date: Sat, 05 Nov 2005 07:31:10 +0000
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

>>>>> Michael Cadilhac writes:

 > This is a bug that could take a while to fix ;-)

 > When in partial-completion-mode, if I try, say M-x
 > describe-function RET -function TAB the *Completion* buffer is
 > shown, but the letter in bold are not those which make a difference
 > for the completion.

[...]

 > As this is an old bug, it could have been already discussed, if so,
 > sorry for the noise.

There was a small fix to completion-setup-function to work with
partial-completion-mode except for in the situation that you
describe.  There remains a comment in the source:

    ;; If partial-completion-mode is on, point might not be after the
    ;; last character in the minibuffer.
    ;; FIXME: This still doesn't work if the text to be completed
    ;; starts with a `-'.

If partial completion happened before rather than after a leading `-'
maybe that would fix the problem?

Matt





reply via email to

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