From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79773 Path: news.gmane.org!not-for-mail From: Leo Butler Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-setup-message-winconf-name Date: Mon, 29 Aug 2011 16:35:33 -0400 Message-ID: <878vqchs6i.fsf@cmich.edu> References: <86ippllm9v.fsf@squeeeze.butler.org> <871uw5jrmb.fsf@cmich.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314650258 25652 80.91.229.12 (29 Aug 2011 20:37:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Aug 2011 20:37:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28067@lists.math.uh.edu Mon Aug 29 22:37:33 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 1Qy8aK-0008VQ-Jd for ding-account@gmane.org; Mon, 29 Aug 2011 22:37:32 +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 1Qy8Yk-0002mw-7a; Mon, 29 Aug 2011 15:35:54 -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 1Qy8Yi-0002mk-AD for ding@lists.math.uh.edu; Mon, 29 Aug 2011 15:35:52 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Qy8Yg-000855-1R for ding@lists.math.uh.edu; Mon, 29 Aug 2011 15:35:51 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Qy8Yc-00056n-On for ding@gnus.org; Mon, 29 Aug 2011 22:35:46 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qy8Yc-0007rH-7E for ding@gnus.org; Mon, 29 Aug 2011 22:35:46 +0200 Original-Received: from 141.209.171.21 ([141.209.171.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Aug 2011 22:35:46 +0200 Original-Received: from l.butler by 141.209.171.21 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Aug 2011 22:35:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 141.209.171.21 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:sqI1b6oowcJaL/57AZ1mhWsD6AY= X-Spam-Score: -4.2 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79773 Archived-At: Leo Butler writes: > Katsumi Yamaoka writes: > >> Katsumi Yamaoka wrote: >>> Leo Butler wrote: >>>> gnus-configure-windows: No such setting in >>>> gnus-buffer-configuration': gnus-setup-message-winconf-name >> >>> I've never seen such an error though, I suspect it might be due >>> to a mote having been accidentally added to `gnus-setup-message'. >>> Here's an extract: >> >>> (defmacro gnus-setup-message (config &rest forms) >>> (let ((winconf-name (make-symbol "gnus-setup-message-winconf-name"))) >>> `(let ((,winconf-name gnus-current-window-configuration)) >>> (gnus-inews-add-send-actions ,winconf ,buffer ,article ,config >>> ,yanked ',winconf-name) >>> ^ >>> `winconf-name' is quoted by this extra apostrophe, so it will be >>> expanded into the symbol `gnus-setup-message-winconf-name', not >>> the `gnus-current-window-configuration' variable. I'm not quite >>> sure to remove it is the solution, though. >> >> Fixed in git and bzr. Now I'm sure that is the right solution. >> The reason I've never faced such an error is that I don't use >> the functions that try to configure the window layout for the >> setting `gnus-setup-message-winconf-name'. Those functions are >> `gnus-group-make-nnir-group', `gnus-pick-setup-message', and >> `gnus-summary-rescan-group'. > > It appears that that did fix the problem. Thanks! Well, I spoke too soon. That change did reduce the number of times I see this error, but it has occurred since I picked up the fixes from the git repo. Any additional ideas?