emacs-devel
[Top][All Lists]
Advanced

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

Re: completion-ignored-extensions: match full file names


From: Stefan Monnier
Subject: Re: completion-ignored-extensions: match full file names
Date: Thu, 13 Jan 2011 21:53:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Completion always choose the one directory without the extension, because
> completion-ignored-extensions' contains ".git/".  So, matching ".git/"
> is a bit too general - I'd rather match something like "^\.git" in order to
> just exclude the internal ".git" directories.  Is that possible, and if not,
> would be it easy to realize?

Currently completion-ignored-extensions contains a list of strings and
can't specify regexps.  Patches to make it possible to use regexps would
be welcome (probably via some other variables).


        Stefan



reply via email to

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