emacs-devel
[Top][All Lists]
Advanced

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

Re: partial-completion-mode and M-.


From: Stefan Monnier
Subject: Re: partial-completion-mode and M-.
Date: Tue, 13 Mar 2007 11:06:07 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> 1. emacs -Q
> 2. M-x partial-completion-mode RET

> 3. M-. co-in-de <M-TAB>

> No result in completion.

> However, there is the symbol comment-indent-default (function)

>From complete.el:

   (defcustom PC-meta-flag t
     "If non-nil, TAB means PC completion and M-TAB means normal completion.
   Otherwise, TAB means normal completion and M-TAB means Partial Completion."
     :type 'boolean
     :group 'partial-completion)

so this is expected.


        Stefan




reply via email to

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