nivekuil/rip

FYI: Emacs example should use `shell-quote-argument`

alphapapa opened this issue · 0 comments

Hi,

Saw this interesting project. Quick FYI: The Elisp example code calls shell-command without quoting the filename; it should use shell-quote-argument in case it contains spaces or other metacharacters.