From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 88578a4: Increase the default number of hits Date: Sat, 02 Jan 2016 12:41:05 +0200 Message-ID: <83wprsb6wu.fsf@gnu.org> References: <20151224213932.12107.84317@vcs.savannah.gnu.org> <87wps1ghyu.fsf@gnus.org> <0xd1ttrmgp.fsf@fencepost.gnu.org> <87si2oq5z2.fsf@gnus.org> <90mvswd7ej.fsf@fencepost.gnu.org> <87ege8l98o.fsf@gnus.org> <87si2lppuq.fsf@gmx.de> <87fuyhpq28.fsf@gmx.de> <834mewcqtf.fsf@gnu.org> <83ziwob93e.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1451731287 12767 80.91.229.3 (2 Jan 2016 10:41:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Jan 2016 10:41:27 +0000 (UTC) Cc: larsi@gnus.org, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 02 11:41:22 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aFJcd-0005Fi-IW for ged-emacs-devel@m.gmane.org; Sat, 02 Jan 2016 11:41:19 +0100 Original-Received: from localhost ([::1]:37971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFJcd-0003pj-0P for ged-emacs-devel@m.gmane.org; Sat, 02 Jan 2016 05:41:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFJcW-0003pc-Gm for emacs-devel@gnu.org; Sat, 02 Jan 2016 05:41:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFJcS-0004vl-92 for emacs-devel@gnu.org; Sat, 02 Jan 2016 05:41:12 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFJcS-0004vh-5J; Sat, 02 Jan 2016 05:41:08 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1488 helo=HOME-C4E4A596F7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aFJcR-0001LQ-C5; Sat, 02 Jan 2016 05:41:07 -0500 In-reply-to: (message from Andreas Schwab on Sat, 02 Jan 2016 11:05:28 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:197360 Archived-At: > From: Andreas Schwab > Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org > Date: Sat, 02 Jan 2016 11:05:28 +0100 > > Eli Zaretskii writes: > > > How is process-coding-system set up for communicating with the > > subsidiary Emacs? it should be no-conversion, I think, at least in > > the input direction (i.e. from the subsidiary Emacs to the parent > > one). > > Since all inter-process communication is base64 encoded Thanks, I didn't know that. > (thus pure-ASCII) any coding system will do. Right. So the problem is likely in the receiving part: it should make the buffer with the base64 encoded stuff unibyte before decoding it.