• Daiki Ueno's avatar
    Generalize start-process with keyword args · 47e0e319
    Daiki Ueno authored
    * src/process.c (Fmake_process): New function.
    (create_process, create_pty): Check p->pty_flag instead of
    Vprocess_connection_type.
    (syms_of_process): Register QCcommand, QCconnection_type, Qpty,
    Qpipe, and Smake_process.  Unregister Sstart_process.
    
    * lisp/subr.el (start-process): New function, ported from the C
    implementation.
    
    * doc/lispref/processes.texi (Asynchronous Processes): Mention
    `make-process'.
    
    * etc/NEWS: Mention `make-process'.
    47e0e319
ChangeLog 446 KB