From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81966 Path: news.gmane.org!not-for-mail From: Nelson Ferreira Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Make group entering work in XEmacs again Date: Mon, 18 Jun 2012 19:21:14 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340061721 931 80.91.229.3 (18 Jun 2012 23:22:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jun 2012 23:22:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30236@lists.math.uh.edu Tue Jun 19 01:22:01 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SglGh-00026W-Hj for ding-account@gmane.org; Tue, 19 Jun 2012 01:21:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SglGR-00065w-Mp; Mon, 18 Jun 2012 18:21:43 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SglGQ-00065l-Jc for ding@lists.math.uh.edu; Mon, 18 Jun 2012 18:21:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SglGG-0007Uf-C5 for ding@lists.math.uh.edu; Mon, 18 Jun 2012 18:21:42 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SglGE-0006qb-Ag for ding@gnus.org; Tue, 19 Jun 2012 01:21:30 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SglGB-0000p6-2F for ding@gnus.org; Tue, 19 Jun 2012 01:21:27 +0200 Original-Received: from ool-ad038e54.dyn.optonline.net ([173.3.142.84]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jun 2012 01:21:27 +0200 Original-Received: from nelson.ferreira by ool-ad038e54.dyn.optonline.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jun 2012 01:21:27 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ool-ad038e54.dyn.optonline.net User-Agent: Gnus/5.130006 (Ma Gnus v0.6) SXEmacs/22.1.15 (darwin) Cancel-Lock: sha1:ulWh/OGSvq0/PnM23ITDI3RYCWQ= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81966 Archived-At: Katsumi Yamaoka writes: > nelson.ferreira@ieee.org wrote: > >> In XEmacs the WINDOW parameter is not optional to window-dedicated-p, so >> add it, since it would be the default value in GNU Emacs anyway! > > Applied. Thanks. I wonder why the buildbot didn't complain to > it, though. Buildbot probably did not complain because it only surfaces at runtime. My local build also succeeded. Only when attempting to enter a group I got a traceback. --Nelson