[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Generalize start-process with keyword args
From: |
Stefan Monnier |
Subject: |
Re: [PATCH] Generalize start-process with keyword args |
Date: |
Mon, 16 Mar 2015 23:13:10 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> I think `:coding' at least needs to be treated specially, because if it
> is omitted, other methods to determine the coding system take place
> (`coding-system-for-{read,write}' and `find-operation-coding-system').
Why can't we make it use the same methods when ":coding nil" is specified?
> `:connection-type' is there because the default value of the counterpart
> global variable `process-connection-type' is t (not nil). So, yes, it
> could be eliminated if it is given another name which means a negation,
> say `:nopty'. But I'm not sure if it is intuitive for users.
I always found process-connection-type hard to remember. I think it
should either have been named process-connection-use-pty, or its values
should have been pty/pipe. So I think for :connection-type, it would
make sense to require the use of either `pipe' or `pty' (or nil to use
the default rules).
Stefan
- Re: pipe, (continued)
- Re: pipe, Eli Zaretskii, 2015/03/14
- Re: pipe, Werner Koch, 2015/03/14
- Re: pipe, Eli Zaretskii, 2015/03/14
- Re: pipe, Daiki Ueno, 2015/03/17
- Re: pipe, Eli Zaretskii, 2015/03/17
Re: pipe, Stefan Monnier, 2015/03/13
- Re: pipe, Daiki Ueno, 2015/03/13
- [PATCH] Generalize start-process with keyword args, Daiki Ueno, 2015/03/16
- Re: [PATCH] Generalize start-process with keyword args, Stefan Monnier, 2015/03/16
- Re: [PATCH] Generalize start-process with keyword args, Daiki Ueno, 2015/03/16
- Re: [PATCH] Generalize start-process with keyword args,
Stefan Monnier <=
- Re: [PATCH] Generalize start-process with keyword args, Daiki Ueno, 2015/03/16
- Re: [PATCH] Generalize start-process with keyword args, Stefan Monnier, 2015/03/17
- Re: [PATCH] Generalize start-process with keyword args, Eli Zaretskii, 2015/03/17
- Re: [PATCH] Generalize start-process with keyword args, Stefan Monnier, 2015/03/17
- Re: [PATCH] Generalize start-process with keyword args, Eli Zaretskii, 2015/03/17
- Re: [PATCH] Generalize start-process with keyword args, Stefan Monnier, 2015/03/17
- Re: [PATCH] Generalize start-process with keyword args, Eli Zaretskii, 2015/03/17
- Re: [PATCH] Generalize start-process with keyword args, Daiki Ueno, 2015/03/18
- [PATCH] Add facility to collect stderr of async subprocess, Daiki Ueno, 2015/03/18
- Re: [PATCH] Add facility to collect stderr of async subprocess, Eli Zaretskii, 2015/03/18