(Fstart_process): GCPRO current_dir before calling
authorKenichi Handa <handa@m17n.org>
Sat, 20 May 2000 00:04:37 +0000 (00:04 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 20 May 2000 00:04:37 +0000 (00:04 +0000)
commita4a37e652d5717aa8f13e83101f43ef381696532
treec20dbef25a45647a104f906c28f0aa8fc7efda67
parenteba90784ce2bca76105770b44da0a60063e59f94
(Fstart_process): GCPRO current_dir before calling
Ffind_operation_coding_system.  Encode arguments here.
(create_process): Don't encode arguments here.  Setup
src_multibyte and dst_multibyte members of struct coding.
(read_process_output): Setup src_multibyte and dst_multibyte
members of struct coding.  If the output is to multibyte buffer,
always decode the output of the process.  Adjust the
representation of 8-bit characters to the multibyteness of the
output.
(send_process): Setup coding->src_multibyte according to the
multibyteness of the source.
src/process.c