From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Alexandre Oberlin" Newsgroups: gmane.emacs.help Subject: Re: How to disable fancy completion in minibuffer ? Date: Wed, 08 May 2013 14:42:26 +0200 Organization: http://www.migo.info Message-ID: References: <5187a6ff$0$2054$426a74cc@news.free.fr> <5187ad16$0$3727$426a74cc@news.free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1368020510 27393 80.91.229.3 (8 May 2013 13:41:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 May 2013 13:41:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 08 15:41:50 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ua4cs-0005NE-OQ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 May 2013 15:41:46 +0200 Original-Received: from localhost ([::1]:54345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua4cr-0007Jl-T8 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 May 2013 09:41:45 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe03.iad.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Opera Mail/12.15 (Win32) Original-Lines: 33 Original-X-Complaints-To: abuse@teranews.com Original-NNTP-Posting-Date: Wed, 08 May 2013 12:42:31 UTC X-Received-Bytes: 1719 Original-Xref: usenet.stanford.edu gnu.emacs.help:198283 X-Mailman-Approved-At: Wed, 08 May 2013 09:41:30 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90550 Archived-At: Thanks Damien for your answer. I am back in Windows and just checked the variables: completion-styles is a variable defined in `minibuffer.el'. Its value is (basic partial-completion emacs22) completion-category-overrides is a variable defined in `minibuffer.el'. Its value is ((buffer (styles basic substring))) I am using GNU Emacs 24.3.1 (i686-pc-cygwin) Alexandre On Mon, 06 May 2013 15:16:06 +0200, Damien Wyart wrote: >> Strange, this looks like you have the substring completion style >> enabled, which is normally not done by default. Maybe some additional >> packages have done this for you? > > Sorry, I forgot about some additional details > (http://www.gnu.org/software/emacs/manual/html_node/elisp/Completion-Variables.html); > maybe what is customized in your setup is completion-category-overrides, > so you should check this variable, too. > -- Alexandre Oberlin http://www.migo.info