From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: determining process coding Date: Wed, 18 Feb 2015 17:22:17 +0200 Message-ID: <83fva35jo6.fsf@gnu.org> References: <87egpv5sxb.fsf@ericabrahamsen.net> <83r3tv5e1e.fsf@gnu.org> <87r3tu4esn.fsf@ericabrahamsen.net> <83twyq430s.fsf@gnu.org> <8761az98wh.fsf@ericabrahamsen.net> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1424272954 28391 80.91.229.3 (18 Feb 2015 15:22:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2015 15:22:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 16:22:26 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YO6SH-0000Vt-E6 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 16:22:25 +0100 Original-Received: from localhost ([::1]:51477 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6SG-0003z1-UM for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2015 10:22:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6S4-0003ul-Eg for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 10:22:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO6Rz-000137-GK for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 10:22:12 -0500 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:48690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6Rz-00012s-97 for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 10:22:07 -0500 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0NJZ00B003GZGA00@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 17:13:46 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJZ008923MYM430@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Wed, 18 Feb 2015 17:13:46 +0200 (IST) In-reply-to: <8761az98wh.fsf@ericabrahamsen.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102790 Archived-At: > From: Eric Abrahamsen > Date: Wed, 18 Feb 2015 11:49:02 +0800 > > > Look in the places that create the strings which are then sent with > > nnimap-send-command. If they are encoded, they will be encoded where > > they are consed. > > I'm feeling dense here, but really not seeing anything. All the strings > are just fed to `nnimap-send-command' as they are. I suggested to look higher in the calling sequence. If that doesn't help, I suggest to ask on the Gnus mailing list, where you'll find people who know how this stuff works, and will point you to the right place. > If I'm not wrong about that, what's the most reliable way to figure out > what encoding will end up getting used when talking to the server? I was trying to help you figure that out. I'm sorry, I don't know Gnus and nnimap well enough to do better.