From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Wyart Newsgroups: gmane.emacs.help Subject: Re: [SOLVED] Re: How to disable fancy completion in minibuffer ? Date: Fri, 10 May 2013 11:13:17 +0200 Organization: Serveur de News Free Message-ID: <518cba2d$0$2103$426a74cc@news.free.fr> 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 X-Trace: ger.gmane.org 1368197529 6041 80.91.229.3 (10 May 2013 14:52:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 May 2013 14:52:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 10 16:52:13 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 1Uaog7-0002nR-Ap for geh-help-gnu-emacs@m.gmane.org; Fri, 10 May 2013 16:52:11 +0200 Original-Received: from localhost ([::1]:36937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uaog6-0004AG-R3 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 May 2013 10:52:10 -0400 Original-Path: usenet.stanford.edu!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!eu.feeder.erje.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!usenet-fr.net!proxad.net!feeder1-2.proxad.net!cleanfeed2-a.proxad.net!nnrp1-2.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 Original-Lines: 23 Original-NNTP-Posting-Date: 10 May 2013 11:13:17 CEST Original-NNTP-Posting-Host: 213.41.244.197 Original-X-Trace: 1368177197 news-2.free.fr 2103 213.41.244.197:55253 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:198350 X-Mailman-Approved-At: Fri, 10 May 2013 10:51:58 -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:90616 Archived-At: * "Alexandre Oberlin" in gnu.emacs.help: > I don't know where the value of completion-category-overrides came > from. (setq completion-category-overrides '((buffer (styles basic)))) > did the trick. I put it at the end of .emacs. Glad you could solve your initial problem! In fact, I did not go far enough when citing completion-category-overrides, because the value you had is indeed the default one and is not caused by any additional package. I should have checked that more precisely. This has even been raised on the emacs dev list some time ago, along with some bug reports related to the default completion being sometimes too "aggressive": http://lists.gnu.org/archive/html/emacs-devel/2011-10/msg00282.html http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9598 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12916 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9591 -- DW