Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: (put 'gnus-summary-edit-article 'disabled t) doesn't work in *Article* buffer
Date: Fri, 24 Dec 2010 21:00:11 +0900	[thread overview]
Message-ID: <b4maajvl6t0.fsf@jpl.org> (raw)
In-Reply-To: <8762ujopuc.fsf@jidanni.org>

jidanni@jidanni.org wrote:
> Gentlemen, in http:///jidanni.org/comp/configuration/.gnus.el
> I do (put 'gnus-summary-edit-article 'disabled t)

> That works in the *Summary* buffer, but not the *Article* buffer,
> despite in both places describe-key saying
> "e runs the command gnus-summary-edit-article".
> What gives?

> gnus-version "Gnus v5.13"

The real command that the "e" key is bound to in the article
buffer is `gnus-article-read-summary-keys', which is used to
invoke the summary commands from the article buffer and will
interpret it into:

(call-interactively 'gnus-summary-edit-article)

But it doesn't work for the `disabled' flag as if the command is
actually and directly invoked interactively.  I'm not capable to
improve it, sorry.



  reply	other threads:[~2010-12-24 12:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-24  2:40 jidanni
2010-12-24 12:00 ` Katsumi Yamaoka [this message]
2010-12-24 15:22   ` describe-key doesn't tell whole redirect sequence jidanni
2011-01-02  5:58     ` Lars Magne Ingebrigtsen
2011-01-23  0:02     ` bug#7727: " Chong Yidong
2011-01-23  1:19       ` Lars Ingebrigtsen
2011-01-24  1:04     ` Lars Ingebrigtsen
2011-01-24  1:24       ` Lars Ingebrigtsen
2011-01-24 16:31         ` bug#7727: " Stefan Monnier
2011-01-24 22:01           ` Lars Ingebrigtsen
2011-01-25  3:09             ` Stefan Monnier
2011-01-25  9:31               ` Lars Ingebrigtsen

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=b4maajvl6t0.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).