From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76445 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general Subject: Error on leaving Gnus group Date: Sun, 06 Feb 2011 09:36:00 -0500 Message-ID: <87lj1tut67.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297093453 22089 80.91.229.12 (7 Feb 2011 15:44:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Feb 2011 15:44:13 +0000 (UTC) Cc: ding@gnus.org To: Julien Danjou Original-X-From: ding-owner+M24793@lists.math.uh.edu Mon Feb 07 16:44:07 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PmTG2-0000Yc-Qk for ding-account@gmane.org; Mon, 07 Feb 2011 16:44:07 +0100 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 1PmTFy-0005Jm-P1; Mon, 07 Feb 2011 09:44:02 -0600 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 1PmTFx-0005JR-Di for ding@lists.math.uh.edu; Mon, 07 Feb 2011 09:44:01 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PmTFw-0001LE-4D for ding@lists.math.uh.edu; Mon, 07 Feb 2011 09:44:01 -0600 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PmTFu-0001Xv-O0 for ding@gnus.org; Mon, 07 Feb 2011 16:43:59 +0100 Original-Received: from furball (dhcp128036014010.central.yale.edu [128.36.14.10]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p17Fhk56022580 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 7 Feb 2011 10:43:46 -0500 Original-Received: by furball (Postfix, from userid 1000) id 545BD16096B; Sun, 6 Feb 2011 09:36:00 -0500 (EST) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-Spam-Score: -0.6 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76445 Archived-At: When I type "q" in the Gnus summary buffer to leave the group, I now obtain the following backtrace: Debugger entered--Lisp error: (error "No 1.0 specs in (vertical 1 (group 1 point))") signal(error ("No 1.0 specs in (vertical 1 (group 1 point))")) error("No 1.0 specs in %s" (vertical 1 (group 1 point))) gnus-configure-frame((vertical 1.0 (group 1 point))) gnus-configure-windows(group force) gnus-summary-exit() call-interactively(gnus-summary-exit nil nil) This problem was introduced by this change: 2011-01-28 Julien Danjou * gnus-win.el: Remove dead function gnus-window-configuration-element. (gnus-all-windows-visible-p): Remove old compatibility code. (gnus-window-top-edge): Add docstring. If I put the "old compatibility code" back into gnus-all-windows-visible-p, the error is not signalled. Dunno what the "old compatibility" refers to; I don't have much in the way of Gnus customization, and using a fresh .newsrc.eld file gives the same error. Does this ring a bell for anyone? If not, I can try making a test case.