]> git.eshelyaron.com Git - emacs.git/commitdiff
Tell xclip not to expect job-control under eshell (Bug#35257)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 16 Apr 2019 00:38:15 +0000 (20:38 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 19 Apr 2019 19:19:10 +0000 (15:19 -0400)
* lisp/eshell/esh-proc.el (eshell-needs-pipe): Add "xclip" and other
programs that xclip.el (in GNU ELPA) calls with
`process-connection-type' bound to nil.

lisp/eshell/esh-proc.el

index 33ec19ae36dd933d16e7bcee67d49917eb183b06..e5ccdf7f210ff4aa71577dc9fdb9586d1244b9fc 100644 (file)
@@ -242,7 +242,11 @@ The prompt will be set to PROMPT."
   "A marker that tracks the beginning of output of the last subprocess.
 Used only on systems which do not support async subprocesses.")
 
-(defvar eshell-needs-pipe '("bc")
+(defvar eshell-needs-pipe
+  '("bc"
+    ;; xclip.el (in GNU ELPA) calls all of these with
+    ;; `process-connection-type' set to nil.
+    "pbpaste" "putclip" "xclip" "xsel" "wl-copy")
   "List of commands which need `process-connection-type' to be nil.
 Currently only affects commands in pipelines, and not those at
 the front.  If an element contains a directory part it must match