emacs-devel
[Top][All Lists]
Advanced

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

Re: pcomplete-suffix-list is obsolete?


From: Stefan Monnier
Subject: Re: pcomplete-suffix-list is obsolete?
Date: Mon, 08 Oct 2012 11:42:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

>> The completion table should say that the result is not the end of
>> the story.  Usually this happens because the `completion-boundaries' of
>> the text after completion is not the same as the one before
>> completion, IIRC.  We should definitely document this better.
> So what is 'boundary' in the context of completion? I cannot find any
> explanation.

The `completion-boundaries' indicate which part of the overall text is
described by `all-completions'.
For example, for normal files the boundaries are delimited by the
slashes, because when you have "/usr/sha", all-completions will list
neither "/usr/share/" nor "/usr/share/emacs" but only "share/".


        Stefan



reply via email to

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