emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs script options


From: Jens Schmidt
Subject: Re: Emacs script options
Date: Sun, 19 Nov 2023 22:47:29 +0100
User-agent: Mozilla Thunderbird

On 2023-11-19  22:39, Jens Schmidt wrote:

> And I couldn't cram the lexical-bindings
> line in, yet.

But of course like this:

------------------------- test -------------------------
#!/bin/sh
: ; exec emacs --script "$0" -- "$@" #; -*- lexical-binding: t -*-
(message "%S" command-line-args-left)
------------------------- test -------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]