Hi,

I think this might be a regression caused by the change in logic introduced by 
1ac839d2:

  command_insert (cmdline, panel_current_entry (panel)->fname->str, TRUE);

vs.

  fe = panel_current_entry (current_panel);
  ...
  command_insert (cmdline, fe->fname->str, TRUE);

Could you create a bug report on GitHub?

   https://github.com/MidnightCommander/mc/issues

All the best,
Yury

> On 27. May 2025, at 03:34, Franta Hanzlík via mc 
> <[email protected]> wrote:
> 
> Hi, I just install Fedora 42 with mc-4.8.33-1.fc42.x86_64. 
> I encountered a problem with copying the name of a selected (but not 
> tagged) file from the opposite panel to the command line 
> (CTRL-x CTRL-t) - instead, the file name from the current panel is 
> copied to cmdline.
> Copying one or more tagged (highlighted) file names from the opposite 
> panel with same CTRL-x CTRL-t is fine.
> Also copying from current panel (CTRL-x t) is fine for both selected or 
> tagged files.
> I'm using default mc configuration, without customization.
> Same behavior on physical console and GUI (MATE terminal).
> On Fedora 41/mc-4.8.32-1.fc41.x86_64 all worked fine.
> 
> Any idea where problem can be?
> -- 
> Thank in advance, Franta Hanzlík
> -- 
> mc mailing list
> [email protected]
> https://lists.midnight-commander.org/mailman/listinfo/mc

-- 
mc mailing list
[email protected]
https://lists.midnight-commander.org/mailman/listinfo/mc

Reply via email to