emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File name completion glitch


From: Chong Yidong
Subject: Re: File name completion glitch
Date: Sat, 14 Mar 2009 13:03:24 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Chong Yidong <address@hidden> writes:

> 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?

The easiest "fix" is to add `emacs22' to the last element of
`completion-styles', which causing Emacs to fall back on Emacs 22
completion rules if the Emacs 23 rules don't return a match.  Is there
any reason not to do this anyway?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]