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

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

bug#11474: Patch for Emacsclient --eval bug


From: Stefan Monnier
Subject: bug#11474: Patch for Emacsclient --eval bug
Date: Thu, 27 Jun 2019 14:17:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> $ emacsclient -a nano --eval '(my-emacs-setup-thing)'
>
> The eval bit is meaningful in Emacs, and may be something that the user
> feels is something that Emacs should do when called from emacsclient.
> But if there's no server, then we should use nano.
>
> The current behaviour is to use nano with the file name
> '(my-emacs-setup-thing)', while you propose to call nano with
> --eval '(my-emacs-setup-thing)', which would be even worse, I think,
> while just dropping the parameters completely in the -a case would make
> this usable.

I think that nowadays with the `-a ""` option the need to keep
the --eval is indeed not very high, so I retract my objection.


        Stefan






reply via email to

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