{{{  comments
; this macro uses the environement-variable $GETSELECTION to get the
; window-system-dependent selection and puts it into the text.
}}}
@if-using not(XSEL)
  @use (XSEL)
  {{{  get-x-selection
  ( deffun get-x-selection
     ( pipe-from-command "$GETSELECTION newline-and-indent )
  )
  }}}
@fi
