Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Brady Trainor <algebrat@uw.edu>
To: info-gnus-english@gnu.org
Subject: Re: Article buffer, C-c C-f doesn't work, though it's reported in C-h b
Date: Wed, 24 Sep 2014 19:09:56 -0700	[thread overview]
Message-ID: <87sijgo3gr.fsf@uw.edu> (raw)
In-Reply-To: <87bnq4le45.fsf@debian.uxu>

Emanuel Berg <embe8573@student.uu.se> writes:

> Brady Trainor <algebrat@uw.edu> writes:
>
>> C-h b in both Summary buffer and Article buffer
>> report binding ... C-c C-f gnus-summary-mail-forward
>> ...
>>
>> But it is only working for me in Summary buffer, not
>> in Article buffer. Can anyone confirm?
>

>
> So you can change that into `C-c C-f' easily.

Sorry for the noise, after hitting send I found a previous discussion in
this very newsgroup, with subject line

,----
| C-c C-f is not bound in Article buffer
`----

(so `G G' in Group buffer to search). 

For reference, Katsumi Yamaoka gives two solutions there (I include them
because I could not see them in a browser at
http://lists.gnu.org/archive/html/info-gnus-english/2007-09/msg00020.html)


,----
| (eval-after-load "gnus-art"
|   '(define-key gnus-article-mode-map "\C-c\C-f" "Som"))
`----

and 

,----
| (defun gnus-article-mail-forward (&optional arg post)
|   "Invoke `gnus-summary-mail-forward' from the article buffer."
|   (interactive "P")
|   (gnus-article-check-buffer)
|   (with-current-buffer gnus-article-current-summary
|     (gnus-summary-mail-forward arg post)))
| 
| (eval-after-load "gnus-art"
|   '(define-key gnus-article-mode-map "\C-c\C-f"
|      'gnus-article-mail-forward))
`----


--
Brady




  reply	other threads:[~2014-09-25  2:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.9530.1411603532.1147.info-gnus-english@gnu.org>
2014-09-25  0:48 ` Emanuel Berg
2014-09-25  2:09   ` Brady Trainor [this message]
     [not found]   ` <mailman.9535.1411612827.1147.info-gnus-english@gnu.org>
2014-09-25 18:57     ` Emanuel Berg
2014-09-25 19:13     ` Emanuel Berg
2014-09-24 23:30 Brady Trainor

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=87sijgo3gr.fsf@uw.edu \
    --to=algebrat@uw.edu \
    --cc=info-gnus-english@gnu.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).