help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Start Emacs with a minimal bash and Emacs lisp mixed script for test


From: Emanuel Berg
Subject: Re: Start Emacs with a minimal bash and Emacs lisp mixed script for testing.
Date: Wed, 04 Aug 2021 02:34:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hongyi Zhao wrote:

> Another question: how to do the same job with the `--script'
> option of Emacs? I've tried with the following command, but
> failed to start Emacs:
>
> :; emacs -Q --script $(realpath -e $0); exit

#! /bin/zsh

; emacs -Q --script "$(realpath -e $0)"; exit

(message "what's up what's up wanna party or what say

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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