From 1646787b8b2c87e0b372d22498743e35d937afea Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 19 Nov 2023 11:49:08 +0100 Subject: Add Emacs itch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Already scratched, for a change 🥳 --- itches/emacs/tracker.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'itches/emacs/tracker.org') diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 8d00967..1a4bee1 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -247,6 +247,28 @@ Use-cases: :Role: author :Kudos: StefanM,fixing :END: +*** files +**** DONE [[bug:66902]] Recognize env =-S= / =--split-string= in shebangs +:PROPERTIES: +:Role: author +:PatchApplied: t +:TestAdded: t +:END: +[[info:coreutils#env invocation][coreutils#env invocation]] advertises this syntax to allow passing +arguments to interpreters: + +#+begin_src awk +#!/usr/bin/env -S awk -v OFS=" xyz " -f +#+end_src + +Emacs was confused by that =-S=; no longer. Found this while working +on my toy website generator which relies on a "Makefile app" with this +shebang line: + +#+begin_src makefile +#!/usr/bin/env -S make -f +#+end_src + *** font-lock **** DONE [[bug:35476]] font-lock-{append,prepend}-text-property and anonymous faces :PROPERTIES: -- cgit v1.2.3