GNU bug report logs -
#25708
25.1.91; Allow users to inhibit printing for 'emacsclient -c -t'
Previous Next
Reported by: Alex Hutcheson <alexhutcheson <at> google.com>
Date: Mon, 13 Feb 2017 19:47:02 UTC
Severity: wishlist
Tags: patch
Found in version 25.1.91
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Sometimes I want to eval some elisp at the command line exclusively to
set up some buffers for me to work with in a new frame. For example, to
diff two files, I often do:
emacsclient -c -e '(ediff "fileA" "fileB")
This works, but emacsclient annoyingly prints the result of the eval'ed
expression to stdout. In this case, I'll get:
#<buffer *Ediff Control Panel*>
This output is annoying, and it can't be redirected (`emacsclient -c' on a
terminal fail to launch if stdout is redirected, for obvious reasons).
It would be great if emacsclient had a way to inhibit printing the
result, for cases where the user is only eval'ing the expressions for
their side effects.
This bug report was last modified 8 years and 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.