From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77217 Path: news.gmane.org!not-for-mail From: Erik Colson Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug in current v14 - no followup or reply possible Date: Wed, 23 Feb 2011 16:57:36 +0100 Message-ID: References: <87ei6zs1zv.fsf@newsguy.com> <87aahmbvil.fsf@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298476675 27068 80.91.229.12 (23 Feb 2011 15:57:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 15:57:55 +0000 (UTC) Cc: ding@gnus.org To: Harry Putnam Original-X-From: ding-owner+M25549@lists.math.uh.edu Wed Feb 23 16:57:51 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 1PsH67-0003XM-Gu for ding-account@gmane.org; Wed, 23 Feb 2011 16:57:51 +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 1PsH61-0004PN-Rl; Wed, 23 Feb 2011 09:57:45 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PsH5z-0004P2-TL for ding@lists.math.uh.edu; Wed, 23 Feb 2011 09:57:43 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PsH5v-00046w-Ug for ding@lists.math.uh.edu; Wed, 23 Feb 2011 09:57:43 -0600 Original-Received: from 63.mail-out.ovh.net ([91.121.185.56]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1PsH5u-0001hk-Lr for ding@gnus.org; Wed, 23 Feb 2011 16:57:38 +0100 Original-Received: (qmail 26596 invoked by uid 503); 23 Feb 2011 16:41:13 -0000 Original-Received: from b7.ovh.net (HELO mail181.ha.ovh.net) (213.186.33.57) by 63.mail-out.ovh.net with SMTP; 23 Feb 2011 16:41:13 -0000 Original-Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 23 Feb 2011 17:57:37 +0200 Original-Received: from 213.219.166.172.adsl.dyn.edpnet.net (HELO localhost) (erik.colson@beavernet.be@213.219.166.172) by ns0.ovh.net with SMTP; 23 Feb 2011 17:57:37 +0200 In-Reply-To: <87aahmbvil.fsf@newsguy.com> (Harry Putnam's message of "Wed, 23 Feb 2011 09:50:10 -0600") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (darwin) X-Ovh-Tracer-Id: 3346455998785807347 X-Ovh-Remote: 213.219.166.172 (213.219.166.172.adsl.dyn.edpnet.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|U 0.5/N X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77217 Archived-At: Harry Putnam writes: > Erik Colson writes: > >> Harry Putnam writes: >> >>> I guess no one else besides Steiner and me are noticing this problem, >>> but for me it is thoroughly reproducable so much so that I have to >>> fall back to my older v11 to be able to post at all. >> >> Well no, I had the problem too. But the patch sent to the list solved >> the problem... > > Looking for messages from `colson' in the last 300 posts, I don't see > your patch. > > Of course not. The patch was not mine ;) Here is the mail from David with the patch included. But, I think it has been applied to the git repo, so you might just check out the latest version from it... Best -- erik colson ecocode.net From: David Edmondson Subject: [PATCH] (gnus-setup-message): Declare `winconf-name'. To: ding@gnus.org Cc: David Edmondson Date: Tue, 22 Feb 2011 09:47:15 +0000 (1 day, 6 hours, 7 minutes ago) --- lisp/gnus-msg.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 29ac431..d715fc8 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -383,6 +383,7 @@ Thank you for your help in stamping out bugs. (defvar gnus-article-reply nil) (defmacro gnus-setup-message (config &rest forms) (let ((winconf (make-symbol "gnus-setup-message-winconf")) + (winconf-name (make-symbol "gnus-setup-message-winconf-name")) (buffer (make-symbol "gnus-setup-message-buffer")) (article (make-symbol "gnus-setup-message-article")) (yanked (make-symbol "gnus-setup-yanked-articles"))