From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: partial-completion-mode Date: Sat, 29 Nov 2008 20:44:47 +0100 Organization: orebokech dot com Message-ID: <8763m6iafk.fsf@elegiac.orebokech.com> References: <1227274391.618443.2559.nullmailer@null> <1227353165.501338.3377.nullmailer@null> <1227525891.411379.2411.nullmailer@null> <1227549147.531139.3851.nullmailer@null> <87ljv3isxi.fsf@elegiac.orebokech.com> <87ej0vij0o.fsf_-_@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227987991 17736 80.91.229.12 (29 Nov 2008 19:46:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Nov 2008 19:46:31 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 29 20:47:34 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L6Vmp-0003mN-Gm for ged-emacs-devel@m.gmane.org; Sat, 29 Nov 2008 20:47:27 +0100 Original-Received: from localhost ([127.0.0.1]:54956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6Vlf-00018X-N5 for ged-emacs-devel@m.gmane.org; Sat, 29 Nov 2008 14:46:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L6VkM-0000cM-08 for emacs-devel@gnu.org; Sat, 29 Nov 2008 14:44:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L6VkL-0000bp-6V for emacs-devel@gnu.org; Sat, 29 Nov 2008 14:44:53 -0500 Original-Received: from [199.232.76.173] (port=59224 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L6VkK-0000bk-VL for emacs-devel@gnu.org; Sat, 29 Nov 2008 14:44:53 -0500 Original-Received: from smtp3-g19.free.fr ([212.27.42.29]:33428) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L6VkK-0007tb-I9 for emacs-devel@gnu.org; Sat, 29 Nov 2008 14:44:52 -0500 Original-Received: from smtp3-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp3-g19.free.fr (Postfix) with ESMTP id AB97317B545; Sat, 29 Nov 2008 20:44:48 +0100 (CET) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp3-g19.free.fr (Postfix) with ESMTP id CE75717B56A; Sat, 29 Nov 2008 20:44:47 +0100 (CET) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 2FBF33B1E6; Sat, 29 Nov 2008 20:44:47 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Stefan Monnier's message of "Fri, 28 Nov 2008 21:48:10 -0500") X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:106316 Archived-At: Stefan Monnier writes: > Now if you (setq completion-styles '(partial-completion)), your > M-x f SPC lib RET works just fine. M-x isp SPC c SPC d won't quite > work: you need an extra SPC before the `c'. Thanks, I'll give it a try. > How do you get M-x kg RET to complete to kill-grep? Doesn't work > for me. If you're starting from emacs -Q you need to load grep.el first, so either use one of the autoloaded commands, or M-: (require 'grep).