unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* File name completion glitch
@ 2009-03-14 16:07 Chong Yidong
  2009-03-14 17:03 ` Chong Yidong
  2009-03-15  9:00 ` Richard M Stallman
  0 siblings, 2 replies; 12+ messages in thread
From: Chong Yidong @ 2009-03-14 16:07 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

The new partial completion style completion in Emacs 23 needs to have a
few more glitches worked out before the release.  Here's one problem
that I've observed (similar complaints have been reported before):

When I type `o' in Gnus to save a Mime attachment, I get a minibuffer
prompt like this:

  Save MIME part to: ~/_foo.txt

where _ indicates the position of the cursor.  Suppose I want to save
the file to a directory named `mystuff' in my home directory.  In Emacs
22, I can use completion:

  Save MIME part to: ~/mys_foo.txt
  [TAB]
  Save MIME part to: ~/mystuff/_foo.txt

In Emacs 23, I get this:

  Save MIME part to: ~/mys_foo.txt
  [TAB]
  Save MIME part to: ~/mys_foo.txt [No match]

This happens because the TAB now takes into account the minibuffer
contents after the cursor.

Stefan, can you suggest a way to fix this problem?




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

end of thread, other threads:[~2009-03-16 16:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 16:07 File name completion glitch Chong Yidong
2009-03-14 17:03 ` Chong Yidong
2009-03-15  1:59   ` Stefan Monnier
2009-03-15  2:41     ` Chong Yidong
2009-03-15  9:00 ` Richard M Stallman
2009-03-15  9:19   ` Miles Bader
2009-03-15 18:15     ` Drew Adams
2009-03-16  1:00       ` Chong Yidong
2009-03-16  3:32         ` Drew Adams
2009-03-16 11:57       ` David Kastrup
2009-03-16  0:41     ` Stefan Monnier
2009-03-16 16:56     ` Richard M Stallman

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).