From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33576 Path: main.gmane.org!not-for-mail From: Kevin Falcone Newsgroups: gmane.emacs.gnus.general Subject: gnus-win breakage Date: 04 Dec 2000 22:30:35 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035169658 25857 80.91.224.250 (21 Oct 2002 03:07:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:07:38 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 07A9AD049A for ; Mon, 4 Dec 2000 22:34:39 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id VAB28895; Mon, 4 Dec 2000 21:31:00 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 04 Dec 2000 21:30:21 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id VAA01489 for ; Mon, 4 Dec 2000 21:30:12 -0600 (CST) Original-Received: from sierra.seas.upenn.edu (sierra.seas.upenn.edu [158.130.64.180]) by mailhost.sclp.com (Postfix) with ESMTP id 0FD8DD049A for ; Mon, 4 Dec 2000 22:30:37 -0500 (EST) Original-Received: from bowline.jibsheet.com (root@BLUE.SEAS.UPENN.EDU [158.130.64.177]) by sierra.seas.upenn.edu (8.9.3/8.9.3) with ESMTP id WAA13071 for ; Mon, 4 Dec 2000 22:30:35 -0500 (EST) Original-Received: (from kevin@localhost) by bowline.jibsheet.com (8.9.3/8.9.3) id WAA05842; Mon, 4 Dec 2000 22:30:35 -0500 Original-To: ding@gnus.org X-Attribution: KF X-PGP-Fingerprint: 3376 85CF 2B83 B265 E145 0371 D3E8 0A5A 9E42 250A Original-Lines: 33 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33576 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33576 I just updated my cvs checkout, and now some of my .gnus code breaks badly. I have it set up to create a second frame for me to compose mail in. debug-on-error yields the following. A copy of my .gnus is available here the code triggering this is at the top of the file. thanks -kevin Signaling: (wrong-type-argument window-live-p nil) window-frame(nil) gnus-configure-frame((frame 1.0 (if (not ...) (car ...) (car ...)) (vertical (user-position t top 1 left 1 name "Gnus Edit" buffer-predicate dsg-gnus-buffer-predicate) (message 1.0 point)))) gnus-configure-windows(message t) gnus-post-news(post "nnml:lists.gnus") gnus-summary-post-news() * call-interactively(gnus-summary-post-news) recursive-edit() byte-code("Æ!ˆÇÈ ˆÉÇ!ˆpÊËÌ ˆ+ebˆÍ ˆ`ÎÏ!ˆÐyˆ`|ˆÑ ˆ @Ò>ƒN debug(error (wrong-type-argument window-live-p nil)) window-frame(nil) gnus-configure-frame((frame 1.0 (car (cdr ...)) (vertical (user-position t top 1 left 1 name "Gnus Edit" buffer-predicate dsg-gnus-buffer-predicate) (message 1.0 point)))) gnus-configure-windows(reply-yank t) gnus-summary-reply((5578) nil) gnus-summary-reply-with-original(nil) * call-interactively(gnus-summary-reply-with-original) -- bletch before baz, except after frob. -- Malcolm Ray