[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 2ec8f28: Introduce defcustom 'executable-prefix-env'
From: |
Glenn Morris |
Subject: |
Re: master 2ec8f28: Introduce defcustom 'executable-prefix-env' |
Date: |
Mon, 24 Jul 2017 12:38:19 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
PS personally I don't see what was wrong with
(setq executable-prefix "#!/usr/bin/env ")'
http://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00170.html
mentions safety concerns, but you always could, and still can, set it to
"#!/bin/rm " if you are so inclined. It's not even marked risky. But I
guess that would be pointless, since if someone could add a nasty
file-local setting, they could just directly add the #! line as well;
don't run scripts untrusted people can edit.