all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
To: Development of Aquamacs Emacs <aquamacs-devel@aquamacs.org>,
	emacs- devel <emacs-devel@gnu.org>
Subject: C-x C-f, Tab (in)completion and visiting the wrong, new files
Date: Sun, 12 Aug 2007 07:17:09 +0100	[thread overview]
Message-ID: <F6E4362E-341F-47F5-8191-94C09A6A3C0F@gmail.com> (raw)

Does this happen to you, too?

I've got several files in my directory:

foo.tex
foo.aux
foo.pdf
foo.1.tex
bar.txt


To open one, I do

C-x C-f
ba <TAB>
<RET>

and because I'm used to it, I do:

C-x C-f
fo <TAB>
<RET>

What happens then is that only "foo." is in the minibuffer, and a  
buffer visiting the non-existant file of that name is visited.  
Usually that means that I have to kill it and start again, navigating  
to the appropriate file. That is highly annoying.

Of course I could all blame it on myself and bind C-x C-f to `find- 
file-existing'.
But if the same happens to others as well, perhaps a more general  
change could make Emacs more convenient in this respect.

One option would be the following:

Whenever Tab is used to (partially) complete a file name (or even any  
other symbol), we assume that the user wants to input the name of an  
existing file (or element of the completion list). If the file name  
or symbol is incomplete due to an ambiguity, an immediately following  
RET just does `ding'. Otherwise, i.e. a further RET or some editing  
action in the buffer, just exists the minibuffer as before.

I think it is safe to assume the TAB means that a string existing in  
the completion table is to be entered, at least in the case of file  
name completion.

             reply	other threads:[~2007-08-12  6:17 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-12  6:17 David Reitter [this message]
2007-08-12 10:40 ` C-x C-f, Tab (in)completion and visiting the wrong, new files Johan Bockgård
2007-08-12 17:27   ` David Reitter
2007-08-12 19:46     ` Stefan Monnier
2007-08-12 20:12       ` Drew Adams
2007-08-12 18:22 ` Drew Adams
2007-08-12 18:52   ` David Reitter
2007-08-12 20:11     ` Drew Adams
2007-08-12 19:35   ` Stefan Monnier
2007-08-12 20:12     ` Drew Adams
2007-08-12 20:39       ` David Reitter
2007-08-12 21:48         ` Drew Adams
2007-08-13 17:10       ` Davis Herring
2007-08-13 17:42         ` Drew Adams
2007-08-13 17:52           ` David Reitter
2007-08-13 18:14             ` Drew Adams
2007-08-13 18:15             ` Stefan Monnier
2007-08-13 18:46               ` David Reitter
2007-08-13 19:58                 ` Stefan Monnier
2007-08-13 20:15                   ` Drew Adams

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=F6E4362E-341F-47F5-8191-94C09A6A3C0F@gmail.com \
    --to=david.reitter@gmail.com \
    --cc=aquamacs-devel@aquamacs.org \
    --cc=emacs-devel@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.