exe-on-selection

Name

exe-on-selection -- Return a procedure that runs COMMAND in the background on the X selection.

Synopsis

(exe-on-selection command #&optional (selection "PRIMARY"))

Description

Return a procedure that runs COMMAND in the background on the X selection. If there is no selection, then uses the X-cut-buffer-string. SELECTION default to "PRIMARY".

Implementation Notes

Module: (app scwm std-menus)

Defined in scheme/std-menus.scm at line 48 (CVS log)