From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65672 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: [Unicode-2] `read' always returns multibyte symbol Date: Thu, 15 Nov 2007 19:20:02 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195122049 30658 80.91.229.12 (15 Nov 2007 10:20:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Nov 2007 10:20:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 15 11:20:54 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IsbqA-0002YR-B9 for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 11:20:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Isbpx-000533-LA for ged-emacs-devel@m.gmane.org; Thu, 15 Nov 2007 05:20:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Isbps-0004ze-5f for emacs-devel@gnu.org; Thu, 15 Nov 2007 05:20:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Isbpp-0004wR-L5 for emacs-devel@gnu.org; Thu, 15 Nov 2007 05:20:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Isbpp-0004w9-GA for emacs-devel@gnu.org; Thu, 15 Nov 2007 05:20:33 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Isbpp-0001Fu-8S for emacs-devel@gnu.org; Thu, 15 Nov 2007 05:20:33 -0500 Original-Received: from [66.225.201.151] (port=41969 helo=mail.jpl.org) by orlando.hostforweb.net with esmtpa (Exim 4.68) (envelope-from ) id 1Isbpi-0004oi-5j; Thu, 15 Nov 2007 04:20:26 -0600 X-Hashcash: 1:20:071115:ding@gnus.org::DENdFppysezkhsQX:00003uOy X-Hashcash: 1:20:071115:emacs-devel@gnu.org::rI27pWkaxVpO16DJ:00000000000000000000000000000000000000000004sK X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.1 (gnu/linux) Cancel-Lock: sha1:T4qIDV51X/89OO59m7I5E23Lyn0= X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83257 gmane.emacs.gnus.general:65672 Archived-At: >>>>> Katsumi Yamaoka wrote: > BTW, I found another problem with Emacs 21 (Gnus still supports > Emacs 21, IIUC). So, I'll go on looking into it further. I realized a network process that is created by `open-network-stream' in Emacs 21 breaks encoded non-ASCII group names if the process buffer is in the multibyte mode even if the process coding system is binary. It behaves as if `toggle-enable-multibyte-characters' modifies binary data when turning on the multibyteness of a buffer. So, I made changes in nntp.el in the Gnus trunk so that it makes a process buffer unibyte. I also modified the nntp functions that copy data from a unibyte buffer to a multibyte buffer. Regards,