all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: find certain files
Date: Tue, 12 Jun 2007 16:38:38 -0400	[thread overview]
Message-ID: <jwvk5u8ykpi.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.2056.1181679859.32220.help-gnu-emacs@gnu.org

>>> Now I want to limit it to certain files that have certain
>>> extensions, for example, only sas files, *.sas.  If if do Ctrl-f
>>> /projects/a/*.sas, it will open all the sas files.  I want to do Ctrl-f
>>> /projects/a/, and only display .sas files, so I can choose one.  How do I
>>> do that?

In my unreleased completion code (which is behaves similarly to
partial-completion-mode as a first approximation), I can do:

  C-x C-f ~/toto/*.sas TAB

or even

  C-x C-f ~/toto/**/*.sas TAB

so as to look in subdirectories as well.  Sadly, it's not in a good shape
and will need a rewrite before it has a chance to making it into Emacs
(i.e. next century maybe).


        Stefan

  parent reply	other threads:[~2007-06-12 20:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-12 18:19 find certain files econfreerider
2007-06-12 19:54 ` Drew Adams
2007-06-12 20:37   ` econfreerider
2007-06-12 20:54     ` Drew Adams
2007-06-12 19:57 ` Eli Zaretskii
2007-06-12 20:24   ` econfreerider
     [not found]   ` <mailman.2056.1181679859.32220.help-gnu-emacs@gnu.org>
2007-06-12 20:38     ` Stefan Monnier [this message]
2007-06-12 20:02 ` Dieter Wilhelm
     [not found] <mailman.2048.1181678085.32220.help-gnu-emacs@gnu.org>
2007-06-12 21:05 ` Mark Elston
2007-06-12 22:51   ` Drew Adams
     [not found] <mailman.2060.1181681757.32220.help-gnu-emacs@gnu.org>
2007-06-25  8:39 ` Mathias Dahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvk5u8ykpi.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.