Message554

Author fjl
Recipients drdo
Date 2010-02-13.14:38:17
Content
You're right about that and i was just being naïve. 

Emacs' default prefix completion simply uses all available 
input for completion and jumps to the end of the line.
It also says "No Match" if the input isn't the prefix of an existing file or directory.

While this is a terrible solution for completing the name of a new file (i.e. when saving something)
this may be a better alternative than inserting a space. 

I'll open a new branch and implement that.
History
Date User Action Args
2010-02-13 14:38:17fjlsetmessageid: <1266071897.35.0.597152879244.issue77@servo.cc>
2010-02-13 14:38:17fjlsetrecipients: + drdo
2010-02-13 14:38:17fjllinkissue77 messages
2010-02-13 14:38:17fjlcreate