all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* completion-ignored-extensions: match full file names
@ 2011-01-14  0:54 David Reitter
  2011-01-14  1:51 ` Eli Zaretskii
  2011-01-14  2:53 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: David Reitter @ 2011-01-14  0:54 UTC (permalink / raw)
  To: Emacs-Devel devel

After much searching, I finally figured out why completion did not work for in a specific, often-used case.

I gave several git repositories a ".git" ending in order to comply with the requirements of a program that comes with git (GitX).  One repository in the same directory does not have the ".git" extension.

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?




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-16  4:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14  0:54 completion-ignored-extensions: match full file names David Reitter
2011-01-14  1:51 ` Eli Zaretskii
2011-01-14  2:00   ` David Reitter
2011-01-14  2:50     ` Eli Zaretskii
2011-01-14 15:26   ` Stefan Monnier
2011-01-16  0:13     ` Eli Zaretskii
2011-01-16  4:40       ` Stefan Monnier
2011-01-14  2:53 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.