From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60; Coding system troubles since two days Date: Thu, 27 Mar 2008 11:17:46 +0100 Message-ID: <874pasqxmd.fsf@member.fsf.org> References: <878x04iknm.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206613122 21828 80.91.229.12 (27 Mar 2008 10:18:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 10:18:42 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 11:19:13 2008 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 1JepCJ-0007hW-Ue for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 11:19:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JepBi-0000x8-5i for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 06:18:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JepB9-0000e6-Jq for emacs-devel@gnu.org; Thu, 27 Mar 2008 06:17:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JepB7-0000cp-J2 for emacs-devel@gnu.org; Thu, 27 Mar 2008 06:17:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JepB7-0000cY-2b for emacs-devel@gnu.org; Thu, 27 Mar 2008 06:17:49 -0400 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JepB6-00014l-M1 for emacs-devel@gnu.org; Thu, 27 Mar 2008 06:17:48 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 6F2F4C59AE for ; Thu, 27 Mar 2008 06:17:48 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 27 Mar 2008 06:17:48 -0400 X-Sasl-enc: sjlc9N/aeFuKfD0p/KvVmHLxyBN9hrwkzzBHewBrSLNq 1206613067 Original-Received: from localhost (dslb-084-063-024-057.pools.arcor-ip.net [84.63.24.57]) by mail.messagingengine.com (Postfix) with ESMTPA id 65054A866 for ; Thu, 27 Mar 2008 06:17:47 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <878x04iknm.fsf@fastmail.fm> (Tassilo Horn's message of "Thu, 27 Mar 2008 10:25:01 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) 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:93631 Archived-At: Tassilo Horn writes: > Since I updated my emacs CVS checkout on march, 26th in the morning > (EST) I have some very frustrating coding system issues. They appeared > first when using Gnus (I couldn't read mails of one of my colleagues), > then I got some errors with rcirc (which I cannot reproduce). > > First I've thought it was a Gnus related problem, but now I tend more to > say it's something in the coding system handling of emacs. There are a > few mails/postings of mine with more details, e.g. one of the mails I > cannot open on the ding@gnus.org list / gmane.emacs.gnus.general group. > > http://article.gmane.org/gmane.emacs.gnus.general/66565 > http://article.gmane.org/gmane.emacs.gnus.general/66567 > http://article.gmane.org/gmane.emacs.gnus.general/66568 > http://article.gmane.org/gmane.emacs.gnus.general/66570 > http://article.gmane.org/gmane.emacs.gnus.general/66573 > > Maybe the following change causes the troubles? > > ,---- > | 2008-03-25 Stefan Monnier > | > > [...] > > | * process.h (struct Lisp_Process): Remove filter_multibyte. > | * process.c (QCfilter_multibyte): Remove. > | (setup_process_coding_systems): Don't use filter_multibyte. > | (Fstart_process, Fmake_network_process): Don't set filter_multibyte. > | (read_process_output): Don't adjust multibyteness to filter_multibyte. > | (Fset_process_filter_multibyte): Change the coding-system to > | approximate the previous behavior. > | (Fprocess_filter_multibyte_p): Get the multibyteness straight from the > | coding-system. > | > | * coding.c (decode_coding_object): When not decoding into a buffer, > | obey the coding system's preference of (uni|multi)byte. > `---- It seems, I am right. I did % cvs up -D "2008-03-25 06:00" % make bootstrap to get the last working version and the entry on top of src/ChangeLog now is ,---- | 2008-03-24 Stefan Monnier | | * casefiddle.c (casify_object): Avoid pathological N^2 worst case if | every char is changed and has a different byte-length. | (Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word): | Fix int -> EMACS_INT. `---- Now my Gnus works again. So could you please double-check if that change was valid? Bye, Tassilo