unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <gmorris+emacs@ast.cam.ac.uk>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: find-file tab completion  misses a file
Date: Wed, 02 Jun 2004 12:25:21 +0100	[thread overview]
Message-ID: <fhdtunqvy.fsf@xpc14.ast.cam.ac.uk> (raw)
In-Reply-To: <40BD899D.8040709@gmx.net> (josh buhl's message of "Wed, 02 Jun 2004 10:02:37 +0200")

josh buhl wrote:

> In an arbitrary directory, for example in /tmp , I have a file named
> iptraffic.log and a directory called iptrafvol. In emacs I type C-x
> C-f to try to load iptraffic.log and type "/tmp/ip<tab>" where <tab>
> means the tab key. Then tab completion completes to the
> "/tmp/iptrafvol/" directory and ignores the iptraffic.log file.

This is because completion-ignored-extensions (see "Completion
Options" section of the Emacs manual) contains ".log". This has been
removed in the CVS. You can use 

(setq completion-ignored-extensions
      (delete ".log" completion-ignored-extensions))

in your .emacs for the same effect.

      reply	other threads:[~2004-06-02 11:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-02  8:02 find-file tab completion misses a file josh buhl
2004-06-02 11:25 ` Glenn Morris [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=fhdtunqvy.fsf@xpc14.ast.cam.ac.uk \
    --to=gmorris+emacs@ast.cam.ac.uk \
    --cc=bug-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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).