Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: gnus-setup-message-winconf-name
Date: Tue, 30 Aug 2011 08:27:03 +0900	[thread overview]
Message-ID: <b4m7h5v6bp4.fsf@jpl.org> (raw)
In-Reply-To: <878vqchs6i.fsf@cmich.edu>

Leo Butler wrote:
>> Katsumi Yamaoka <yamaoka@jpl.org> writes:
[...]
>>>> (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.
[...]
>> 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?

All the *.el files that use the `gnus-setup-message' macro have
to be re-compiled (after updating gnus-msg.el).  The easiest way
is to rebuild and install Gnus.  Have you ever done?



  reply	other threads:[~2011-08-29 23:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25 12:15 gnus-setup-message-winconf-name Leo Butler
2011-08-25 16:44 ` gnus-setup-message-winconf-name Dave Abrahams
2011-08-25 20:07 ` gnus-setup-message-winconf-name John Wiegley
2011-08-26  0:09 ` gnus-setup-message-winconf-name Katsumi Yamaoka
2011-08-26  4:25   ` gnus-setup-message-winconf-name Katsumi Yamaoka
2011-08-26  4:47     ` gnus-setup-message-winconf-name John Wiegley
2011-08-28 18:52     ` gnus-setup-message-winconf-name Leo Butler
2011-08-29 20:35       ` gnus-setup-message-winconf-name Leo Butler
2011-08-29 23:27         ` Katsumi Yamaoka [this message]
2011-08-30 20:20           ` gnus-setup-message-winconf-name Leo Butler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m7h5v6bp4.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).