From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: determining process coding Date: Sat, 21 Feb 2015 12:21:55 +0800 Message-ID: <87d25399ng.fsf@ericabrahamsen.net> References: <87egpv5sxb.fsf@ericabrahamsen.net> <83r3tv5e1e.fsf@gnu.org> <87r3tu4esn.fsf@ericabrahamsen.net> <83twyq430s.fsf@gnu.org> <8761az98wh.fsf@ericabrahamsen.net> <83fva35jo6.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424492551 17618 80.91.229.3 (21 Feb 2015 04:22:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2015 04:22:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 21 05:22:23 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 1YP1a9-0004xx-T7 for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Feb 2015 05:22:22 +0100 Original-Received: from localhost ([::1]:35091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP1a8-0005Rl-Qb for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Feb 2015 23:22:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP1Zy-0005Rg-Ij for help-gnu-emacs@gnu.org; Fri, 20 Feb 2015 23:22:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YP1Zv-0003IA-4z for help-gnu-emacs@gnu.org; Fri, 20 Feb 2015 23:22:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:41201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YP1Zu-0003Hp-VC for help-gnu-emacs@gnu.org; Fri, 20 Feb 2015 23:22:07 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YP1Zr-0004rz-FT for help-gnu-emacs@gnu.org; Sat, 21 Feb 2015 05:22:03 +0100 Original-Received: from 114.248.6.164 ([114.248.6.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Feb 2015 05:22:03 +0100 Original-Received: from eric by 114.248.6.164 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Feb 2015 05:22:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 114.248.6.164 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:6NVs9SWN4kE5/bf9LHwkY9tGFLc= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:102824 Archived-At: Eli Zaretskii writes: >> 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. No worries, it was just a general question, and I assumed I was making some dumb assumptions somewhere. I'll try on gnus.general. Thanks, Eric