[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 -------------------------
- Re: Emacs script options, (continued)
- Re: Emacs script options, Eli Zaretskii, 2023/11/18
- Re: Emacs script options, Greg Minshall, 2023/11/18
- Re: Emacs script options, Eli Zaretskii, 2023/11/18
- Re: Emacs script options, Greg Minshall, 2023/11/18
- Re: Emacs script options, Bob Rogers, 2023/11/19
- Re: Emacs script options, Eli Zaretskii, 2023/11/19
- Re: Emacs script options, Eli Zaretskii, 2023/11/19
- Re: Emacs script options, Sebastian Miele, 2023/11/18
- Re: Emacs script options, Greg Minshall, 2023/11/18
- Re: Emacs script options, Jens Schmidt, 2023/11/19
- Re: Emacs script options,
Jens Schmidt <=
- Re: Emacs script options, Greg Minshall, 2023/11/19
- Re: Emacs script options, Jens Schmidt, 2023/11/21
- Re: Emacs script options, Sebastian Miele, 2023/11/22
- Re: Emacs script options, Jens Schmidt, 2023/11/22
- Re: Emacs script options, Greg Minshall, 2023/11/23
- Re: Emacs script options, Jens Schmidt, 2023/11/26
- Re: Emacs script options, Sebastian Miele, 2023/11/20
- Re: Emacs script options, Jens Schmidt, 2023/11/20
- Re: Emacs script options, Sebastian Miele, 2023/11/21