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: Mon, 19 Apr 2010 21:16:24 +0200 Organization: orebokech dot com Message-ID: <87k4s345iv.fsf@elegiac.orebokech.com> References: <871vedhzfg.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271705003 4571 80.91.229.12 (19 Apr 2010 19:23:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2010 19:23:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 19 21:23:21 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O3wYv-0003CZ-Jb for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 21:23:17 +0200 Original-Received: from localhost ([127.0.0.1]:58715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3wYu-0008Co-TR for ged-emacs-devel@m.gmane.org; Mon, 19 Apr 2010 15:23:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3wSU-0000dd-BY for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:16:38 -0400 Original-Received: from [140.186.70.92] (port=47901 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3wSS-0000c6-KN for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:16:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3wSQ-0004vn-6g for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:16:36 -0400 Original-Received: from smtp6-g21.free.fr ([212.27.42.6]:58707) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3wSP-0004v2-JU for emacs-devel@gnu.org; Mon, 19 Apr 2010 15:16:34 -0400 Original-Received: from smtp6-g21.free.fr (localhost [127.0.0.1]) by smtp6-g21.free.fr (Postfix) with ESMTP id B852BE0814D; Mon, 19 Apr 2010 21:16:27 +0200 (CEST) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp6-g21.free.fr (Postfix) with ESMTP id BDF36E08158; Mon, 19 Apr 2010 21:16:24 +0200 (CEST) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 528426011C; Mon, 19 Apr 2010 21:16:24 +0200 (CEST) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Stefan Monnier's message of "Sun, 18 Apr 2010 14:27:05 -0400") X-detected-operating-system: by eggs.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:123889 Archived-At: Stefan Monnier writes: > The patch below lets you get the behavior you want by doing > (setq completion-word-extra-chars '(" " "-")) Yes, that works for me, and I didn't know about the `initials' style, that covers the other cases I was missing from p-c-m. So if that patch goes in, no objection from me for obsoleting complete.el. Thanks!