let multiclip_sourceview_paste mc args =
  match mc#clipbox#selection with
    [] -> ()
  | (_,text) :: _ ->
      Cam_commands.launch_command "sourceview_paste" [| text |]