From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63478 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Improve behavior of exiting ephemeral groups Date: Wed, 19 Jul 2006 18:08:09 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1153300186 32614 80.91.229.2 (19 Jul 2006 09:09:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 19 Jul 2006 09:09:46 +0000 (UTC) Original-X-From: ding-owner+m12005@lists.math.uh.edu Wed Jul 19 11:09:41 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G383g-0007YC-1w for ding-account@gmane.org; Wed, 19 Jul 2006 11:09:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1G383Y-00071G-00; Wed, 19 Jul 2006 04:09:24 -0500 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1G382g-00071B-00 for ding@lists.math.uh.edu; Wed, 19 Jul 2006 04:08:30 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1G382d-0004i9-LJ for ding@lists.math.uh.edu; Wed, 19 Jul 2006 04:08:30 -0500 Original-Received: from washington.hostforweb.net ([66.225.201.13]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1G382Y-0002fl-00 for ; Wed, 19 Jul 2006 11:08:22 +0200 Original-Received: from [205.234.185.198] (port=40442 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1G382W-0002Xq-Bm for ding@gnus.org; Wed, 19 Jul 2006 04:08:21 -0500 Original-To: ding@gnus.org X-Hashcash: 1:20:060719:ding@gnus.org::Gi4XMYZNbmKBaCV9:0000GN91 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.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:JMO3pOJ1i6CPrdsbOiyg0MGoNG0= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.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-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63478 Archived-At: Hi, I noticed the side effects of the change that I made in the trunk causes a problem. 2006-05-12 Katsumi Yamaoka * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer first to test gnus-single-article-buffer which may be buffer-local. * gnus-sum.el (gnus-summary-setup-buffer): Make gnus-single-article-buffer buffer-local and nil in ephemeral group; make gnus-article-buffer, gnus-article-current, and gnus-original-article-buffer always buffer-local. (gnus-summary-exit): Kill article buffer belonging to ephemeral group. (gnus-handle-ephemeral-exit): Don't move to next summary line. (cf. http://article.gmane.org/gmane.emacs.gnus.general/63193) When I read an article in a normal group just after reading an article in an ephemeral group[1], it is not decoded by charset. To be exact, the article buffer for that ephemeral group is created again and `gnus-article-decode-hook' is performed there. Fixed in the CVS trunk. [1] It doesn't happen after reading the ephemeral group which is created by `gnus-summary-enter-digest-group' but happens after reading a foreign group using `gnus-group-browse-foreign-server', etc.