help-gnu-emacs
[Top][All Lists]
Advanced

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

how to make find-file treat space/dashes like any other character?


From: Thouis (Ray) Jones
Subject: how to make find-file treat space/dashes like any other character?
Date: Thu, 30 May 2019 10:58:03 -0400

Is there an easy way to configure find-file and its ilk to treat spaces &
dashes like any other character in file completion?

If I have three files in a directory with names:
abc 123.txt
abc-123.txt
abc_123.txt

Completing filenames from "abc" in find-file will preferentially choose the
first, then the second, then the last.  I'd like for it to treat each of
these the same (stopping at "abc" and prompting with a list of completions).

It looks like this might be hard-coded in completion--try-word-completion,
and I've started to try to write defadvice for this function, but am hoping
there is an easier way.

Thanks,
Thouis Jones


reply via email to

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