From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66701 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Cannot enter Summary Buffer with recent Emacs 23 and No Gnus Date: Mon, 7 Apr 2008 08:15:41 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207556228 11284 80.91.229.12 (7 Apr 2008 08:17:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 08:17:08 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15185@lists.math.uh.edu Mon Apr 07 10:17:41 2008 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.50) id 1JimXo-0003Ve-Hc for ding-account@gmane.org; Mon, 07 Apr 2008 10:17:36 +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 1JimWL-0005eU-Oc; Mon, 07 Apr 2008 03:16:05 -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 1JimWK-0005eK-Iz for ding@lists.math.uh.edu; Mon, 07 Apr 2008 03:16:04 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JimWE-0001gr-H4 for ding@lists.math.uh.edu; Mon, 07 Apr 2008 03:16:04 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JimWJ-0001y4-00 for ; Mon, 07 Apr 2008 10:16:03 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JimW6-0007xd-DK for ding@gnus.org; Mon, 07 Apr 2008 08:15:50 +0000 Original-Received: from dslb-092-072-007-131.pools.arcor-ip.net ([92.72.7.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Apr 2008 08:15:50 +0000 Original-Received: from tassilo by dslb-092-072-007-131.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Apr 2008 08:15:50 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 92.72.7.131 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080327 Firefox/2.0.0.13) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66701 Archived-At: Hi all, I use Emacs 23 & No Gnus, both are up-to-date. When I want to enter the Summary buffer, I get an error signaled and with debug-on-error enabled, I get this backtrace: Debugger entered--Lisp error: (error "Invalid size: gnus-carpal") signal(error ("Invalid size: gnus-carpal")) error("Invalid size: %s" gnus-carpal) gnus-configure-frame((vertical 1.0 (summary 1.0 point) (if gnus-carpal (quote ...)))) gnus-configure-windows(summary force) gnus-summary-read-group-1("nntp+Gmane:gmane.emacs.gnus.user" nil t nil nil nil) gnus-summary-read-group("nntp+Gmane:gmane.emacs.gnus.user" nil t nil nil nil nil) gnus-group-read-group(nil t) gnus-group-select-group(nil) gnus-topic-select-group(nil) call-interactively(gnus-topic-select-group nil nil) This happens with all groups, no matter what backend is used. Any clue what might have broken this? The last time I did a cvs up on Emacs and Gnus was last Friday, so the problematic change must have been committed in between that time. A quick look at the changelogs didn't find anything obvious, though. Bye, Tassilo