I had three files with names of the form
somename.* : equal names but different extensions. I wanted to rename them to, say,
some.name.* : keep the extension but change the name, which contains a dot. So I selected the files, pressed
F6, typed
some.name.* and pressed
Enter. But... it turned out that Salamander renamed the first file to
some.name and it wanted to rename the other files to
some.name as well...

I think I can follow the thing technically, but of course it's not what I meant to do!
Can this be improved please? Or at least detect that the
.* will be discarded at all, and warn the user that he probably means something else.
The opposite, renaming
some.name.* to
somename.*, does work as expected.