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

m-X Insert File with no argument



EMACS has a more primitive idea of file defaults than for instance Zwei.
You are getting the underlying TECO defaults for commands like
M-X Insert File which use Fγ to read the argument.

Maybe you could re-bind M-X to ^R Instant Extended Command, which reads
the command and its arguments separately, with prompting and completion.
The disadvantages are having to type CR after each arg and not being able
to use ←-◊ to repeat the command.