all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ignoring subdirectory in find-file completion
@ 2005-06-01 13:01 Albert Reiner
  2005-06-01 16:07 ` J. David Boyd
  0 siblings, 1 reply; 7+ messages in thread
From: Albert Reiner @ 2005-06-01 13:01 UTC (permalink / raw)


Hi,

I am looking for some way to make completion when using find-file
ignore any directory named _darcs; i.e., if I have a directory
structure

    foo/
      _darcs/
        ...
      bar/
        ...

then `M-x find-file f o o / TAB' should complete to `foo/bar/'.

>From the documentation I thought that

    (add-to-list 'completion-ignored-extensions "_darcs")

should do what I want, but that does not seem to be the case.

Any help would be appreciated.

Albert.

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

end of thread, other threads:[~2005-06-01 20:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-01 13:01 ignoring subdirectory in find-file completion Albert Reiner
2005-06-01 16:07 ` J. David Boyd
2005-06-01 16:19   ` Albert Reiner
2005-06-01 16:31     ` Stefan Monnier
2005-06-01 16:52       ` Albert Reiner
2005-06-01 20:09     ` Eli Zaretskii
     [not found]     ` <mailman.2832.1117657492.25862.help-gnu-emacs@gnu.org>
2005-06-01 20:42       ` Albert Reiner

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.