[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: |
Wed, 22 Nov 2023 21:18:49 +0100 |
User-agent: |
Mozilla Thunderbird |
On 2023-11-22 19:17, Sebastian Miele wrote:
> For the record, Gerd Möllemann mentioned yet another trick on
> https://debbugs.gnu.org/67321:
>
>> From: Gerd Möllmann <gerd.moellmann@gmail.com>
>> Date: Wed, 2023-11-22 15:59 +0100
>>
>> cat >somefile <<EOF
>> ; -*- lexical-binding: t -*-
>> (message "%s" lexical-binding)
>> EOF
>> emacs --script somefile
Hmja, only this leaves somefile behind, which I intentionally wanted
to avoid. (At least in Bash one could get more or less safely rid of
that with a "trap 'rm -f somefile' EXIT", but anyway.)
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, 2023/11/19
- 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 <=
- 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