help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to disable fancy completion in minibuffer ?


From: Alexandre Oberlin
Subject: Re: How to disable fancy completion in minibuffer ?
Date: Wed, 08 May 2013 14:42:26 +0200
User-agent: Opera Mail/12.15 (Win32)

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 <damien.wyart@free.fr> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]