unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* partial-completion-mode and M-.
@ 2007-03-13  9:17 A Soare
  2007-03-13 15:06 ` Stefan Monnier
  2007-03-14  3:24 ` Richard Stallman
  0 siblings, 2 replies; 3+ messages in thread
From: A Soare @ 2007-03-13  9:17 UTC (permalink / raw)
  To: Emacs   Dev  [emacs-devel]

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: partial-completion-mode and M-.
  2007-03-13  9:17 partial-completion-mode and M- A Soare
@ 2007-03-13 15:06 ` Stefan Monnier
  2007-03-14  3:24 ` Richard Stallman
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2007-03-13 15:06 UTC (permalink / raw)
  To: alinsoar; +Cc: Emacs Dev [emacs-devel]

> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: partial-completion-mode and M-.
  2007-03-13  9:17 partial-completion-mode and M- A Soare
  2007-03-13 15:06 ` Stefan Monnier
@ 2007-03-14  3:24 ` Richard Stallman
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2007-03-14  3:24 UTC (permalink / raw)
  To: emacs-devel; +Cc: alinsoar

Would someone please DTRT and ack?

From: alinsoar@voila.fr

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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-14  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-13  9:17 partial-completion-mode and M- A Soare
2007-03-13 15:06 ` Stefan Monnier
2007-03-14  3:24 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).