From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76678 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general Subject: Re: Error on leaving Gnus group Date: Sun, 13 Feb 2011 23:12:43 -0500 Message-ID: References: <87lj1tut67.fsf@stupidchicken.com> <87mxm62wp8.fsf@keller.adm.naquadah.org> <87k4h3gwut.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297656789 24638 80.91.229.12 (14 Feb 2011 04:13:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 04:13:09 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M25021@lists.math.uh.edu Mon Feb 14 05:13:05 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 1Popo7-0002vt-Cw for ding-account@gmane.org; Mon, 14 Feb 2011 05:13:03 +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 1Popnw-0006Ha-H9; Sun, 13 Feb 2011 22:12:52 -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 1Popnu-0006HI-Gd for ding@lists.math.uh.edu; Sun, 13 Feb 2011 22:12:50 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Popnp-0004If-S3 for ding@lists.math.uh.edu; Sun, 13 Feb 2011 22:12:50 -0600 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Popno-0001Ff-Qr; Mon, 14 Feb 2011 05:12:44 +0100 Original-Received: from cyd by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Popnn-0008Fj-UM; Sun, 13 Feb 2011 23:12:43 -0500 In-Reply-To: <87k4h3gwut.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 13 Feb 2011 18:42:50 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76678 Archived-At: Lars Ingebrigtsen writes: > Was this resolved? I'm still seeing it, even with an empty .emacs and a fresh .newsrc.eld... 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) Attempting to edebug this, however, makes it disappear. One possibility I can think of is that the (equal size 1.0) at gnus-win.el:316 is triggering a floating point error somewhere in the byte compiler. I'll play around with a it a little more.