GNU bug report logs - #11474
emacsclient passes --eval arguments (but not the '--eval') to alternate editor

Previous Next

Package: emacs;

Reported by: Jason Lewis <jason <at> dickson.st>

Date: Tue, 15 May 2012 05:24:02 UTC

Severity: wishlist

Tags: fixed, patch, wontfix

Merged with 12154, 18517

Found in versions 24.1, 24.1.50, 24.3.93

Fixed in version 27.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #35 received at 11474 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 11474 <at> debbugs.gnu.org, Scott Turner <srt19170 <at> gmail.com>
Subject: Re: bug#11474: Patch for Emacsclient --eval bug
Date: Thu, 27 Jun 2019 17:29:09 +0200
Stefan Monnier <monnier <at> IRO.UMontreal.CA> writes:

>> The patch provided below simply discards the Elisp arguments when
>> emacsclient falls through to the alternate editor.  There may be better
>> fixes, but this does the least harm while retaining compatibility.
>
> Silently dropping arguments is not very polite, so I'm not really happy
> with your solution.  I think the "right" behavior would be to call the
> alternate editor while preserving most arguments; IOW the right fix
> in this case would be to add a "--eval" argument, so that your
> alternate_editor can decide whether to drop args when it gets an
> "--eval" or to prepend all other args with a "--eval=" (or do whatever
> else it fancies).

Hm...  I think I agree with the patch Scott posted, and not with this
solution.  :-)

The use case here would be if you say something like

$ 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.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 5 years and 255 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.