From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ernest =?iso-8859-1?Q?Adrogu=E9?= Newsgroups: gmane.emacs.help Subject: Re: python-shell-send-region uses wrong encoding? Date: Thu, 31 Oct 2013 15:31:35 +0100 Message-ID: <20131031143135.GB4300@doriath.local> References: <20131029113044.GA28039@doriath.local> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1383229948 25766 80.91.229.3 (31 Oct 2013 14:32:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 14:32:28 +0000 (UTC) Cc: =?iso-8859-1?Q?Fabi=E1n?= Ezequiel Gallina , help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 31 15:32:33 2013 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 1VbtIV-0002Zc-E2 for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Oct 2013 15:32:31 +0100 Original-Received: from localhost ([::1]:57360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbtIV-0007wg-1s for geh-help-gnu-emacs@m.gmane.org; Thu, 31 Oct 2013 10:32:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbtI6-0007mm-IT for help-gnu-emacs@gnu.org; Thu, 31 Oct 2013 10:32:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbtHy-0005b4-6Z for help-gnu-emacs@gnu.org; Thu, 31 Oct 2013 10:32:06 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:38447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbtHo-0005Zv-7A; Thu, 31 Oct 2013 10:31:48 -0400 Original-Received: by mail-wi0-f174.google.com with SMTP id cb5so8444776wib.7 for ; Thu, 31 Oct 2013 07:31:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=En4Rb8/lXKVcUIbOmYcxNDdl2SKMGa9gDHTsZz7dK/4=; b=fzH9q/fyQItPABUF4OXv+ICBm+9ojT0FFP5dYQBjRLkKKPtEIzZMVr5MGeYa6TV0/I iJGsAW2GPFzup/dfQyntMhlYRe7RJUVt++TcDUw0epEYjhaNkBjq0eSv8XFNmBeiv6cT FEH8bbPA23V+wmJ7yKAHnJAvQXCwvJxMGKclPUVRt1MKJXYBjjxZIqWm30q0jlTt8LEq DF3sdZgB2Bxd+fzMrMNuU7VQRV6MY2AYrO+BLI+BjgXsFCR6lYw8AFMclajoU/OtCfib iTE5dW615ifRF80+Uowb9DKzh2eHPdqfXxvAT51ihdZyHMI/mz3a0SezpafSGQ10ecbX VPSw== X-Received: by 10.194.119.132 with SMTP id ku4mr3071678wjb.51.1383229907298; Thu, 31 Oct 2013 07:31:47 -0700 (PDT) Original-Received: from doriath (200.Red-83-58-146.dynamicIP.rima-tde.net. [83.58.146.200]) by mx.google.com with ESMTPSA id ey4sm7418116wic.11.2013.10.31.07.31.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 31 Oct 2013 07:31:46 -0700 (PDT) Content-Disposition: inline In-Reply-To: X-Operating-System: GNU/Linux (Debian jessie/sid) User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e 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:94283 Archived-At: 29-10-2013, 23:20 (-0400); Stefan Monnier escriu: > I installed a variant of that patch in Emacs's trunk, which should fix > the problem. The relevant part of the patch is quoted below, so you can > try it out, It works for me.