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: Fri, 26 Aug 2011 09:09:11 +0900	[thread overview]
Message-ID: <b4mhb556nko.fsf@jpl.org> (raw)
In-Reply-To: <86ippllm9v.fsf@squeeeze.butler.org>

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.



  parent reply	other threads:[~2011-08-26  0:09 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 ` Katsumi Yamaoka [this message]
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         ` gnus-setup-message-winconf-name Katsumi Yamaoka
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=b4mhb556nko.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).